From george-setup
Use when setting up PostHog analytics, feature flags, experiments, or querying PostHog data. Triggers on PostHog, PostHog event, PostHog feature flag, PostHog experiment, A/B test PostHog, HogQL, PostHog funnel, PostHog dashboard, PostHog LLM cost, posthog.capture, isFeatureEnabled, PostHog MCP, PostHog survey, PostHog error tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/george-setup:analytics-posthogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Task | Skill/Tool |
| Task | Skill/Tool |
|---|---|
| Query analytics | /posthog:query or /posthog:insights |
| Feature flags | /posthog:flags |
| Experiments | /posthog:experiments |
| Error tracking | /posthog:errors |
| Search entities | /posthog:search |
| Dashboards | /posthog:dashboards |
posthog.capture('event_name', {
property: 'value',
$set: { user_property: 'value' }
});
if (posthog.isFeatureEnabled('flag-name')) {
// new behavior
}
/posthog:llm-analyticsnpx claudepluginhub george11642/george-plugins --plugin george-setupAutomates PostHog analytics tasks: capture/list events, manage feature flags/projects/profiles/annotations via Rube MCP and Composio toolkit.
Automates PostHog tasks like event capture, listing/filtering, feature flag management, projects, user profiles, and annotations via Composio's Rube MCP toolkit.
Generates minimal PostHog examples for event capture, identify, and feature flags using posthog-js (browser/React) and posthog-node (Node.js). For quick starts, testing, or learning SDK patterns.