posthog-analyticslisted
Install: claude install-skill Layneformalized225/ai-cofounder
# PostHog Analytics (via mcporter)
Direct access to PostHog data. Requires PostHog account + mcporter setup (see docs/adding-tools.md).
## Projects
Configure your PostHog projects here:
| Name | ID | Use |
|------|----|-----|
| app | [YOUR_PROJECT_ID] | Main product analytics (DEFAULT) |
## Tool
Use `exec` to call: `mcporter call posthog.<tool-name> <params>`
## Event Catalog
Configure your event catalog here. Common SaaS events to track:
### Journey & Funnel Events
| Event | Description | Key Properties |
|-------|------------|----------------|
| `signup_started` | User begins signup | source, utm_* |
| `signup_completed` | User completes signup | method |
| `activation_completed` | User reaches key activation milestone | timeSincePrevious |
| `feature_used` | Core feature usage | featureName, count |
### Common Funnel Stages
```
signup -> email_confirmed -> onboarding_started
-> first_value_moment -> return_visit
-> regular_usage -> power_user
-> team_invite
```
Customize this to match your product's activation funnel.
### Person Properties (B2B-relevant)
| Property | Type | Use |
|----------|------|-----|
| `$initial_utm_source` | String | First-touch attribution |
| `$initial_utm_medium` | String | First-touch attribution |
| `$initial_utm_campaign` | String | First-touch attribution |
| `$initial_referring_domain` | String | First-touch attribution |
| `organizationId` | String | B2B account grouping |
## Key Tools
### Discovery
```bash
mcporter call postho