PostHogPostHogOfficialยท4 Agent Skills Included

posthog

Operate PostHog analytics, errors, flags, and exports through AI agents

Teaches AI agents to investigate PostHog product data: triage error issues, clean up stale feature flags, analyze MCP tool usage, download batch exports, and debug APM traces. Eliminates manual dashboard digging, hand-written HogQL queries, and guesswork around non-obvious APIs and property schemas. Each skill encodes verified workflows, gotchas, and safe defaults so agents complete analytics and ops tasks correctly on the first pass.
npx skills add PostHog/posthog --all -g -y
Available:

Gives the AI agent the repo-wide operating rules for working in the PostHog monorepo: how to run tests and builds, navigate the products/services layout, and follow commit and PR conventions when executing tasks.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install PostHog skills?โ–ผ

Run `npx skills add PostHog/posthog --all -g -y` in your terminal to install all skills in this suite globally.

What can AI agents do with PostHog skills?โ–ผ

Agents can triage and investigate error tracking issues, clean up or copy feature flags, explore MCP tool analytics, download batch export files, and debug APM traces using verified step-by-step workflows.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. Every skill follows the universal SKILL.md standard and runs in Claude Code, Cursor, Codex, and any MCP-compatible agent connected to PostHog.

Can agents query PostHog data without writing SQL?โ–ผ

Yes. The skills route agents to typed MCP tools for common questions first, and only fall back to HogQL via execute-sql for cross-cutting queries the typed tools cannot answer.

Are destructive actions like flag deletion safe?โ–ผ

Yes. Skills that disable flags, merge issues, or suppress errors require explicit user confirmation first and default to reversible actions like disabling over deleting.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’