brain-approve
Approve, reject, or manage pending brain memories. Use: /brain-approve [all|<id>]
Show brain and session stats — tasks indexed, decisions captured, token savings. Trigger: /brain-stats
$ npx -y skills add Gr122lyBr/claude-teams-brain --skill brain-stats --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/brain-statsContext preview
The summary Claude sees to decide when to auto-load this skill.
Show brain and session stats — tasks indexed, decisions captured, token savings. Trigger: /brain-stats
name: brain-stats description: | Show brain and session stats — tasks indexed, decisions captured, token savings. Trigger: /brain-stats user_invocable: true
Show a full stats summary for persistent memory, the current session KB, and per-role activity.
Run a single command that returns all stats (persistent memory, session KB, and per-role breakdown):
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py full-stats "$CLAUDE_PROJECT_DIR"The response JSON has three keys: `status`, `kb`, and `roles`.
Display as a clean summary:
## 🧠 claude-teams-brain Stats ### Persistent Memory - Tasks indexed: X across Y sessions - Decisions captured: X - Files tracked: X - Agents seen: X - Last activity: <timestamp> ### Session Knowledge Base - Chunks indexed: X - Data indexed: XKB - Sources: X (CLAUDE.md, git-log, batch_execute output, ...) ### Per-Role Breakdown - backend: X tasks · X files (last active: <date>) - frontend: X tasks · X files (last active: <date>)
If the brain is empty, encourage running an Agent Team session or using `/brain-remember` to seed initial conventions.
**Important**: Only use the exact command shown above. Do not invent or guess other command names.
Give your Claude Code Agent Teams a memory. Auto-injects role-specific context into every new teammate — your team never starts blind again.
Repo: Gr122lyBr/claude-teams-brain
Approve, reject, or manage pending brain memories. Use: /brain-approve [all|<id>]
Launch the brain dashboard web UI to visualize and curate memories, decisions, and files. Trigger: /brain-dashboard
Export accumulated brain knowledge as a CONVENTIONS.md file in your project. Distills all rules, decisions, files, and agent roles into a committable file.
Remove a manually stored memory from the brain by partial text match. Use: /brain-forget <text>
Export accumulated brain knowledge as `CONVENTIONS.md` and open a GitHub PR so your whole team can review what the AI team learned.