push

Saves all current changes. Syncs CLAUDE.md and AGENTS.md across platforms, commits, and pushes to remote if configured.


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
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


Other core skills