Agent skill · Data & Analytics

analytics-product

Analytics de produto — PostHog, Mixpanel, eventos, funnels, cohorts, retencao, north star metric, OKRs e dashboards de produto.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill analytics-product --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Declared author: renat
Path: skills/analytics-product/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ANALYTICS-PRODUCT — Decida com Dados ## Overview Analytics de produto — PostHog, Mixpanel, eventos, funnels, cohorts, retencao, north star metric, OKRs e dashboards de produto. Ativar para: configurar tracking de eventos, criar funil de conversao, analise de cohort, retencao, DAU/MAU, feature flags, A/B testing, north star metric, OKRs, dashboard de produto. ## When to Use This Skill - When you need specialized assistance with this domain ## Do Not Use This Skill When - The task is unrelated to analytics product - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works ``` [objeto]_[verbo_passado] Correto: user_signed_up, conversation_started, upgrade_completed Errado: signup, click, conversion ``` ## Analytics-Product — Decida Com Dados > "In God we trust. All others must bring data." — W. Edwards Deming --- ## Eventos Essenciais Da Auri ```python AURI_EVENTS = { # Aquisicao "user_signed_up": {"props": ["source", "medium", "campaign"]}, "onboarding_started": {"props": ["step_count"]}, "onboarding_completed": {"props": ["time_to_complete", "steps_skipped"]}, # Ativacao "first_conversation": {"props"

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Analytics-Product — Decida Com Dados
  6. Eventos Essenciais Da Auri
  7. Implementacao Posthog (Python)
  8. Funil De Ativacao Auri
  9. Otimizando O Funil
  10. Analise De Cohort (Retencao Semanal)
  11. Benchmarks De Retencao (Assistentes De Voz)
  12. Definindo A North Star Da Auri
  13. Dashboard North Star
  14. Feature Flags Com Posthog
More from agentic-awesome-skills
All skills →
About this skill
What does the analytics-product skill do?

Analytics de produto — PostHog, Mixpanel, eventos, funnels, cohorts, retencao, north star metric, OKRs e dashboards de produto.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill analytics-product --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going