Help us improve
Share bugs, ideas, or general feedback.
From analytics-skills
Analyzes Amplitude dashboards: queries key charts for trends and KPIs, surfaces concerns and anomalies, explains changes using customer feedback insights.
npx claudepluginhub amplitude/builder-skills --plugin analytics-skillsHow this skill is triggered β by the user, by Claude, or both
Slash command
/analytics-skills:analyze-dashboardThe summary Claude sees in its skill listing β used to decide when to auto-load this skill
- Meeting prep: Synthesize a dashboard into talking points before a review or exec meeting
Analyzes Amplitude dashboards by querying charts, detecting anomalies, and explaining metric changes with customer feedback trends. Useful for meeting prep, cross-chart pattern detection, and onboarding.
Builds Amplitude dashboards from requirements or goals, organizing charts into logical sections with layouts. Useful for creating dashboards from scratch or assembling existing charts.
Designs product metrics dashboards with North Star metrics, input KPIs, data sources, visualizations, alert thresholds, and review cycles. Useful for KPI setup, analytics, monitoring plans.
Share bugs, ideas, or general feedback.
If the user gives a URL, use Amplitude:getting_data_from_url to get the dashboard ID
Use Amplitude:get_dashboard with the dashboard ID to get the full structure and chart IDs.
Use Amplitude:query_charts to fetch data for up to 3 charts at a time. Prioritize:
When analyzing charts, focus on the most decision-relevant signals for each type:
If significant changes or anomalies are detected, check if user feedback can explain them:
Use Amplitude:get_feedback_insights with:
projectId as the dashboarddateStart and dateEnd matching the analysis periodrequest, complaint, lovedFeature, bug, painPointLook for feedback themes that correlate with metric changes:
If a relevant insight is found, use Amplitude:get_feedback_mentions with the insightId to pull specific user quotes that illustrate the pattern.
Skip this step if:
Present a structured summary:
[DAU](https://app.amplitude.com/...)). In terminal mode, don't share your sources to keep the response clean but if specifically asked, group all references and links in a "Sources" section at the bottom in the same markdown format (e.g., [DAU and main takeaway where the metric is referenced](https://app.amplitude.com/...)) to keep the main response clean.