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.
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 skillsEngineering
Code review, specs, changelogs, and coding standards - all informed by your brain context.
5 skillsSecurity
OWASP audits, secret scanning, STRIDE threat models, incident response, and pentest prep.
5 skillsCustomer Research
Build ICPs, run Voice of Customer analysis, and test messaging with AI twin panels.
3 skillsClassify, 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 templatesLegal 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.