Just say what you need.

Skills trigger on natural language. Say "prep me for the Acme call" and the right workflow runs. No commands to memorize - just talk to Claude like you would a teammate.

$ npx @antidrift/cli skills list

Talk to it. It runs the right skill.

You don't need to know which skill exists or what it's called. Just describe what you need - Claude matches it to the right workflow automatically.

You: "I just started in marketing, what should I know?"runs onboard
You: "Write a cold email to enterprise CTOs"runs write
You: "Prep me for the Acme call tomorrow"runs prep
You: "What did the team change this week?"runs recap
You: "Review this PR for our standards"runs review
You: "Here are my company docs, get them into the brain"runs ingest

Every skill also has a slash command shortcut (like /prep or /review) if you prefer to be explicit.


Core Skills

Ship with every brain. Available on first session. Works across Claude Code, Codex, and Gemini.

/onboard

Walks a new person through the company. Reads the brain, covers product, customers, stack, and priorities.

/ingest

Reads your existing docs and builds CLAUDE.md files by department. PDFs, markdown, whatever you have.

/push

Commits and pushes brain changes to the remote repo.

/refresh

Pulls the latest brain from the remote. See what your team changed.

/remote

Sets up a GitHub remote so the brain can be shared with the team.

/invite

Prints the command a coworker can run to clone the brain and start using it.

/publish

Publishes a skill from your brain to the shared skill registry.


Skill Packs

Community skills from probeo-io/antidrift-skills. Browse with npx @antidrift/cli skills list, add with npx @antidrift/cli skills add. Install everything with npx @antidrift/cli skills add --all.

Essentials

Writing, meeting prep, decision logging, search, and more. The everyday skills most brains need.

7 skills

Engineering

Code review, specs, changelogs, and coding standards - all informed by your brain context.

5 skills

Security

OWASP audits, secret scanning, STRIDE threat models, incident response, and pentest prep.

5 skills

Customer Research

Build ICPs, run Voice of Customer analysis, and test messaging with AI twin panels.

3 skills

Email

Classify, move, archive, and clean your inbox. AI-powered email triage in one command.

1 skill

Legal

Generate NDAs, subscription agreements, demo agreements, PSAs, and order forms from templates.

6 templates
NOT LEGAL ADVICE

Legal templates are startup starting points, not finished documents. They are not a substitute for legal counsel. Have a lawyer review any document before you sign or send it.

Skill packs are open source. Build your own and submit a PR. probeo-io/antidrift-skills →


Build Your Own

Skills are just markdown files. Create one and it becomes a slash command.

Private skill

Create a file at ~/.claude/skills/your-skill/SKILL.md. Only you can use it.

Shared skill

Move it to .claude/skills/your-skill/SKILL.md in the brain repo. Commit it. Now the whole team has it.