This handles product analytics queries by pulling metrics from your database and generating insights about user behavior, feature adoption, and conversion funnels. You'd reach for it when stakeholders ask questions like "what's our activation rate" or "which features correlate with retention" and you want instant answers without writing SQL by hand. The prompts are set up to work with common product metrics schemas, so it knows to look for events tables and user properties. It's solid for routine analytics requests, though you'll still want a human to validate the assumptions it makes about what metrics actually matter for your product.
npx skills add https://github.com/alirezarezvani/claude-skills --skill product-analytics