mixpanel-data
Installation
SKILL.md
Mixpanel Data Analysis
Fetch Mixpanel data once into local DuckDB, then query repeatedly with SQL—preserving context for reasoning rather than consuming it with raw API responses.
Documentation Access
Full documentation is hosted at https://jaredmcfarland.github.io/mixpanel_data/ with LLM-optimized access:
| Resource | URL | Use Case |
|---|---|---|
| llms.txt | https://jaredmcfarland.github.io/mixpanel_data/llms.txt |
Index of all docs with descriptions |
| llms-full.txt | https://jaredmcfarland.github.io/mixpanel_data/llms-full.txt |
Complete documentation (~400KB) |
| Individual pages | https://jaredmcfarland.github.io/mixpanel_data/{path}/index.md |
Specific topic deep-dive |
When to Fetch Documentation
- Use this skill for quick patterns, common examples, and API summaries
- Fetch llms.txt to discover what documentation exists
- Fetch llms-full.txt when you need comprehensive reference (API signatures, all parameters, edge cases)
Related skills