How this command is triggered — by the user, by Claude, or both
Slash command
/cc-analytics: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
# Analytics Dashboard Show a summary of collected Claude Code analytics. ## Instructions 1. Read the buffer file at `~/.claude/analytics/buffer.jsonl` 2. Parse and summarize the events: - Total events buffered - Events by type (cc_tool_use, cc_session_start, etc.) - Most used tools - Recent session durations 3. Show buffer stats (oldest event, total count) 4. If buffer is empty, inform user no events collected yet ## Output Format
Show a summary of collected Claude Code analytics.
~/.claude/analytics/buffer.jsonl📊 Claude Code Analytics Summary
================================
Buffer Status:
Events pending: X
Oldest event: YYYY-MM-DD HH:MM
Event Breakdown:
cc_tool_use: X events
cc_session_start: X events
...
Top Tools:
1. Edit (X uses)
2. Read (X uses)
...
Recent Sessions:
- Session abc123: 15 min, 42 tools
...
npx claudepluginhub aneym/cc-analytics/statsDisplays detailed Claude Code session statistics: cost and token breakdown, tool performance (calls, success, duration), context usage, dashboard visualization, and optimization tips.
/analyticsDisplays usage analytics dashboard for command invocations, skill activations, and agent spawns. Supports --since, --export, --type, and --limit filtering.
/metricsDisplays agent performance metrics and session history including usage patterns, files changed, and session summaries from .claude/agent-metrics.jsonl.
/auditAudits recent Claude Code sessions for observability gaps — search/ingest/feedback metrics — and optionally writes a weekly summary report to the wiki.
/dashboardGenerates a monitoring dashboard configuration JSON for project metrics including build health, code velocity, quality, performance, and dependencies.
/dashboardOpens the claude-smart dashboard in the browser, starting the backend and dashboard server if not already running.