Skills

Slash commands that do real work.

Skills are markdown files in your brain repo. Type the command, Claude runs the workflow. Build your own or use the ones that ship with every brain.

Core Skills

Ship with every brain. Available on first session.

/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/skills list, add with npx @antidrift/skills add <name>.

Legal

npx @antidrift/skills add legal

Generates legal documents from templates with your company and customer details filled in. Slash command: /legal

Templates included:
  • Mutual NDA
  • Subscription Agreement
  • Demo Agreement
  • Professional Services Agreement
  • Order Form
  • Advisor Equity Letter
NOT LEGAL ADVICE

These are startup templates — 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. antidrift and its contributors are not responsible for legal outcomes from using these templates.

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.