Source

posthog/skills

261 skills · 31K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
instrument-product-analytics Official Add PostHog product analytics events to track user behavior. Use after implementing new features or reviewing PRs to …
posthog/skills
475
2
querying-posthog-data Official Required reading before writing any HogQL/SQL or calling execute-sql against PostHog. Use whenever the user wants to …
posthog/skills
432
3
managing-subscriptions Manage PostHog subscriptions — scheduled email, Slack, or webhook deliveries of insight or dashboard snapshots, optio…
posthog/skills
392
4
instrument-feature-flags Add PostHog feature flags to gate new functionality. Use after implementing features or reviewing PRs to ensure safe …
posthog/skills
387
5
instrument-integration Add PostHog SDK integration to your application. Use when setting up PostHog for the first time or reviewing PRs that…
posthog/skills
374
6
instrument-error-tracking Add PostHog error tracking to capture and monitor exceptions. Use after implementing features or reviewing PRs to ens…
posthog/skills
369
7
instrument-llm-analytics Official Add PostHog LLM analytics to trace AI model usage. Use after implementing LLM features or reviewing PRs to ensure all…
posthog/skills
335
8
instrument-logs Add PostHog log capture to track application logs. Use after implementing features or reviewing PRs to ensure meaning…
posthog/skills
334
9
analyzing-experiment-session-replays Official Analyze session replay patterns across experiment variants to understand user behavior differences. Use when the user…
posthog/skills
320
10
auditing-experiments-flags Audit PostHog experiments and feature flags for configuration issues, staleness, and best-practice violations. Read w…
posthog/skills
319
11
cleaning-up-stale-feature-flags Identify and clean up stale feature flags in a PostHog project. Use when the user wants to find unused, fully rolled …
posthog/skills
317
12
exploring-autocapture-events Official Guides exploration of $autocapture events captured by posthog-js to understand user interactions, find CSS selectors …
posthog/skills
310
13
diagnosing-sdk-health Diagnoses the health of a project's PostHog SDK integrations — which SDKs are out of date and how to fix them. Use wh…
posthog/skills
303
14
exploring-llm-clusters Investigate AI observability clusters — understand usage patterns in AI/LLM traffic, compare cluster behavior, comput…
posthog/skills
298
15
exploring-llm-evaluations Investigate AI observability evaluations — `hog` (deterministic code-based), `llm_judge` (LLM-prompt-based), and `sen…
posthog/skills
294
16
exploring-llm-traces Debug and inspect LLM/AI agent traces using PostHog's MCP tools. Use when the user pastes a trace or session URL (e.g…
posthog/skills
294
17
signals How to query the document_embeddings table for raw signal data using HogQL. Use when you need to perform semantic sea…
posthog/skills
294
18
skills-store Discover and use shared team skills stored in PostHog. Use when the user asks to list, browse, load, or manage "share…
posthog/skills
292
19
diagnosing-missing-recordings Diagnoses why a session recording is missing or was not captured. Use when a user asks why a session has no replay, w…
posthog/skills
284
20
investigate-metric Diagnose why a product metric changed (dropped, spiked, or plateaued) by orchestrating breakdowns, actors, paths, lif…
posthog/skills
284
21
creating-experiments Guides agents through the 3-step experiment creation flow: defining the hypothesis, configuring rollout, and setting …
posthog/skills
277
22
configuring-experiment-analytics Configures the analytics side of a PostHog experiment — exposure criteria (server-resolved default exposure event vs …
posthog/skills
273
23
configuring-experiment-rollout Configures the rollout shape of a PostHog experiment — the variant split (50/50, 80/20, A/B/C ratios), the overall ro…
posthog/skills
273
24
feature-usage-feed Set up an LLM-judge evaluation that extracts canonical use cases for a PostHog feature at scale and streams the resul…
posthog/skills
272
25
investigating-replay Investigates a session recording by gathering metadata, person profile, same-session events, and linked error trackin…
posthog/skills
270
26
managing-experiment-lifecycle Guides experiment state transitions: launching, pausing, resuming, freezing/unfreezing exposure, ending, shipping var…
posthog/skills
269
27
exploring-llm-costs Investigate LLM spend in PostHog — total cost over time, cost by model, provider, user, trace, or custom dimension, t…
posthog/skills
268
28
finding-experiments Resolves a PostHog experiment reference from natural language to a concrete experiment ID by browsing `experiment-lis…
posthog/skills
265
29
suggesting-data-imports Use when the user asks about revenue, payments, subscriptions, billing, CRM deals, support tickets, ad spend, product…
posthog/skills
265
30
auditing-warehouse-data-health Audit the health of a PostHog project's data warehouse — find every broken or degraded pipeline item across sources, …
posthog/skills
264
31
setting-up-a-data-warehouse-source Guide the user through connecting a new data warehouse source — Postgres, MySQL, Stripe, Hubspot, MongoDB, Salesforce…
posthog/skills
264
32
debugging-local-replay Debugs why session recordings aren't appearing in the local dev environment. Use when a developer reports that local …
posthog/skills
263
33
finding-replay-for-issue Finds the most informative session recording linked to an error tracking issue. Use when a user has an error tracking…
posthog/skills
263
34
diagnosing-failed-warehouse-syncs Diagnose why a data warehouse sync is failing and recommend the right recovery action. Use when the user asks "why is…
posthog/skills
262
35
tuning-incremental-sync-config Change the sync configuration of an existing data warehouse schema — switch sync_type, pick a different incremental_f…
posthog/skills
258
36
exploring-live-traffic Inspects PostHog Web analytics Live tab data — current users online, last-30-minutes pageviews, top pages, referrers,…
posthog/skills
257
37
inbox-exploration Explore PostHog's Inbox and act on what it surfaces — the place where signal reports cluster into actionable issues a…
posthog/skills
257
38
triaging-visual-review-runs Inspects PostHog Visual Review (VR) runs that gate PR merges with screenshot regression checks. Use when the user men…
posthog/skills
256
39
copying-flags-across-projects Copy a feature flag from one PostHog project to one or more target projects in the same organization. Use when the us…
posthog/skills
253
40
exploring-apm-traces Investigates distributed application performance using PostHog APM (OpenTelemetry span) data via MCP. Use when the us…
posthog/skills
247
41
authoring-log-alerts Author useful, low-noise log alerts on services in a PostHog project. Use when the user asks to set up alerts for the…
posthog/skills
243
42
working-with-skills Best practices for agents managing PostHog skills via the MCP `skill-*` tools — how to discover, read, create, update…
posthog/skills
240
43
formatting-insight-axes Pick the right y-axis unit when creating or updating an insight via `posthog:insight-create` or `posthog:insight-upda…
posthog/skills
235
44
managing-path-cleaning-rules Official Inspects URL paths and proposes, tests, orders, and applies project-level path cleaning rules so dynamic segments (nu…
posthog/skills
235
45
investigating-error-issue Investigates a single PostHog error tracking issue end-to-end. Use when the user provides an issue ID or pastes an is…
posthog/skills
221
46
planning-user-interviews Plan a user interview topic in PostHog — pick who to target (cohort, emails, or PostHog distinct IDs), draft what to …
posthog/skills
221
47
posthog-debugger Debug and inspect PostHog implementations on any website. Use this skill when a user wants to understand how PostHog …
posthog/skills
219
48
diagnosing-experiment-results Diagnoses bias, anomalies, and strange results on a PostHog experiment. Covers 0-exposure experiments, sample ratio m…
posthog/skills
218
49
diagnosing-stacktrace-symbolication Help users debug PostHog Error Tracking stack-trace symbolication for any supported platform — JavaScript/TypeScript …
posthog/skills
217
50
finding-deleted-feature-flags Find feature flags that were soft-deleted in the active project within a recent time window. Use when the user asks "…
posthog/skills
213
Page 1 · 261 total Next