What problem does it solve? Adding product analytics to a React (Vite) app requires many manual decisions: which events to track, where to place capture calls, how to identify users, and how to validate the setup. This Skill automates the full PostHog integration workflow from planning to a live dashboard. ## Core Features & Use Cases - Event tracking plan: Analyzes the project, selects 10-15 high-value files, and writes a .posthog-events.json plan covering conversion, churn, and server-side events. - Guided implementation: Adds posthog.capture(), posthog.identify(), and error tracking following PostHog best practices, using environment variables and minimal, non-destructive edits. - Validation and reporting: Runs lint/build checks on edited files, creates a PostHog dashboard with funnel and trend insights, and produces a posthog-setup-report.md plus a shareable notebook. - Use Case: You have a React 18 + Vite app with no analytics. Run this Skill to get a complete PostHog instrumentation with identified users, key business events, and a ready-made analytics dashboard. ## Quick Start Ask the agent to integrate PostHog analytics into this React Vite project and follow the guided setup workflow.