posthog-hello-world
Installation
SKILL.md
PostHog Hello World
Overview
Minimal working example demonstrating core PostHog functionality.
Prerequisites
- Completed
posthog-install-authsetup - Valid API credentials configured
- Development environment ready
Instructions
Step 1: Create Entry File
Create a new file for your hello world example.
Step 2: Import and Initialize Client
import { PostHogClient } from '@posthog/sdk';
const client = new PostHogClient({
Related skills