Skip to content
Development
Command

/brain-stats

Show brain and session stats — tasks indexed, decisions captured, token savings

From plugin
claude-teams-brain
2716 skills16 commands
Install
$ npx -y skills add Gr122lyBr/claude-teams-brain --agent claude-code

How 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-stats

Context preview

What this command does when you run it.

Show brain and session stats — tasks indexed, decisions captured, token savings

Command definition

brain-stats.md
name: brain-stats
description: Show brain and session stats — tasks indexed, decisions captured, token savings

Show a full stats summary for this project and the current session.

Step 1 — Brain stats (persistent memory):

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py status "$CLAUDE_PROJECT_DIR"

Step 2 — Session KB stats (current session):

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py kb-stats "$CLAUDE_PROJECT_DIR"

Display both 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

If the brain is empty, encourage the user to run an Agent Team session.

Ships withclaude-teams-brain

Give your Claude Code Agent Teams a memory. Auto-injects role-specific context into every new teammate — your team never starts blind again.

Get the whole plugin, auto-invoked
Stats
27
Stars
1
Views
2
Forks
Maintained
Maintenance
Python
Language
4mo ago
Last commit
5mo ago
Created

Repo: Gr122lyBr/claude-teams-brain