PostHog

311 mods in 4 plugins, 10 repositories, 42k stars between them.

PostHog/skills

Skill Claude CodeCodex

Guides a user from "I want to watch recordings but don't know which ones" to a short, high-signal list of sessions worth watching. Use when the user asks which sessions or replays to watch, wants help finding interesting / useful recordings, says they don't know where to start in session replay, or wants to watch…

60 3d ago A 176 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Pick the right y-axis unit when creating or updating a TrendsQuery insight via posthog:insight-create or posthog:insight-update. Use when the agent is about to add a formula purely to convert units (e.g. dividing seconds by 60 to display minutes), when a mathproperty is a duration, currency, ratio, or large count, or…

60 3d ago A 142 tokens original MIT

grouping-noisy-errors

219

PostHog/skills

Skill Claude CodeCodex

Consolidate PostHog error tracking issues that are the same actual error reported under different fingerprints. Use when the user asks "why do I have so many TypeError issues that look the same?", "merge these duplicates", "stop splitting this error into new issues", or wants to clean up fingerprint sprawl. Decides…

60 3d ago A 112 tokens original MIT

inbox-exploration

220

PostHog/skills

Skill Claude CodeCodex

Explore PostHog's Inbox — the surface where signal reports surface as actionable issues and trends. Use when the user asks "what's in my inbox?", "what should I look at?", "which reports are actionable?", "what's PostHog flagged recently?", asks about a specific report by ID or title, or wants to see which signal…

60 3d ago A 107 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Add PostHog error tracking to capture and monitor exceptions. Use after implementing features or reviewing PRs to ensure errors are tracked with stack traces and source maps. Also handles initial PostHog SDK setup if not yet installed.

60 3d ago A 50 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Add PostHog feature flags to gate new functionality. Use after implementing features or reviewing PRs to ensure safe rollouts with feature flag controls. Also handles initial PostHog SDK setup if not yet installed.

60 3d ago A 47 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Add PostHog SDK integration to your application. Use when setting up PostHog for the first time or reviewing PRs that need PostHog initialization. Covers SDK installation, provider setup, and basic configuration for any framework.

60 3d ago A 50 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Add PostHog LLM analytics to trace AI model usage. Use after implementing LLM features or reviewing PRs to ensure all generations are captured with token counts, latency, and costs. Also handles initial PostHog SDK setup if not yet installed.

60 3d ago A 58 tokens original MIT

instrument-logs

225

PostHog/skills

Skill Claude CodeCodex

Add PostHog log capture to track application logs. Use after implementing features or reviewing PRs to ensure meaningful log events are captured with structured properties. Also handles initial OTLP exporter setup if not yet configured.

60 3d ago A 46 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Add PostHog product analytics events to track user behavior. Use after implementing new features or reviewing PRs to ensure meaningful user actions are captured. Also handles initial PostHog SDK setup if not yet installed.

60 3d ago A 47 tokens copy · 88% MIT

investigate-metric

227

PostHog/skills

Skill Claude CodeCodex

Diagnose why a product metric changed (dropped, spiked, or plateaued) by orchestrating breakdowns, actors, paths, lifecycle, retention, and annotations queries. Use when the user reports an anomaly, asks "why did X change?", or needs root-cause analysis for a trend, funnel, retention, stickiness, or lifecycle metric.

60 3d ago A 77 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Investigates a single PostHog error tracking issue end-to-end. Use when the user provides an issue ID or pastes an issue URL (/errortracking/ ) and wants to understand the error — who it affects, what triggers it, when it started, whether it correlates with a release, browser, OS, or feature flag, and what the next…

60 3d ago A 114 tokens original MIT

investigating-replay

229

PostHog/skills

Skill Claude CodeCodex

Investigates a session recording by gathering metadata, person profile, same-session events, and linked error tracking issues in one pass. Use when a user provides a recording or session ID and wants to understand what happened — who the user was, what they did, what errors occurred, and whether there are related…

60 3d ago A 98 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Work safely with endpoint versions — preview a draft in the playground, roll back to an older version, update settings on one version without bumping query history, deactivate a specific version. Use when the user asks "how do I roll back my endpoint", "preview my changes before publishing", "I want to fix v5 without…

60 3d ago A 111 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Guides experiment state transitions: launching, pausing, resuming, ending, shipping variants, archiving, resetting, duplicating, and copying to another project. Covers preconditions, implications for variant assignment and analysis, and the decision framework for when to use each action. TRIGGER when: user asks to…

60 3d ago A 133 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Inspects URL paths and proposes, tests, orders, and applies project-level path cleaning rules so dynamic segments (numeric IDs, UUIDs, slugs, dates) collapse into readable aliases. Use when the user says "clean the paths", "normalize URLs", "group similar pages", "too many distinct paths", "/users/123 and /users/456…

60 3d ago A 139 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Manage PostHog subscriptions — scheduled email, Slack, or webhook deliveries of insight or dashboard snapshots, optionally with an AI-written summary attached to each delivery. Use when the user wants to subscribe to an insight or dashboard, get an AI summary attached to those deliveries, check existing subscriptions…

60 3d ago A 76 tokens original MIT

PostHog/skills

Skill Claude CodeCodex

Plan a user interview topic in PostHog — pick who to target (cohort, emails, or PostHog distinct IDs), draft what to ask about, and prepare the voice-agent context plus a question list. Use when the user asks to "talk to users", "check how users feel about X", "interview some customers", "set up a user interview"…

60 3d ago A 214 tokens original MIT

querying-posthog-data

235

PostHog/skills

Skill Claude CodeCodex

Required reading before writing any HogQL/SQL or calling execute-sql against PostHog. Use whenever the user wants to search, find, or do complex aggregations PostHog entities (insights, dashboards, cohorts, feature flags, experiments, surveys, hog flows, data warehouse, persons, etc.) and query analytics data (trends…

60 3d ago A 132 tokens original MIT

author-stepwise-skill

236

PostHog/context-mill

Skill Claude CodeCodex

Scaffold a new context-mill skill that walks an agent through an ordered series of narrowly-scoped reference files. Works for any number of steps. Use when the user wants to add a docs-only skill where the agent must read each step in strict order, one at a time, with each step isolated, with clear endpoints, and no…

56 6d ago A 78 tokens

PostHog/context-mill

Instructions file CodexOpenCode

AGENTS.md instructions for PostHog/context-mill, covering agents.md — context-mill, what lives where, how skills become wizard commands — the cli: block, when you're about to change a cli: block and wizard cli command mapping (old → new).

56 6d ago A 1,725 tokens

PostHog/context-mill

Instructions file

Claude Code instructions for PostHog/context-mill: Repo guidance for all agents lives in AGENTS.md — the single source of truth. It's imported below so Claude Code picks it up automatically.

56 6d ago A 46 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: