Zero to brain in 5 minutes.
Install Claude Code
antidrift runs inside Claude Code. If you don't have it yet:
npm install -g @anthropic-ai/claude-code Requires Node.js 18+. Check with node --version.
Init your brain
This creates a git repo with CLAUDE.md files and 7 built-in skills.
npx @antidrift/core init It'll ask for your company name, then scaffold the repo.
Open Claude Code
cd into your new brain and launch Claude.
cd your-company && claude Claude loads the CLAUDE.md files automatically. No config needed.
Ingest your docs
Feed it your existing company docs — PDFs, markdown, Google Docs exports, whatever you have.
/ingest path/to/your-docs.md It reads the files, categorizes them, and builds CLAUDE.md files by department.
Push to GitHub optional
Share the brain with your team. This creates a private repo and pushes.
/remote Uses the gh CLI if available. Otherwise gives you manual steps. Skip this if you're working solo.
Teammates join requires step 5
Anyone on the team can join with one command. Same brain, first session.
npx @antidrift/core join org/repo Stay in sync
Two commands to keep everyone current.
/push Commit and push your changes /refresh Pull the latest from the team What's next
- Connect tools —
npx @antidrift/mcp-googleto wire up Google Workspace - Add a community skill —
npx @antidrift/skills add legalfor contract templates - Onboard someone — have a new teammate type
/onboardand Claude walks them through everything - Build a custom skill — create a markdown file in
~/.claude/skills/and it becomes a slash command