From analytics-reporter
Generates JSON configuration for a monitoring dashboard visualizing project metrics: build health, code velocity, quality, performance, and dependencies.
How this command is triggered — by the user, by Claude, or both
Slash command
/analytics-reporter:dashboardThe summary Claude sees in its command listing — used to decide when to auto-load this command
Generate a monitoring dashboard configuration for project metrics visualization. ## Steps 1. Determine the dashboard platform (Grafana, Datadog, custom HTML). 2. Identify key metrics to display: - **Build health**: CI pass rate, build duration trend. - **Code velocity**: Commits per day, PRs merged per week. - **Quality**: Test coverage trend, bug count, tech debt items. - **Performance**: API response times, error rates, uptime. - **Dependencies**: Outdated count, vulnerability count. 3. Design panel layout: - Top row: Key KPIs as single-stat panels. - Middle: Time s...
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": "..." }
]
}
npx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin analytics-reporter/create-dashboardCreates APM monitoring dashboards covering golden signals, requests, resources, database/cache metrics, errors, and KPIs. Outputs JSON/YAML configs, queries, visualizations, alerts, and setup instructions for Grafana, Datadog, New Relic.
/create-dashboardGenerates monitoring dashboard specifications for Grafana, Datadog, or CloudWatch with key metrics, panels, layout, interactions, and observability settings.
/doraMeasures, benchmarks, instruments, and debugs DORA metrics (Deployment Frequency, Lead Time, Change Failure Rate, MTTR). Supports instrument, dashboard, benchmark, and debug subcommands.
/ux-dashboardGenerates a data-dense dashboard with bento grids, monospace tabular metrics, sparkline patterns, and semantic state colors. Runs a discovery protocol to capture data shape, audience, and stack before producing the layout.
/setup-metricsDesigns a metrics dashboard for a product or feature, defining North Star metric, input metrics, health metrics, counter-metrics, alert thresholds, and dashboard spec.