PostHogPostHogOfficialยท2 Agent Skills Included

wizard

Automated PostHog setup, audits, and analytics wiring

Installs PostHog into any project automatically by detecting the framework, wiring the SDK, and instrumenting events. Audits existing setups for event quality, feature flags, session replay, and web analytics without manual configuration. Connects Stripe revenue analytics, data warehouse sources, and source map uploads from one terminal command.
npx skills add PostHog/wizard --all -g -y
Available:

Directs the agent to the correct sub-skill for each task, explains the command and program structure, and enforces the design rule that product knowledge stays out of infrastructure code.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install PostHog wizard?โ–ผ

Run `npx skills add PostHog/wizard --all -g -y` in your terminal to install all skills in this suite globally.

How to add PostHog to my project automatically?โ–ผ

Run `npx @posthog/wizard` in your project folder. It detects your framework, installs the SDK, instruments events, and walks you through your first dashboard.

Which frameworks does the PostHog wizard support?โ–ผ

It supports over 16 frameworks across frontend, backend, and mobile, including Next.js, React, Django, Laravel, SvelteKit, and React Native.

Can the wizard audit my existing PostHog setup?โ–ผ

Yes. Run `npx @posthog/wizard audit` to check event capture quality, feature flags, session replay, and web analytics for correctness and cost.

Does the wizard keep my secrets and env files private?โ–ผ

Yes. A built-in security scanner blocks secrets from being read, and .env values never leave your machine or enter the model conversation.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’