From claude-brain-sync
Displays Claude brain sync and evolution history from ~/.claude/brain-repo/meta/merge-log.json. Shows recent entries (default 20) like pulls, merges, pushes across machines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-brain-sync:brain-logThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the user their brain's sync history.
Show the user their brain's sync history.
Read the merge log:
cat ~/.claude/brain-repo/meta/merge-log.json 2>/dev/null
If the file doesn't exist or is empty, tell the user: "No sync history yet."
Otherwise, display the most recent entries in reverse chronological order. Default to 20 entries, but if $ARGUMENTS is a number, use that instead.
Format each entry as:
[timestamp] machine_name (action): summary
Example:
[2026-03-03T12:05:00Z] work-laptop (pull+merge): Merged 3 machine snapshots
[2026-03-03T11:00:00Z] home-desktop (push): Exported brain snapshot
[2026-03-02T09:30:00Z] work-laptop (evolve): Promoted 2 patterns to CLAUDE.md
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.
Browse and read recent Claude Code session logs and artifacts from a project-specific directory. Supports listing, filtering by prefix, and reading full log files.
Search, query, view stats, and manage Claude's persistent memory in a portable .claude/mind.mv2 file using Node.js scripts. Recalls discoveries, decisions, and solutions.