THUFIR

Your Repository's Mentat

"It is by will alone I set my mind in motion."

Get Your Token

Choose Your Sietch

"Every sietch has its own ways. Choose wisely."

Prepare Your Tools

The Mentat requires certain instruments

1

Claude Code

First, get a Claude Code subscription ($20/mo). Once you have it, open your terminal and run these two commands — the first installs the Claude Code CLI, and the second logs you in with your Anthropic account:

npm install -g @anthropic-ai/claude
claude auth login

Requires Node.js (v18+). If npm isn't recognized, install Node.js first.

2

GitHub CLI

Your AI colleague uses GitHub to manage code. Install the GitHub CLI and log in with your GitHub account:

brew install gh
gh auth login

Don't have a GitHub account? Create one here — it's free.

3

Create Your Project

Create a new folder for your project and initialize it as a git repository. Replace my-project with whatever you'd like to name it:

mkdir my-project && cd my-project
git init
4

Typeless (Optional)

Download Typeless for speech-to-text. Instead of typing, you can talk to your AI colleague by voice — it transcribes as you speak.

Activate Your Mentat

Initialize your repository's intelligence

1

Run the Installer

Make sure you're inside your project folder (from Step 3), then run this command. It will ask for your token — paste the one from Step 1 above:

npx thufir init
2

Validate Claude

Confirm Claude Code is installed and working. You should see a version number:

claude --version
3

Say Hello

Start Claude Code and talk to your new AI colleague. That's it — you're ready for the workshop:

claude