Skip to content
Development
Skill

/brain-status

Quick overview of brain memory — use /brain-stats for detailed breakdown with KB and per-role info

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

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/brain-status

Context 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

SKILL.md

brain-status.SKILL.md
name: brain-status
description: |
  Quick overview of brain memory — use /brain-stats for detailed breakdown with KB and per-role info
user_invocable: true

brain-status

Quick overview of brain memory for this project. For a full detailed breakdown (including session KB and per-role stats), suggest `/brain-stats` instead.

Instructions

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" 3

Display the status results in a clear, human-readable format:

  • Total tasks indexed
  • Total sessions recorded
  • Decisions logged
  • Files in the index
  • Distinct agents seen
  • Last activity timestamp

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.

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

Other skills on claude-teams-brain.