From claude-brain-sync
Analyzes brain memory to propose promotions to CLAUDE.md, rules, or new skills; presents options to accept/edit/skip and archives stale entries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-brain-sync:brain-evolveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to evolve their brain by promoting stable patterns from memory.
The user wants to evolve their brain by promoting stable patterns from memory.
Run the evolution analysis:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/evolve.sh"
Read the analysis results from ~/.claude/brain-repo/meta/last-evolve.json.
For each recommendation in promotions, present it to the user:
For claude_md promotions:
For rule promotions:
For skill suggestions:
For each entry in stale_entries, ask:
After all changes are applied:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/push.sh"
Show summary: "Brain evolved: X promotions accepted, Y stale entries archived."
npx claudepluginhub toroleapinc/claude-brain --plugin claude-brain-syncOptimizes neural memory through usage pattern analysis, recall performance, bottleneck detection, and consolidation/pruning/enrichment actions tracked via checkpoint Q&A.
Records user preferences, corrections, and rules into an agent-writable memory layer, and logs whether active preferences were applied or violated when producing durable artifacts.
Analyzes conversations to identify and propose targeted updates to CLAUDE.md memory files based on user corrections and misunderstandings.