From claude-brain-sync
Analyzes brain memory to propose promotions to CLAUDE.md, rules, or new skills; handles stale entries and applies changes via scripts.
npx claudepluginhub toroleapinc/claude-brain --plugin claude-brain-syncThis skill uses the workspace's default tool permissions.
The user wants to evolve their brain by promoting stable patterns from memory.
Analyzes conversations to identify and propose targeted updates to CLAUDE.md memory files based on user corrections and misunderstandings.
Analyzes session history via ccrecall.db or in-context to extract learnings from corrections, discoveries, and failures, then proposes persistent skill updates. Invoke /reflect post-session.
Implements self-improving agent with multi-memory (semantic, episodic, working) that learns from skill experiences to evolve codebases. Auto-triggers on skill hooks for correction and PRs.
Share bugs, ideas, or general feedback.
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."