Help us improve
Share bugs, ideas, or general feedback.
From kpi-dashboard-design
Designs effective KPI dashboards with proper metric selection, visual hierarchy, and data visualization best practices. Use when building executive dashboards, creating analytics views, or presenting business metrics.
npx claudepluginhub secondsky/claude-skills --plugin kpi-dashboard-designHow this skill is triggered — by the user, by Claude, or both
Slash command
/kpi-dashboard-design:kpi-dashboard-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design effective dashboards that communicate key metrics clearly.
Provides patterns for designing KPI dashboards including frameworks, SMART criteria, dashboard hierarchy, and department-specific metrics.
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Provides patterns for designing KPI dashboards including frameworks, SMART KPIs, hierarchy, and department-specific metrics for sales, marketing, and product.
Share bugs, ideas, or general feedback.
Design effective dashboards that communicate key metrics clearly.
Good KPIs are:
| Goal | KPIs |
|---|---|
| Revenue | MRR, ARR, Revenue Growth |
| Acquisition | CAC, New Users, Conversion Rate |
| Retention | Churn Rate, NPS, DAU/MAU |
| Efficiency | LTV:CAC, Burn Rate |
| Quality | Error Rate, Response Time |
┌─────────────────────────────────────────────────┐
│ Executive Summary │
│ [Revenue ▲12%] [Users ▲8%] [Churn ▼2%] │
├─────────────────────┬───────────────────────────┤
│ │ │
│ Revenue Trend │ User Acquisition │
│ (Line Chart) │ (Bar Chart) │
│ │ │
├─────────────────────┼───────────────────────────┤
│ │ │
│ Retention Funnel │ Top Products │
│ (Funnel Chart) │ (Table) │
│ │ │
└─────────────────────┴───────────────────────────┘
/* Traffic light colors for status */
.metric-good { color: #22c55e; } /* Green */
.metric-warning { color: #f59e0b; } /* Amber */
.metric-bad { color: #ef4444; } /* Red */
/* Visual hierarchy */
.metric-primary {
font-size: 2.5rem;
font-weight: 700;
}
.metric-secondary {
font-size: 1.5rem;
font-weight: 500;
}
| Data Type | Chart |
|---|---|
| Trend over time | Line chart |
| Comparison | Bar chart |
| Composition | Pie/Donut |
| Distribution | Histogram |
| Correlation | Scatter plot |
| Funnel stages | Funnel chart |