mcpbeat Sign in

Data Dashboard Design Agent 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 if they say 'build a dashboard', 'our reports are confusing', 'which chart should I use', or 'executives can't find the metrics they need'.

11k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
223
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/asgard-ai-platform/skills --skill data-dashboard-design

What comes with it

37 212 bytes besides the instruction
examples/sample_scenario.md
references/dashboard-templates.md
references/metric-definitions.md

The instruction itself

10 sections, as written by the author

Dashboard Design

Framework

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

KPI Hierarchy (Pyramid Structure)

          [North Star Metric]
         /                    \
    [L1: 3-5 Business KPIs]
       /         |         \
  [L2: Driving Metrics per KPI]
     /     |     |     |     \
[L3: Diagnostic / Operational Metrics]
  • North Star: ONE metric that best captures value delivery (DAU, MRR, GMV)
  • L1: Business KPIs that drive the North Star (retention, acquisition, monetization)
  • L2: Driving metrics teams can act on (conversion rate, ARPU, churn rate)
  • L3: Diagnostic metrics for debugging (page load time, error rate, funnel step conversion)

Chart Type Selection

| 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 |

Design Principles

  • 5-second rule: The dashboard's main message should be clear within 5 seconds
  • Above the fold: Most important metrics visible without scrolling
  • Consistent time range: All charts on one dashboard should use the same time period by default
  • Color with purpose: Use color to encode meaning (red = bad, green = good), not decoration
  • Comparison context: Every number needs context — vs prior period, vs target, vs benchmark
  • Progressive disclosure: Summary at top → click/drill to detail

Dashboard Layers

| 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 Comparison

| 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 |

Output Format

# 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} |

Gotchas

  • Dashboard ≠ report: A report explains what happened (narrative). A dashboard monitors what IS happening (real-time status). Don't make a dashboard that requires reading.
  • Pie charts are almost always wrong: Humans are bad at comparing angles. Use bar charts for composition with > 3 categories. Pie charts work only for 2-3 slices with very different sizes.
  • Too many metrics = no metrics: If everything is highlighted, nothing is. Limit executive dashboards to 5-8 metrics. More → use filters or drill-down.
  • Vanity metrics sneak in: Total users, page views, and downloads feel impressive but rarely drive action. Every metric on the dashboard should answer: "What would we do differently if this number changed?"
  • ETL reliability: A dashboard is only as good as its data pipeline. If data is stale, incomplete, or wrong, the dashboard becomes a liability. Show "last updated" timestamp prominently.

References

  • For dashboard wireframe templates, see references/dashboard-templates.md
  • For SQL-based metric definitions, see references/metric-definitions.md

Other skills for the same job

different authors, same section of the catalogue
XLSX
by anthropics
vendor ×15

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

5k tokens scripts
XLSX
by w95
×7

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

3k tokens
Raffle Winner Picker
by frostant
×5

Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.

949 tokens
Fda Database
by christophacham
×4

Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.

32k tokens scripts
Matlab
by christophacham
×4

MATLAB and GNU Octave numerical computing for matrix operations, data analysis, visualization, and scientific computing. Use when writing MATLAB/Octave scripts for linear algebra, signal processing, image processing, differential equations, optimization, statistics, or creating scientific visualizations. Also use when the user needs help with MATLAB syntax, functions, or wants to convert between MATLAB and Python code. Scripts can be executed with MATLAB or the open-source GNU Octave interpreter.

25k tokens
Umap Learn
by ComeOnOliver
×4

UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.

14k tokens
D3 Viz
by chrisvoncsefalvay
×3

Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visualisation that requires fine-grained control over visual elements, transitions, or interactions. Use this for bespoke visualisations beyond standard charting libraries, whether in React, Vue, Svelte, vanilla JavaScript, or any other environment.

20k tokens
Alphafold Database
by christophacham
×3

Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.

7k tokens

How to use it

Copy the folder

Take asgard-ai-platform/data-dashboard-design from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.