diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 09fb78a3..1db59e35 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -4,13 +4,92 @@ "name": "PostHog" }, "metadata": { - "description": "PostHog skills for Claude Code \u2014 analytics, feature flags, error tracking, and more" + "description": "PostHog skills for Claude Code — analytics, feature flags, error tracking, and more" }, "plugins": [ + { + "name": "posthog-all", + "source": "./skills/posthog/all", + "description": "Complete set of all PostHog skills for agents and power users", + "keywords": [ + "posthog", + "analytics", + "feature-flags", + "llm", + "logs", + "error-tracking" + ] + }, + { + "name": "posthog-error-tracking", + "source": "./skills/posthog/error-tracking", + "description": "Skills for setting up PostHog error tracking across frameworks", + "keywords": [ + "posthog", + "error-tracking", + "exceptions", + "monitoring" + ] + }, + { + "name": "posthog-feature-flags", + "source": "./skills/posthog/feature-flags", + "description": "Skills for implementing PostHog feature flags across frameworks", + "keywords": [ + "posthog", + "feature-flags", + "experiments", + "ab-testing" + ] + }, + { + "name": "posthog-integration", + "source": "./skills/posthog/integration", + "description": "Skills for integrating PostHog analytics into your application", + "keywords": [ + "posthog", + "analytics", + "integration", + "tracking" + ] + }, + { + "name": "posthog-llm-analytics", + "source": "./skills/posthog/llm-analytics", + "description": "Skills for monitoring LLM usage with PostHog", + "keywords": [ + "posthog", + "llm", + "ai", + "observability" + ] + }, + { + "name": "posthog-logs", + "source": "./skills/posthog/logs", + "description": "Skills for setting up PostHog log capture", + "keywords": [ + "posthog", + "logs", + "logging", + "observability" + ] + }, + { + "name": "posthog-tools", + "source": "./skills/posthog/tools-and-features", + "description": "Utility skills for working with PostHog (HogQL, etc.)", + "keywords": [ + "posthog", + "hogql", + "analytics", + "tools" + ] + }, { "name": "impersonation-toolkit", "source": "./skills/team/customer-success/impersonation-toolkit", - "description": "Run safer impersonation-scoped audits against a customer's PostHog project via Claude Code + the PostHog MCP plugin. Read-only by default; prompts before any mutative MCP call.", + "description": "Run impersonation-scoped audits against a customer's PostHog project via Claude Code + the PostHog MCP plugin. Audits are read-only, enforced server-side by PostHog's read-only impersonation. Includes a shell wrapper that sets up a per-account audit folder and a shared permissions template that pre-approves read tools.", "keywords": [ "posthog", "impersonation", @@ -40,25 +119,25 @@ ] }, { - "name": "posthog-inbound-lead", - "source": "./skills/team/new-business-sales/posthog-inbound-lead", - "description": "Evaluate and respond to inbound PostHog sales leads from Salesforce", + "name": "posthog-pls-big-fish", + "source": "./skills/team/new-business-sales/big-fish-lead", + "description": "Research, qualify, and suggest outreach for PostHog big fish product-led leads", "keywords": [ "posthog", "sales", "leads", - "inbound" + "outbound" ] }, { - "name": "posthog-pls-big-fish", - "source": "./skills/team/new-business-sales/posthog-pls-big-fish", - "description": "Research, qualify, and suggest outreach for PostHog big fish product-led leads", + "name": "posthog-inbound-lead", + "source": "./skills/team/new-business-sales/inbound-lead", + "description": "Evaluate and respond to inbound PostHog sales leads from Salesforce", "keywords": [ "posthog", "sales", "leads", - "outbound" + "inbound" ] }, {