From wire
Performs deep analysis of a specific Amplitude chart to explain trends, anomalies, and likely drivers. Use when a metric looks unusual, investigating a spike or drop, or understanding the "why" behind numbers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wire:analyze-chartThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before proceeding, append a one-line entry to `.wire/execution_log.md`:
Before proceeding, append a one-line entry to .wire/execution_log.md:
| YYYY-MM-DD HH:MM | skill | analyze-chart | activated | Amplitude chart deep-dive triggered this skill |
If .wire/execution_log.md does not exist, create it with the standard header first (see specs/utils/execution_log.md). If no .wire/ directory exists in the current repo, skip this step.
Amplitude:getting_data_from_url to extract the chart IDCapture and restate:
Use Analyzing chart to characterize what’s happening:
Explicitly identify:
Instead of broad slicing, use guided segmentation:
Amplitude:query_chartsAvoid testing more than 9 properties in aggregate unless the user explicitly asks for deeper exploration.
For spikes, drops, or unexpected shifts, gather contextual signals in the same timeframe:
Amplitude:get_feedback_insights to search customer feedback trends that might explain the changeAmplitude:get_feedback_mentions to pull in specific customer mentions if there's a likely feedback trend tied to what's being explained.Determine whether any contextual changes align temporally with the chart pattern.
Present a structured, decision-ready analysis:
What Happened
Clear description of the observed pattern and magnitude
When
Exact timeframe and comparison baseline
Primary Hypothesis
Most likely explanation based on chart data and contextual signals
Supporting Evidence
Alternative Explanations
1–3 plausible alternatives and why they are less likely
Impact
Quantify impact where possible (users, events, conversion, revenue proxy)
Recommended Next Step
One clear follow-up action (e.g. deeper segment, experiment review, instrumentation check)
Always include:
npx claudepluginhub rittmananalytics/wire-plugin --plugin wireProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.