From posthog
Resolves natural language references to PostHog experiment IDs via experiment-list tool, with disambiguation for multiple matches or none found. Use for names, descriptions, recency, status filters.
npx claudepluginhub anthropics/claude-plugins-official --plugin posthogThis skill uses the workspace's default tool permissions.
Users refer to experiments by name, description, or relative references — not by ID.
Monitors active and recently completed experiments across Amplitude projects, triages by importance, analyzes, and reports on the most impactful ones.
Guides experiment lifecycle actions: launching, pausing, resuming, ending, shipping variants, archiving, resetting, duplicating. Covers preconditions, variant assignment effects, analysis implications, and decision framework.
Displays experiment dashboard with results, active loops, progress, metrics, and status. Supports single/domain views and Markdown/CSV exports via /ar:status.
Share bugs, ideas, or general feedback.
Users refer to experiments by name, description, or relative references — not by ID. This skill resolves natural language references to concrete experiment IDs.
Use the experiment-list tool from the Posthog-local MCP server.
IMPORTANT: Do NOT use feature-flag-get-all or any feature flag tool to find
experiments. Use the dedicated experiment list tool: experiment-list.
This tool returns experiments with their id, name, status, feature_flag_key, start_date, end_date, and created_at. Browse the returned list to find the experiment matching the user's reference:
name field for matchesstatus field (draft, running, stopped)feature_flag_key fieldAfter resolving to an ID, call experiment-get for the full object (metrics, flag details, parameters).
User: "pause my signup experiment"
Agent:
1. Calls experiment-list
2. Scans results, finds "New signup process" (ID: 1371, status: running)
3. Proceeds to pause experiment 1371