brain-sync
SkillAI & modelsManually sync brain with remote. Exports local state, pushes to remote, pulls updates from other machines, merges, and applies.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the brain-sync skill
What this skill tells your AI
The instructions your AI receives, as published by toroleapinc/claude-brain in skills/brain-sync/SKILL.md and read by ahel’s review.
The user wants to manually trigger a full brain sync cycle.
Steps
-
Check that brain is initialized:
if [ ! -f ~/.claude/brain-config.json ]; then echo "Brain not initialized. Run /brain-init first." exit 1 fi -
Push local changes:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/push.sh" -
Pull and merge remote changes:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/pull.sh" --auto-merge -
Show the sync result summary. Check:
- What changed (new skills, merged memory, updated settings)
- Any conflicts that need resolution
- Updated sync timestamps
-
If there are conflicts, suggest: "Run /brain-conflicts to review and resolve."
Signals
- GitHub stars
- 87
- Forks
- 19
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
brain-sync- Source
- github.com/toroleapinc/claude-brain