From claude-brain-sync
Displays brain inventory, sync status, network info across machines, and pending conflicts via bash script. Useful for checking multi-machine Claude Code setups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-brain-sync:brain-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the user their brain status.
Show the user their brain status.
Run:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/status.sh"
Display the output to the user as-is. The script shows:
npx claudepluginhub toroleapinc/claude-brain --plugin claude-brain-syncManually syncs Claude brain state across machines: checks initialization, pushes local changes, pulls and auto-merges remote updates, shows summary, suggests conflict resolution.
Checks an AI Brain Starter vault for health issues like missing CLAUDE.md, stale hooks, or broken scripts. Run after a git pull or when Claude behavior seems off.
Audits .claude/ structure, naming, hooks, and plugin versions. Runs hygiene and sync checks, outputs health report with fix commands.