A company brain for Claude Code.

Stays alive because you work inside it. Not documentation—your workspace, shared through git.

$ npx @antidrift/core init
No sign-up. No API key. Works with Claude Code and Cowork.

The problem

Claude Code and Cowork are powerful.
But they don't know your company.

Every session starts from zero

You open Claude Code or Cowork and spend the first 10 minutes re-explaining your product, your stack, your customers, how you talk about things. Every session. Every teammate. Every machine.

CLAUDE.md files get passed around

Someone writes one with company context. It gets copy-pasted into Slack. Three versions exist. None of them are current. The new hire doesn't have any of them.

Context drifts across the team

Your positioning changed last month but half the team's prompts still use the old version. Everyone's Claude is working from slightly different context.

Skills and workflows aren't shared

One person builds a great prompt for prospecting or writing blog posts. Nobody else gets it. There's no way to share what works across the team.

antidrift is the fix.

One git repo that gives Claude Code and Cowork full context on your company. Clone it, type claude, and it already knows everything. The whole team shares the same brain. It stays in sync through git.


How it works

Init. Share. Sync.

Zero config. One repo. Every teammate's Claude gets the same context.

$ npx @antidrift/core init

  Company name: Acme Corp
  Created acme-corp/
  Initialized git repo
  Installed 7 skills: ingest, invite, onboard, publish, push, refresh, remote
  Created CLAUDE.md

$ cd acme-corp && claude
  Ready. Say "I'm new here" or type /ingest to build your brain.

> /ingest acme-corp.md

  Reading acme-corp.md...
  Created product/CLAUDE.md
  Created customers/CLAUDE.md
  Created marketing/CLAUDE.md
  Created engineering/CLAUDE.md

  Brain updated. 4 departments ingested.
1

Init

npx @antidrift/core init

Scaffolds the repo. /ingest turns your existing docs into CLAUDE.md files.

2

Share

npx @antidrift/core join org/repo

Push to GitHub. New teammate? npx @antidrift/core join. Same brain, first session.

3

Sync

/push

Changed something? /push. Teammate updated the brain? /refresh. It stays current because it lives in git.

Full quickstart guide →

What's inside

Brain + skills.

CLAUDE.md files Claude reads on its own. Slash commands your team runs on day one.

Auto-Context

Every Claude session starts with full company context. Zero prompting, zero config.

Shared Skills

Build a slash command. Commit it. Now everyone on the team can run it — /onboard, /prospect, /deploy.

Private Skills

Slash commands start private. Test and iterate on your own. One commit promotes them to the team.

Live Tools

Claude pulls from Stripe, writes to Sheets, updates your CRM. Live connections, not CSV exports.

Skill Packs

npx @antidrift/skills add legal. Instant slash commands for contracts, NDAs, compliance. Customize anything.

Plain Git

No database. No vendor. Just git. Branch it, diff it, own it.


Connect your tools

One command. Live data.

Connect your tools. Claude reads and writes directly — no glue code.

Google Workspace Sheets, Docs, Drive, Gmail, Calendar beta
Attio CRM, deals, contacts beta
Coming Soon Stripe, Slack, GitHub, ...

Start in 30 seconds

No sign-up. No API key. Works with Claude Code and Cowork.

$ npx @antidrift/core init