Omnibus
200 skills · 1230 min
Omnibus
Skill 95 of 200
Build reusable activation models — an activation-rate metric and a per-user/per-account activated flag — on either PostHog data-warehouse views (HogQL) or an external dbt project.
2 minutes · 485 words · 6 sections
Install
npx skills add PostHog/skills --skill modeling-activation-metricsnpx skills add PostHog/skills/plugin marketplace add PostHog/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Activation is the earliest reliable predictor that a user will stick. This skill builds a durable
activation model — and, just as importantly, keeps you from hard-coding a guessed “activation event.” Read
modeling-warehouse-foundations first. Method:
references/activation-method.md (opens in a new tab); recipes in
references/posthog/ (opens in a new tab) and references/dbt/ (opens in a new tab).
read-data-schema) — the things a new user
could do in their first session/week.modeling-product-usage-metrics (retention) plugs in.references/activation-method.md (opens in a new tab).$group_0), any user counts.view-create. See foundations references/governance.md.PostHog: a view that, per unit, flags whether the activation criteria were met within N days of the first
event, plus time-to-activate; then an activation-rate rollup by signup cohort. Recipes:
references/posthog/activation_flag.sql (opens in a new tab),
activation_retention_lift.sql (opens in a new tab). Materialize the cohort
rollup at a daily sync_frequency.
dbt: dim_activation_criteria (the definition as data) + fct_user_activation (per-user flag +
activated_at) + tests. Recipes: references/dbt/ (opens in a new tab).
| File | Read when |
|---|---|
references/activation-method.md (opens in a new tab) | The candidate → retention-lift → reach×power selection method. |
references/posthog/ (opens in a new tab) | HogQL activated-flag + retention-lift recipes. |
references/dbt/ (opens in a new tab) | dbt dim_activation_criteria + fct_user_activation + tests. |
modeling-warehouse-foundations (mechanics), modeling-product-usage-metrics (the retention validation this
skill depends on), modeling-conversion-metrics (activation is a conversion into the activation action),
querying-posthog-data (HogQL + the semantic-layer check for an approved activation definition).
Build reusable activation models — an activation-rate metric and a per-user/per-account activated flag — on either PostHog data-warehouse views (HogQL) or an external dbt project. Use when the user wants to define, model, or measure activation, the "aha moment", onboarding success, or which early actions predict a user sticking around. The core idea this skill enforces: activation is NOT a single assumed event — it is a retention-validated combination of early actions, chosen by balancing reach (enough users hit it) against predictive power (those who hit it retain much better). Covers finding candidate actions, validating them against retention lift, count thresholds and action combinations, per-product and B2B group-level activation, and modeling the winning definition as a durable activated-flag + activation-rate model. Read modeling-warehouse-foundations first; composes modeling-product-usage-metrics for the retention validation.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: skills/omnibus/*/SKILL.md, skills/posthog/all/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by PostHog, declaring 6 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./PostHog/skills.md, and each skill at its own .md URL.6 files · 8 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 95.
Documentation the agent loads on demand, rather than up front.