Displays metrics dashboard summarizing token usage, sessions, workflows, phase budgets, and top agents from .claude/metrics/ data over last 7 days.
From aura-frognpx claudepluginhub nguyenthienthanh/aura-frog --plugin aura-frogmetrics//dashboardGenerates JSON configuration for a monitoring dashboard visualizing project metrics: build health, code velocity, quality, performance, and dependencies.
/dashboardOpens claudetop web dashboard in browser showing spending charts over time, costs by project/model/branch, efficiency trends, and sortable session history.
/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 real-time monitoring dashboard for autonomous agent metrics and learning analytics; runs Flask server in background and auto-opens browser. Supports --port, --status, --stop, --debug options.
/dashboardGenerates FilamentPHP v4 dashboard pages with single-tab or multi-tab layouts, message callouts, widgets, and custom panel/tab support.
Category: Metrics
Priority: Low
Syntax: metrics:dashboard
Show cumulative token usage and workflow metrics from .claude/metrics/ data.
Token tracker hook saves per-session data to .claude/metrics/sessions/:
.claude/metrics/
├── sessions/
│ ├── 2026-03-24-abc123.json
│ └── 2026-03-25-def456.json
└── summary.json (aggregated)
## Aura Frog Metrics Dashboard
### Session Summary (Last 7 Days)
| Metric | Value |
|--------|-------|
| Total sessions | 12 |
| Total tokens | ~485,000 |
| Avg tokens/session | ~40,400 |
| Workflows completed | 8 |
| Workflows failed | 1 |
### Tokens by Phase (Avg)
| Phase | Avg Tokens | Budget | Status |
|-------|-----------|--------|--------|
| 1 - Plan | 2,100 | 2,000 | ⚠️ Over |
| 2 - Test RED | 1,200 | 1,500 | ✅ |
| 3 - Build GREEN | 3,800 | 4,000 | ✅ |
| 4 - Review | 900 | 1,500 | ✅ |
| 5 - Finalize | 400 | 800 | ✅ |
### Top Agents by Usage
| Agent | Sessions | Avg Tokens |
|-------|----------|-----------|
| architect | 6 | 42,000 |
| frontend | 4 | 38,000 |
| tester | 3 | 25,000 |
.claude/metrics/sessions/