Skip to content
Development
Command

/brain-dashboard

Launch the brain dashboard web UI to visualize and curate memories, decisions, and files

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

How it fires

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

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/brain-dashboard

Context preview

What this command does when you run it.

Launch the brain dashboard web UI to visualize and curate memories, decisions, and files

Command definition

brain-dashboard.md
name: brain-dashboard
description: Launch the brain dashboard web UI to visualize and curate memories, decisions, and files

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

Usage: `/brain-dashboard`

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, auto-invoked
Stats
27
Stars
1
Views
2
Forks
Maintained
Maintenance
Python
Language
4mo ago
Last commit
5mo ago
Created

Repo: Gr122lyBr/claude-teams-brain