account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"Design effective data dashboards with proper KPI hierarchy, chart type selection, and interactive features. Use this skill when the user needs to create a dashboard, choose the right visualizations, organize metrics for different audiences, or evaluate dashboard tools — even
$ npx -y skills add charlieviettq/awesome-agent-skill --skill data-dashboard-design --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/data-dashboard-designContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Design effective data dashboards with proper KPI hierarchy, chart type selection, and interactive features. Use this skill when the user needs to create a dashboard, choose the right visualizations, organize metrics for different audiences, or evaluate dashboard tools — even
name: "\"data-dashboard-design\"" description: "\"Design effective data dashboards with proper KPI hierarchy, chart type selection, and interactive features. Use this skill when the user needs to create a dashboard, choose the right visualizations, organize metrics for different audiences, or evaluate dashboard tools — even if they say 'build a dashboard', 'our reports are confusing', 'which chart should I use', or 'executives can't find the metrics they need'.\"." allowed-tools: Read, Glob, Grep
IRON LAW: One Dashboard, One Audience, One Purpose A dashboard that tries to serve the CEO, the marketing team, AND the engineers will serve none of them well. Each audience has different questions, different metrics, and different time horizons. CEO: "Are we growing?" → North Star + revenue + key trends Marketing: "Which campaigns work?" → CAC, ROAS, conversion by channel Engineering: "Is the system healthy?" → Latency, error rate, uptime
[North Star Metric]
/ \
[L1: 3-5 Business KPIs]
/ | \
[L2: Driving Metrics per KPI]
/ | | | \
[L3: Diagnostic / Operational Metrics]| Question | Chart | Why | |----------|-------|-----| | How is the trend? | **Line chart** | Shows change over time | | How do categories compare? | **Bar chart** (horizontal for many categories) | Easy comparison | | What's the composition? | **Stacked bar** or **pie** (use sparingly, < 5 slices) | Shows parts of whole | | What's the distribution? | **Histogram** or **box plot** | Shows spread and outliers | | What's the relationship? | **Scatter plot** | Shows correlation | | Where's the geographic pattern? | **Map / choropleth** | Spatial patterns | | What's the single number? | **Scorecard / big number** | At-a-glance status | | How are we vs target? | **Gauge** or **bullet chart** | Progress tracking |
1. **5-second rule**: The dashboard's main message should be clear within 5 seconds 2. **Above the fold**: Most important metrics visible without scrolling 3. **Consistent time range**: All charts on one dashboard should use the same time period by default 4. **Color with purpose**: Use color to encode meaning (red = bad, green = good), not decoration 5. **Comparison context**: Every number needs context — vs prior period, vs target, vs benchmark 6. **Progressive disclosure**: Summary at top → click/drill to detail
| Layer | Audience | Refresh | Content | |-------|---------|---------|---------| | **Executive** | C-suite, board | Weekly/monthly | 5-8 KPIs, trends, alerts | | **Operational** | Team leads | Daily | 10-15 metrics, filters by team/product | | **Diagnostic** | Analysts, engineers | Real-time to hourly | 20+ metrics, drill-down, raw data access |
| Tool | Best For | Cost | Learning Curve | |------|---------|------|---------------| | **Tableau** | Complex analysis, large datasets | $$$ | Medium-High | | **Power BI** | Microsoft ecosystem, enterprise | $$ | Medium | | **Looker** | SQL-centric teams, data modeling | $$$ | High | | **Metabase** | Quick setup, open-source, self-serve | Free/$ | Low | | **Google Sheets/Data Studio** | Simple, collaborative, free | Free | Low | | **Grafana** | Infrastructure/real-time monitoring | Free/$ | Medium |
# Dashboard Specification: {Name}
## Purpose & Audience
- Audience: {who}
- Key question: {what they need to answer}
- Refresh: {real-time / daily / weekly}
## KPI Hierarchy
- North Star: {metric}
- L1 KPIs: {3-5 metrics}
- L2 Driving Metrics: {per L1}
## Layout
| Position | Component | Chart Type | Metric |
|----------|-----------|-----------|--------|
| Top-left | {scorecard} | Big number | {North Star} |
| Top-right | {trend} | Line chart | {key KPI over time} |
| Mid-left | {comparison} | Bar chart | {breakdown by segment} |
| ... | ... | ... | ... |
## Filters
- Date range, product, segment, region
## Alerts
| Metric | Threshold | Alert To |
|--------|-----------|---------|
| {metric} | {value} | {team/person} |Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…