Skip to content
Development
Skill

/brain-standup

Launch the standup meeting UI — a cinematic visualization of each agent role's status report. Trigger: /brain-standup

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

Context preview

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

Launch the standup meeting UI — a cinematic visualization of each agent role's status report. Trigger: /brain-standup

SKILL.md

brain-standup.SKILL.md
name: brain-standup
description: |
  Launch the standup meeting UI — a cinematic visualization of each agent role's status report.
  Trigger: /brain-standup
user_invocable: true

brain-standup

Launch an animated standup meeting visualization. Each agent role "presents" their status — what they did, what's next, and any blockers — with a cinematic walk-in animation and typewriter effect.

Instructions

Launch the standup server:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/standup_server.py --project-dir "$CLAUDE_PROJECT_DIR" &

Then open in browser:

python3 -m webbrowser "http://localhost:7433"

Tell the user:

  • Standup meeting is running at http://localhost:7433
  • Each agent role will present their report with animations
  • Use the controls at the bottom to pause, skip, or replay
  • Close the terminal or press Ctrl+C to stop the server
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.