/brain-status
Show claude-teams-brain memory stats for this project
$ npx -y skills add Gr122lyBr/claude-teams-brain --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/brain-status
Context preview
What this command does when you run it.
Show claude-teams-brain memory stats for this project
Command definition
brain-status.mdname: brain-status description: Show claude-teams-brain memory stats for this project
Show the current state of the claude-teams-brain memory index for this project.
Run: `python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py status "$CLAUDE_PROJECT_DIR"`
Display the results in a clear, human-readable format showing:
- Total tasks indexed
- Total runs/sessions recorded
- Number of decisions logged
- Number of files in the index
- Number of distinct agents seen
- Last activity timestamp
If the brain has data, also show the 3 most recent task summaries. If the brain is empty, encourage the user to run an Agent Team session to start building memory.
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
Other commands on claude-teams-brain.
- /brain-approve
Approve, reject, or manage pending brain memories
Open command - /brain-clear
Clear all claude-teams-brain memory for this project
Open command - /brain-dashboard
Launch the brain dashboard web UI to visualize and curate memories, decisions, and files
Open command - /brain-export
Export accumulated brain knowledge as a CONVENTIONS.md file in your project
Open command - /brain-forget
Remove a manually stored memory from the brain
Open command - /brain-github-export
Export all accumulated brain knowledge as `CONVENTIONS.md` and open a GitHub Pull Request so your whole team can review what the AI team learned. Requires `gh` CLI to be installed and authenticated.
Open command

