Help us improve
Share bugs, ideas, or general feedback.
From echo-sleuth
Global memory overview — staleness alerts, token costs, and stats across all projects
npx claudepluginhub xiaolai/claude-plugin-marketplace --plugin echo-sleuthHow this command is triggered — by the user, by Claude, or both
Slash command
/echo-sleuth:dashboardThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Show a global overview of Claude Code memories across all projects.
Run the memory dashboard script to get the overview:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/memory-dashboard.sh"
Present the output to the user. If there are staleness alerts, suggest running `/audit` or `/audit --deep` for detailed analysis. If token costs are high, suggest `/prune` for cleanup.
### Output Format/dashboardGenerates JSON configuration for a monitoring dashboard visualizing project metrics: build health, code velocity, quality, performance, and dependencies.
/dashboardOpens claude-smart dashboard (http://localhost:3001) in browser, starts backend and dashboard if not running via bash script, shows output verbatim.
/dashboardOpens the claudetop web dashboard in your browser showing spending charts over time, cost by project/model/branch, efficiency trends, and sortable session history.
/dashboardDisplays KARIMO CLI dashboard with system health score, critical alerts, execution velocity, resource usage, and recent activity. Supports flags like --active, --blocked, --prd, --json.
/dashboardDisplays execution status dashboard for current Plan Cascade task from state files like mega-plan.json or prd.json. Supports --verbose|-v and --json flags for output formatting.
/dashboardLaunches the claude-tutor learning dashboard web UI at http://localhost:3847 for viewing and editing plans, progress, and spaced repetition data.
Share bugs, ideas, or general feedback.
Show a global overview of Claude Code memories across all projects.
Run the memory dashboard script to get the overview:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/memory-dashboard.sh"
Present the output to the user. If there are staleness alerts, suggest running /audit or /audit --deep for detailed analysis. If token costs are high, suggest /prune for cleanup.
Memory Dashboard — Global Overview
Project Memories Lines Stale Last Updated
────────────────────────────────────────────────────────────────────
project-a 12 340 2 2026-03-20
project-b 8 180 0 2026-03-28
project-c 5 95 3 2026-02-15
Total: 25 memories, 615 lines, ~2,153 tokens
Stale: 5 memories across 2 projects (review with /echo-sleuth:prune)