PostHog

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

PostHog/posthog-foss

Skill Claude CodeCodex

Creates and updates GitHub Actions secrets for PostHog workflows. Use when adding a new CI secret, rotating an existing secret, wiring a workflow to an API token, package registry credential, deploy key, or any value referenced via ${{ secrets. }} in .github/workflows/.

713 +4 yesterday A 67 tokens original MIT

merging-prs

146

PostHog/posthog-foss

Skill Claude CodeCodex

Merge a PR into master through the Trunk merge queue and babysit it until it lands. Enqueue with a /trunk merge comment, then watch the Trunk Merge Queue (master) check run and the PR state until it is MERGED or the queue kicks it out, reporting the Trunk bot's failure reason. Use when asked to merge a PR, "merge when…

713 +4 changed yesterday A 165 tokens original MIT

PostHog/posthog-foss

Skill Claude CodeCodex

Migrates an LLM caller from services/llm-gateway to PostHog/ai-gateway. Use when adding a gateway caller, converting an existing Python gateway integration, adopting shared Go-capable client builders, changing gateway URLs or headers for a caller, or removing a Python fallback. Inventories the caller's contract…

713 +4 yesterday A 102 tokens original MIT

PostHog/posthog-foss

Skill Claude CodeCodex

Guides safe modification of the TaxonomicFilter — PostHog's multi-tab picker for events, actions, properties, cohorts, and more. Front-loads the empirical product reality (what users actually pick and search for) plus the three live variants (legacy-control, legacy-pill behind TAXONOMICFILTERCATEGORYDROPDOWN, and the…

713 +4 changed yesterday A 134 tokens original MIT

PostHog/posthog-foss

Skill Claude CodeCodex

Guide for using the Grafana MCP to monitor and diagnose the capture service (rust/capture) in production. Use when investigating latency, event loss, Kafka backpressure, Redis issues, rate limiting, Envoy proxy issues, or any capture health question. Covers prod-us and prod-eu environments.

713 +4 changed yesterday A 66 tokens original MIT

PostHog/posthog-foss

Skill Claude CodeCodex

Guide for using the Grafana MCP to monitor and diagnose the Node.js ingestion pipeline workers in production. Use when investigating event lag, drops, pipeline errors, person/group processing, Kafka consumer health, Redis, Postgres, ClickHouse downstream health, or any ingestion worker question. Covers prod-us and…

713 +4 yesterday A 71 tokens original MIT

PostHog/posthog-foss

Skill Claude CodeCodex

Workflow for optimizing ClickHouse and HogQL queries. Use when a HogQL query, query runner, insight, or report is too slow; when a hand-written ClickHouse query (via syncexecute or in a migration) is too slow; when ClickHouse times out or hits memory limits; when investigating a slow system.querylog row; or when…

713 +4 yesterday A 183 tokens original MIT

PostHog/posthog-foss

Skill Claude CodeCodex

Decide which tree a frontend file belongs in — products/ /frontend/ or frontend/src/scenes/ / — and explain why the boundary is real rather than stylistic. Use when adding a new scene, component, or logic file for a product; when creating a new directory under frontend/src/scenes/; when a product has UI in both trees…

713 +4 yesterday A 142 tokens original MIT

playwright-test

153

PostHog/posthog-foss

Skill Claude CodeCodex

Write a playwright test, make sure it runs, and is not flaky.

713 +4 yesterday A 19 tokens original MIT

posthog-desktop

154

PostHog/posthog-foss

Skill Claude CodeCodex

Scopes work to the desktop app at products/desktop — a nested standalone pnpm/turbo/Biome workspace imported from the now-archived PostHog/code repo, with posthog/posthog the only source of truth for PRs, CI and publishing, and not part of the root frontend or Django build. Use when the user says /posthog-desktop, or…

713 +4 changed yesterday A 179 tokens original MIT

qa-frontend

155

PostHog/posthog-foss

Skill Claude CodeCodex

Internal PostHog developer frontend/browser QA skill. Use only when a PostHog developer explicitly asks to run frontend QA, browser-test a PR, verify a UI flow against the local PostHog stack, use qa-frontend, or QA current frontend changes with browser/runtime evidence. Do not use for generic code review, PR review…

713 +4 yesterday A 142 tokens original MIT

qa-team

156

PostHog/posthog-foss

Skill Claude CodeCodex

Multi-agent QA review team for code changes. This skill should be used when the user asks to "review my code", "run QA", "qa-team", "review this branch", "code review", "check my changes", or wants a comprehensive multi-perspective code review of the current branch's changes. Spawns parallel specialist agents…

713 +4 yesterday C 110 tokens original MIT

PostHog/posthog-foss

Skill Claude CodeCodex

Run ClickHouse system.querylog analysis via the internal Metabase API. Use when investigating slow queries, materialization candidates, per-team query performance, ClickHouse cost or memory issues, or any system.querylog question. Covers prod-us and prod-eu, SSO-gated cookie auth via hogli, and ready-to-run query…

713 +4 yesterday A 79 tokens original MIT

PostHog/posthog-foss

Skill Claude CodeCodex

Run read-only SQL against the local Postgres app database (SELECT, EXPLAIN, EXPLAIN ANALYZE on SELECT). Default local URL postgres://posthog:posthog@localhost:5432/posthog; else DATABASEURL. Use when querying the local DB, inspecting tables, debugging data, or analyzing query plans. Mutations are strictly forbidden.

713 +4 yesterday A 79 tokens original MIT

querying-tophog

159

PostHog/posthog-foss

Skill Claude CodeCodex

Query tophog — the ingestion pipeline's heavy-hitter store in ClickHouse — to identify hot or expensive actors (teamid, distinctid, sessionid, partition) during incident triage. Use when investigating ingestion lag, a hot or lagging Kafka partition, expensive person processing, merge storms, or any "which team or…

713 +4 yesterday A 120 tokens original MIT

react-doctor

160

PostHog/posthog-foss

Skill Claude CodeCodex

Diagnose and fix React codebase health issues. Use when reviewing React code, fixing performance problems, auditing security, or improving code quality.

713 +4 yesterday A 32 tokens original MIT

PostHog/posthog-foss

Skill Claude CodeCodex

The full review process for personhog coordination-protocol changes — leases, fencing, handoffs, supervisors, failure budgets, warming, and changelog semantics. Use before pushing or requesting review on any personhog protocol changeset, when asked for an exhaustive or careful review of personhog code, and after any…

713 +4 yesterday A 111 tokens original MIT

analysis

162

PostHog/wizard

Command Claude Code

Review the most recent contents of /tmp/posthog-wizard.log. The log may be quite substantial, so prepare to tail or search it. Look for.

190 3d ago A 0 tokens original MIT

PostHog/wizard

Skill Claude CodeCodex

Add a new framework integration to the PostHog wizard. Use when adding support for a new language or framework (e.g. Ruby on Rails, Go, Angular). Covers creating the agent config, detection logic, registry entry, and enum/label additions.

190 3d ago A 56 tokens original MIT

adding-skill-program

164

PostHog/wizard

Skill Claude CodeCodex

Create a new skill-based program for the PostHog wizard. Use when adding a program type (like revenue analytics, audit, error tracking) that installs a context-mill skill and runs an agent against it. Covers the createSkillProgram factory for the common case, customization via ProgramRun, and advanced patterns for…

190 3d ago A 73 tokens original MIT

exploring-the-wizard

165

PostHog/wizard

Skill Claude CodeCodex

Run, drive, and explore the PostHog wizard headlessly against an app — boot it on the app and decide each screen yourself over the wizard-ci MCP tools (openapp / readstate / performaction / runagent), snapshotting the TUI to see what happened. Use to test or explore the wizard end-to-end.

190 3d ago A 73 tokens original MIT

ink-tui-wizard

166

PostHog/wizard

Skill Claude CodeCodex

Build terminal user interfaces (TUIs) using Ink (React for CLIs) and @inkjs/ui with a reactive, session-driven wizard pattern. Use when creating interactive CLI installation wizards, setup flows, or multi-step terminal applications in Node.js/TypeScript. Covers reactive screen resolution, declarative flow pipelines…

190 3d ago A 92 tokens original MIT

wizard-development

167

PostHog/wizard

Skill Claude CodeCodex

Design philosophy and architectural principles for the PostHog wizard. Read this before making any structural change — adding features, extending the runner, modifying the TUI, or introducing new abstractions. Covers why the architecture is shaped this way, how to evaluate whether a change fits, and how to extend the…

190 3d ago A 85 tokens original MIT

wizard-ci

168

PostHog/wizard

MCP server Claude CodeCodexCursor +2

TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files. Runs locally from the tsx npm package.

190 3d ago A tokens not measured original MIT

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