Builds comprehensive Amplitude dashboards from requirements or goals, organizing charts into logical sections with appropriate layouts. Use when creating a complete dashboard from scratch or assembling existing charts into a cohesive view.
72
66%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./analytics-skills/skills/create-dashboard/SKILL.mdCreate new team or initiative dashboards, organize scattered charts, build executive reporting, or set up review cadence dashboards.
Before building, understand what you're tracking:
Amplitude:search with entityTypes: ["EVENT", "CUSTOM_EVENT"]get_event_properties to understand available properties for segmentationClarify:
If existing charts found (>5 relevant):
Amplitude:search to find relevant existing chartsAmplitude:get_charts to retrieve their definitionsIf few/no charts exist (<5 relevant):
Amplitude:query_dataset to create needed chartsAmplitude:save_chart_edits before building dashboardCreating new charts:
query_dataset to verify datasave_chart_edits (more efficient)Organize into logical sections:
Use Amplitude:create_dashboard with:
metric_only: Headline KPIs (single number)series: Trend lines (default view)converted: Funnels (conversion view)table: Data tablesInclude rich text blocks for:
| Content Type | Suggested Width | Suggested Height |
|---|---|---|
| Headline metric | 3-4 columns | 375px |
| Trend chart | 6-12 columns | 500px |
| Comparison chart | 6 columns | 500px |
| Detailed table | 12 columns | 625px |
| Section header | 12 columns | 375px |
Query errors (500/400):
No data returned:
221ffaa
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.