mixpanel-analyticslisted
Install: claude install-skill aiskillstore/marketplace
# MixPanel Analytics Skill
## When to Use This Skill
Use this Skill in the Django4Lyfe backend when working with MixPanel analytics
tracking in the `optimo_analytics` module:
- `/mixpanel-analytics:implement` – to **implement** new MixPanel tracking events
or update existing ones following established patterns (7-step checklist).
- `/mixpanel-analytics:review` – to **review** MixPanel implementations for
correctness, PII protection, and adherence to Django4Lyfe standards.
## Example Prompts
### Implement Mode
- "Use `/mixpanel-analytics:implement` to add a new event for tracking when a
user completes their profile setup."
- "Run `/mixpanel-analytics:implement svc.surveys.reminder_sent` to add tracking
for survey reminder notifications."
- "Implement MixPanel tracking for the new HRIS CSV validation feature using
`/mixpanel-analytics:implement`."
### Review Mode
- "Run `/mixpanel-analytics:review staged` to check my staged MixPanel changes
for PII violations and pattern compliance."
- "Use `/mixpanel-analytics:review branch` to audit all analytics changes on
this feature branch."
- "Review the entire optimo_analytics module with `/mixpanel-analytics:review all`."
## Modes
This Skill behaves differently based on how it is invoked:
- `implement` mode – invoked via `/mixpanel-analytics:implement`:
- Guides implementation of new MixPanel events through 7 steps.
- Creates constants, schemas, registry entries, service methods, and tests.
- Enforces PII