Skip to content
Development
Skill

/brain-dashboard

Launch the brain dashboard web UI to visualize and curate memories, decisions, and files. Trigger: /brain-dashboard

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

Context preview

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

Launch the brain dashboard web UI to visualize and curate memories, decisions, and files. Trigger: /brain-dashboard

SKILL.md

brain-dashboard.SKILL.md
name: brain-dashboard
description: |
  Launch the brain dashboard web UI to visualize and curate memories, decisions, and files.
  Trigger: /brain-dashboard
user_invocable: true

brain-dashboard

Launch an interactive web dashboard showing all brain memory — tasks, decisions, files, and sessions. Includes memory curation (approve/reject/flag) and activity timeline.

Instructions

Launch the dashboard server:

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

Then open in browser:

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

Tell the user:

  • Dashboard is running at http://localhost:7432
  • They can approve, reject, or flag memories from the Memory Curation tab
  • The dashboard auto-refreshes every 30 seconds
  • 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.