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.
From george-setupnpx claudepluginhub george11642/george-plugins --plugin george-setupThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
| 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-analytics