Changelog
Cross-platform support: compiles for Claude Code, Codex, and Gemini.
Dual platform support: syncs CLAUDE.md + AGENTS.md automatically.
Initial release as a core skill.
How it works
1
Check brain.json
Looks for an existing repo in .claude/brain.json. If found, reports it and stops
2
Check git remote
Runs git remote get-url origin. If found, saves to brain.json and stops
3
Create repo
If gh CLI is available, asks for org/username and creates a private repo with gh repo create
4
Save config
Writes the repo slug to .claude/brain.json