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
Sync CLAUDE.md and AGENTS.md
Walks all directories - copies CLAUDE.md to AGENTS.md (and vice versa) so both platforms stay in sync
2
Check for changes
Stages everything and checks git status. If clean, reports "Brain is clean, nothing to save."
3
Commit
Creates a commit describing what changed
4
Push if remote exists
Pushes to origin. If remote has new commits, pulls with rebase first
5
Report
Shows the last 3 commits
Details
- No remote? Just commits locally - set one up later with /remote
- CLAUDE.md is source of truth when both files exist and differ
- Safe push - rebases on conflict instead of force-pushing