discover-analytics-patterns
Installation
SKILL.md
discover-analytics-patterns
Your goal is to find out how this codebase sends analytics events — not which events exist, but the specific code patterns engineers use to fire a tracking call. This output helps engineers add new events that look consistent with the rest of the codebase. It should also tell downstream skills how event names and property names are typically written in code here.
When determining naming conventions in this skill, use the following sources in strict order of preference:
- Customer directives in
.amplitude/instrumentation-agent-context.md(and any files it references), if present — explicit conventions the customer wants followed, so they override everything below. - Events and properties observed from the Amplitude MCP server
- Real tracking call sites in the codebase
- The
taxonomyskill at../taxonomy/SKILL.md