commandkit-analytics
Installation
SKILL.md
CommandKit Analytics Plugin
Activation guidance
Use for analytics provider setup and event instrumentation strategy.
Required filesystem expectations
- provider plugin registration in
commandkit.config.ts - tracking calls in commands/events/middleware where business events occur
Execution workflow
- Choose provider (
posthogorumami). - Define stable event names and payload fields.
- Instrument meaningful lifecycle events.
- Apply selective suppression with
noAnalytics()where needed.