Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-teams-brain.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-teams-brain.
Plugin Claude Code
Token-efficient command execution and persistent memory for Claude Code. 60+ command filters save 90%+ tokens. Auto-indexes output into searchable KB. Cross-session memory injects role-specific context into teammates.
Command
Approve, reject, or manage pending brain memories.
Command
Clear all claude-teams-brain memory for this project.
Command
Launch the brain dashboard web UI to visualize and curate memories, decisions, and files.
Command
Export accumulated brain knowledge as a CONVENTIONS.md file in your project.
Command
Remove a manually stored memory from the brain.
Command
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.
Command
Query the claude-teams-brain for context about a specific role or topic.
Command
Store a persistent rule or convention that will be injected into all future teammates.
Command
Replay a past Agent Team session as a chronological narrative — who did what, what decisions were made, and what files were touched. Run /brain-replay to list recent sessions, or /brain-replay to replay a specific one. Use /brain-replay latest to replay the most recent session. Partial run IDs are accepted.
Command
List past Agent Team sessions stored in claude-teams-brain.
Command
Search the brain knowledge base directly.
Command
Instantly seed the brain with pre-built stack conventions so your AI team starts informed from session one. Run /brain-seed to list available profiles, or /brain-seed to seed immediately (e.g., /brain-seed nextjs-prisma, /brain-seed fastapi, /brain-seed go-microservices, /brain-seed react-native, /brain-seed…
Command
Launch the standup meeting UI — a cinematic visualization of each agent role's status report.
Command
Show brain and session stats — tasks indexed, decisions captured, token savings.
Command
Show claude-teams-brain memory stats for this project.
Command
Update claude-teams-brain to the latest version from GitHub.
Hook
Runs when a session starts, executing hook_runner.py via python3. From Gr122lyBr/claude-teams-brain.
Hook
Runs when a subagent starts, executing hook_runner.py via python3. From Gr122lyBr/claude-teams-brain.
Hook
Runs when a task is marked completed, executing hook_runner.py via python3. From Gr122lyBr/claude-teams-brain.
Hook
Runs when a subagent finishes, executing hook_runner.py via python3. From Gr122lyBr/claude-teams-brain.
Hook
Runs on the TeammateIdle event, executing hook_runner.py via python3. From Gr122lyBr/claude-teams-brain.
Hook
Runs before the agent uses a tool for Task, Bash, Read and Grep tool calls, executing hook_runner.py via python3 (4 commands). From Gr122lyBr/claude-teams-brain.