PostHog

316 mods across 10 repositories, 42k stars between them.

building-a-dashboard

193

PostHog/ai-plugin

Skill Claude CodeCodex

Build a new dashboard, or update an existing one, from a set of insights — the same job the in-app assistant does with its upsert-dashboard tool, but over MCP. Use when a user asks to create a dashboard, put several metrics/charts together on one page, assemble a dashboard for a topic (product analytics, retention…

79 3d ago A 128 tokens

building-workflows

194

PostHog/ai-plugin

Skill Claude CodeCodex

Build, edit, test, enable, and monitor PostHog workflows over MCP. Author the action/edge graph so it runs and opens cleanly in the visual editor, then change drafts surgically with patch operations. Use when asked to build, set up, automate, change, fix, or debug a workflow, campaign, broadcast, drip sequence, or…

79 3d ago A 85 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Determine when a PostHog code change reached a given environment by reading the hidden GIT deploy annotations in the project and correlating them with the merge commit on GitHub. Use when PostHog staff ask "when was X deployed", "is my change live in the US/EU yet", "has my PR shipped", "did the fix roll out to…

79 3d ago A 128 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Clarify how to visualize change over a time range before building a trend. Use whenever the user asks how much something changed, grew, dropped, improved, or regressed between two points or periods — "how much did X change from A to B", "before vs after", "start vs end", "week over week", "compare this month to last"…

79 3d ago A 158 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Identify and clean up stale feature flags in a PostHog project. Use when the user wants to find unused, fully rolled out, or abandoned feature flags, review them for safety, and then disable or delete them. Covers staleness detection, dependency checking, and safe removal workflows.

79 3d ago A 67 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Configures the analytics side of a PostHog experiment — exposure criteria (default $featureflagcalled vs custom exposure events), primary and secondary metrics, the supported metric types (count, sum, ratio with math and mathproperty, retention with retentionwindowstart and starthandling), multivariate user handling…

79 3d ago A 222 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Configures the rollout shape of a PostHog experiment — the variant split (50/50, 80/20, A/B/C ratios), the overall rollout percentage that gates how many users enter the experiment, and the disambiguation when a percentage like "roll out to 25%" could mean either. Use when the user mentions a rollout percentage…

79 3d ago A 162 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Wire a PostHog endpoint into a client app or SDK. Covers fetching the OpenAPI spec, generating a typed client with openapi-generator or @hey-api/openapi-ts, sending the right auth header, shaping the variables payload (HogQL codename vs insight breakdown property), handling rate-limit and materialised-endpoint error…

79 3d ago A 105 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Copy a PostHog endpoint (a saved HogQL/insight query exposed as an API route) to another project in the same organization, or duplicate it under a new name in the same project. Use when the user wants to duplicate an endpoint, promote an endpoint from staging to production, replicate an endpoint's…

79 3d ago A 184 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Copy a feature flag from one PostHog project to one or more target projects in the same organization. Use when the user wants to duplicate a flag, promote a flag from staging to production, sync flags across projects, or replicate a flag configuration in a different workspace. Covers cohort remapping, scheduled-change…

79 3d ago A 89 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Create a recurring AI-generated PostHog report — schedule a free-text prompt to run on a cron, with the LLM-synthesized markdown delivered to email or Slack on each tick. Use when the user wants a recurring AI summary of X on any cadence (daily, weekly, monthly, yearly) rather than a one-off report. (To attach an AI…

79 3d ago A 107 tokens

creating-an-endpoint

204

PostHog/ai-plugin

Skill Claude CodeCodex

Create a PostHog endpoint with the right shape on the first try — covers query kind choice, name conventions, what to expose as variables (HogQL codename vs insight breakdown), datafreshnessseconds, and whether to materialise on day one. Use when the user says "create an endpoint", "expose this query as an API", "turn…

79 3d ago A 131 tokens

creating-experiments

205

PostHog/ai-plugin

Skill Claude CodeCodex

Guides agents through the 3-step experiment creation flow: defining the hypothesis, configuring rollout, and setting up analytics. Delegates rollout decisions to configuring-experiment-rollout and metric setup to configuring-experiment-analytics. TRIGGER when: user asks to create a new experiment or A/B test, OR when…

79 3d ago A 96 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Author continuously-running online evaluations in PostHog AI observability, grounded in a real failure mode you've identified. Use when the user wants an evaluation that automatically scores new generations or whole traces going forward — "create an eval to catch X", "continuously check that responses do Y", "turn…

79 3d ago A 170 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Guides agents through creating and safely sizing a Replay Vision scanner: choosing the scanner type (monitor/classifier/scorer/summarizer), shaping the RecordingsQuery that selects sessions, and — crucially — estimating observation volume and checking the org's monthly quota before creating, so a broad scanner doesn't…

79 3d ago A 159 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Debugs why session recordings aren't appearing in the local dev environment. Use when a developer reports that local replay ingestion isn't working, recordings aren't showing up despite /s calls, or the replay pipeline seems broken after hogli start. Covers the full local pipeline: SDK capture, Caddy proxy…

79 3d ago A 108 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Debug the signals pipeline locally end-to-end. Covers emitting test signals from fixtures, monitoring Temporal workflows via the REST API, reading sandbox agent logs from object storage, inspecting Docker sandbox containers, and diagnosing common failures (stale ClickHouse embeddings, agentsh network denials…

79 3d ago B 89 tokens

debugging-surveys

210

PostHog/ai-plugin

Skill Claude CodeCodex

Debug, support, and build PostHog Surveys across the backend and all five SDKs (web/posthog-js, iOS, Android, Flutter, React Native). Use whenever a Surveys support ticket is pasted ("survey not showing", "fewer responses than expected", "responses disappeared", "survey shows on wrong platform"), when diagnosing why a…

79 3d ago A 126 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Author, save, and edit email templates in the PostHog workflows library — compose email design JSON with Liquid personalization and create and round-trip-edit templates over MCP. Use when asked to design, build, update, or fix an email template for workflows, broadcasts, or campaigns.

79 3d ago A 62 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Diagnoses CI and pull-request pipeline health for a GitHub repo using the engineering analytics MCP tools — pull-requests (PR list with CI status), workflow-health (per-workflow CI trends), and pr-lifecycle (a single PR's timeline). Use when asked whether CI is getting faster or slower, which GitHub Actions workflow…

79 3d ago A 187 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Diagnose why a PostHog endpoint is slow or expensive and propose a concrete fix — bump the cache TTL, enable materialisation, restructure variables, or rewrite the query. Use when the user says "this endpoint is slow", "my endpoint times out", "we're hitting the cost cap on this one", or asks "should I materialise…

79 3d ago A 92 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Diagnoses bias, anomalies, and strange-looking results on a specific PostHog experiment. Covers empty / 0-exposure experiments, sample ratio mismatch, identity fragmentation, multi-variant exposure, uneven-split exclusion bias, significance traps (peeking, A/A, Bayesian vs Frequentist), PostHog-vs-SQL discrepancies…

79 3d ago A 206 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Diagnose why a data warehouse sync is failing and recommend the right recovery action. Use when the user asks "why isn't my Stripe/Postgres/Hubspot sync working?", "this table has been stuck for hours", "the data in the warehouse looks wrong", or wants to troubleshoot a specific source or schema. Covers source-level…

79 3d ago A 113 tokens

PostHog/ai-plugin

Skill Claude CodeCodex

Diagnoses why a session recording is missing or was not captured. Use when a user asks why a session has no replay, why recordings aren't appearing, or wants to troubleshoot session replay capture issues for a specific session ID or across their project. Covers SDK diagnostic signals, project settings, sampling…

79 3d ago A 76 tokens

At most 3 mods per repository are shown here — the rest are on their repository pages: