brain-approve
Approve, reject, or manage pending brain memories. Use: /brain-approve [all|<id>]
Quick overview of brain memory — use /brain-stats for detailed breakdown with KB and per-role info
$ npx -y skills add Gr122lyBr/claude-teams-brain --skill brain-status --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/brain-statusContext preview
The summary Claude sees to decide when to auto-load this skill.
Quick overview of brain memory — use /brain-stats for detailed breakdown with KB and per-role info
name: brain-status description: | Quick overview of brain memory — use /brain-stats for detailed breakdown with KB and per-role info user_invocable: true
Quick overview of brain memory for this project. For a full detailed breakdown (including session KB and per-role stats), suggest `/brain-stats` instead.
Run these two commands:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py status "$CLAUDE_PROJECT_DIR"python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py list-tasks "$CLAUDE_PROJECT_DIR" 3Display the status results in a clear, human-readable format:
If the brain has data, also display the 3 most recent tasks from the `list-tasks` output. If the brain is empty, tell the user memory will start building automatically once they run an Agent Team session.
**Important**: Only use the exact commands 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.