remote

Set up a GitHub remote so the brain can be shared with the team. Creates a private repo and pushes 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
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

Details


Other core skills