analytics-integrator

Configure analytics stacks, event taxonomies, and consent management for product tracking.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Simon-YHKim/eject-button --skill analytics-integrator-simon-yhkim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analytics-integrator
Source: https://github.com/Simon-YHKim/eject-button/tree/main/.claude/skills/analytics-integrator
Command: npx skills add https://github.com/Simon-YHKim/eject-button --skill analytics-integrator-simon-yhkim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up product analytics involves choosing between many tools, designing consistent event naming, and complying with privacy laws like GDPR and Korea's Personal Information Protection Act. This Skill guides the full setup so tracking is correct from day one. ## Core Features & Use Cases - Tool Selection Guidance: Compares PostHog, Mixpanel, Amplitude, GA4, Clarity, Hotjar, and Sentry with pricing tiers and recommended combinations by team size. - Event Taxonomy Design: Provides a snake_case object_action naming convention with ready-made event schemas for auth, monetization, and growth tracking. - Consent & Compliance: Covers GDPR opt-in and Korean privacy law requirements, including loading analytics only after user consent. - Use Case: A startup launching an MVP asks for analytics setup and receives a $0 stack (GA4 + Clarity + PostHog Free), a complete event taxonomy, and a consent banner implementation plan. ## Quick Start Set up product analytics with PostHog and Clarity for my web app, including an event taxonomy and GDPR-compliant consent flow.

Frequently Asked Questions about analytics-integrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up product analytics for a new app?

Start with an event taxonomy using snake_case object_action naming, then implement a provider-agnostic abstraction layer with track, identify, and page methods. For MVPs, the recommended free stack is GA4 plus Microsoft Clarity plus PostHog's free tier.

PostHog vs Mixpanel vs Amplitude for product analytics?

PostHog is an all-in-one open-source option covering analytics, session recording, feature flags, and A/B tests with 1M free monthly events. Mixpanel excels at funnel visualization for marketing teams, while Amplitude suits larger B2C organizations needing behavioral cohorts.

What events should every product track?

Core events include user_signed_up, user_logged_in, feature_used, content_viewed, subscription_started, payment_completed, and invite_sent. Each event should carry properties like method, plan, price, or channel to enable segmentation.

Does analytics tracking require user consent under GDPR?

Yes, GDPR requires opt-in consent before loading analytics in the EU, and Korea's Personal Information Protection Act requires a collection consent banner. The recommended pattern is to not load analytics until consent is granted, then activate tracking.

Is Microsoft Clarity really free for session recording?

Yes, Microsoft Clarity is completely free with unlimited data for session recordings and heatmaps, and it integrates with GA4. Its limitation is the lack of funnel and retention analysis, so it pairs with a product analytics tool like PostHog.