byamplitude· 28 skills
Discovers how analytics tracking calls are actually written in this codebase — the concrete SDK calls, function signatures, and import patterns used to send events. Use this skill whenever you need to understand the existing analytics instrumentation patterns before adding new tracking, when someone asks "how do we track events here?", "show me the analytics setup", "what's the analytics pattern in this codebase?", or any time the instrument-events or discover-event-surfaces skills are about to run and you need to know the correct coding style to follow. Outputs a deduplicated list of patterns with generalized examples and the file paths where each pattern appears, plus the dominant event and property naming conventions inferred from those call sites. Always use this skill before writing any analytics instrumentation code.
$npx -y skills add amplitude/mcp-marketplace --skill discover-analytics-patternsInstalls into the current project.
Run `npx skills use "https://github.com/amplitude/mcp-marketplace" --skill "amplitude/mcp-marketplace/discover-analytics-patterns"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amplitude/mcp-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/amplitude/mcp-marketplace"` and select the relevant skills, then follow their instructions.