Skip to content
Development
Skill

/brain-runs

List past Agent Team sessions stored in claude-teams-brain

From plugin
claude-teams-brain
2618 skills16 commands
Install
$ npx -y skills add Gr122lyBr/claude-teams-brain --skill brain-runs --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-runs

Context preview

The summary Claude sees to decide when to auto-load this skill.

List past Agent Team sessions stored in claude-teams-brain

SKILL.md

brain-runs.SKILL.md
name: brain-runs
description: |
  List past Agent Team sessions stored in claude-teams-brain
user_invocable: true

brain-runs

List all past Agent Team sessions recorded in the brain for this project.

Instructions

Run:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py list-runs "$CLAUDE_PROJECT_DIR"

Display results as a table sorted newest first:

  • Session ID (truncated)
  • Date
  • Agents involved
  • Tasks completed
  • One-line summary

If no runs are recorded yet, explain that sessions are indexed automatically once Agent Teams are used.

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.