From analytics-reporter
Generates a monitoring dashboard configuration (JSON) for project metrics including 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": "..." }
]
}
2plugins reuse this command
First indexed Mar 30, 2026
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-dashboardCreates monitoring dashboards with key metrics for service observability, following a structured workflow with SLA-aware panel design.
/doraMeasures, benchmarks, and instruments DORA metrics (Deployment Frequency, Lead Time, Change Failure Rate, MTTR) for production engineering teams. Supports instrument, dashboard, benchmark, and debug modes.
/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.
/create-dashboardOrchestrates a multi-agent workflow to plan, scaffold, implement, validate, and commit a multi-page policy analysis dashboard with maps, reform sliders, and charts.
/manager-dashboardGenerates a real-time management dashboard with productivity metrics, team analytics, sprint progress, and actionable insights from git commits, tests, sprints, and code reviews.