invite

Prints the command a coworker can run to clone the brain and start using it. Detects their runtime automatically.


Changelog
2026-03-26 Feature 0.6.1

Cross-platform support: compiles for Claude Code, Codex, and Gemini.

2026-03-25 Feature 0.4.0

Dual platform support: syncs CLAUDE.md + AGENTS.md automatically.

2026-03-23 Launch 0.3.0

Initial release as a core skill.

How it works

1
Find the repo

Reads .claude/brain.json for the repo slug, or falls back to git remote get-url origin

2
Detect runtime

Checks if pip or npx is available on PATH

3
Print the join command

Shows the right command for their runtime - or both if both are installed

Output

Node.js
npx @antidrift/cli join org/repo
Python
pip install antidrift && antidrift join org/repo

Details


Other core skills