From claude-brain-sync
Manually syncs Claude brain state across machines: exports/pushes local changes to remote, pulls updates, merges, applies, shows summary and conflicts.
npx claudepluginhub toroleapinc/claude-brain --plugin claude-brain-syncThis skill uses the workspace's default tool permissions.
The user wants to manually trigger a full brain sync cycle.
Joins an existing Claude Code brain sync network from another machine via Git clone/pull, handles age encryption setup, and merges local brain state for multi-machine sync.
Manages StatsClaw Brain knowledge sharing lifecycle: user opt-in via context.md, git clone/pull of statsclaw/brain and brain-seedbank repos, consent for PR contributions.
Share bugs, ideas, or general feedback.
The user wants to manually trigger a full brain sync cycle.
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:
If there are conflicts, suggest: "Run /brain-conflicts to review and resolve."