Generates JSON configuration for a monitoring dashboard visualizing project metrics: build health, code velocity, quality, performance, and dependencies.
From analytics-reporternpx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin analytics-reporter/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.
Generate a monitoring dashboard configuration for project metrics visualization.
{
"title": "<Project> Dashboard",
"panels": [
{ "type": "stat", "title": "Build Status", "query": "..." },
{ "type": "graph", "title": "Response Time (P95)", "query": "..." }
]
}