Install Claude Code
If you don't have it yet:
npm install -g @anthropic-ai/claude-codeRequires Node.js 18+. Already installed? Skip to step 2.
Init your brain
Creates a git repo with CLAUDE.md context files, AGENTS.md and GEMINI.md for cross-platform support, plus 7 core skills.
npx @antidrift/cli initIt'll ask for your company name, then scaffold the repo.
Open Claude Code
cd into your new brain and launch Claude.
cd your-company && claudeClaude loads 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-docsIt 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.
/remoteUses 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/cli join org/repoStay in sync
Two commands to keep everyone current.
/pushCommit and push your changes/refreshPull the latest from the team