dashboard-design

Design analytics dashboards with metric definitions, chart selection, and LookML configurations.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/kalilurrahman/kr-claudiator-skills-original-prompts --skill dashboard-design-kalilurrahman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-design
Source: https://github.com/kalilurrahman/kr-claudiator-skills-original-prompts/tree/main/03-data-analytics/dashboard-design
Command: npx skills add https://github.com/kalilurrahman/kr-claudiator-skills-original-prompts --skill dashboard-design-kalilurrahman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Business teams often build dashboards that are chart dumps without clear metrics, context, or actionable insights, leading to confusion and poor decisions. ## Core Features & Use Cases - Metric & Layout Design: Define KPIs, metric cards with trend indicators, and hierarchical layouts from executive summary to operational detail. - Chart Selection Guidance: Map data types to visualizations such as line charts for time series, bar charts for comparisons, and scatter plots for correlations. - Tool-Specific Implementations: Generate Looker LookML views and dashboards, Metabase SQL queries with parameterized filters, and performance optimizations like materialized views and incremental refresh. - Use Case: A sales team needs a revenue dashboard. Use this Skill to define 12 KPIs, build a Looker dashboard with drill-down from region to store to product, and pre-aggregate data for sub-3-second load times. ## Quick Start Design an executive revenue dashboard in Looker with monthly recurring revenue, churn rate, and drill-down by region, updated hourly.

Frequently Asked Questions about dashboard-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design an executive dashboard with key metrics?

Start with 4-6 key metrics like revenue, users, and conversion shown as metric cards with trend indicators and sparklines. Follow with high-level line or area charts, then a top-products bar chart, keeping the summary view to 5-7 metrics maximum.

Which chart type should I use for my dashboard data?

Use line charts for time series trends, bar charts for category comparisons and rankings, histograms for distributions, scatter plots for correlations between two variables, and maps for geographic data. Avoid pie charts beyond 5 slices; bar charts compare more easily.

How do I create a dashboard in Looker with LookML?

Define a view with a derived table SQL query, dimension groups for timeframes, and measures like total_revenue with value formatting. Then create a dashboard element referencing the explore with single_value and line chart tiles, plus drill_fields for drill-down.

How do I speed up slow dashboard queries?

Create materialized views that pre-aggregate data by date, product, and region, then add indexes on filter columns. Combine with incremental refresh that only appends rows updated since the last refresh timestamp, targeting under 3 second load times.

Does Metabase support dashboard filters and parameters?

Yes, Metabase SQL queries support parameters like {{start_date}} and {{end_date}} for date ranges, and field filters like {{regions}} for multi-select values. These render as interactive filter widgets on the dashboard.

What are common dashboard design mistakes to avoid?

Avoid chart junk like 3D effects, more than 5-7 metrics per view, truncated y-axes that exaggerate change, numbers without comparison context, and stale data. Always show trend direction, targets, and last-updated timestamps.