senternet-site-analytics

Routes analytics provider selection to Google Analytics, PostHog, or Ahrefs setup skills.

Updated May 8, 2026
One-click install
npx skills add https://github.com/MattSenter/senternet-site-skills --skill senternet-site-analytics-mattsenter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: senternet-site-analytics
Source: https://github.com/MattSenter/senternet-site-skills/tree/main/.claude/skills/senternet-site-analytics
Command: npx skills add https://github.com/MattSenter/senternet-site-skills --skill senternet-site-analytics-mattsenter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When building a marketing site, choosing and configuring an analytics provider involves comparing options and knowing which setup workflow to run. This Skill removes that friction by presenting the three supported providers and handing off to the correct setup skill automatically. ## Core Features & Use Cases - Provider Routing: Presents Google Analytics 4, PostHog, and Ahrefs Web Analytics as options and hands off to the matching setup skill for each one chosen. - Decision Guidance: Offers quick recommendations based on site type, such as GA4 or Ahrefs for marketing sites and PostHog for app-like products needing funnels and session replay. - Multi-Provider Support: Supports any combination of providers since all load lazily and gate on production, handing off to each setup skill in turn. - Use Case: A user building a brochure site asks for analytics but is unsure which tool to use. The Skill explains that Ahrefs Web Analytics needs no cookies or Firebase dependency, then routes to the Ahrefs setup skill. ## Quick Start Ask the assistant to set up analytics on the site and let it help you choose between Google Analytics, PostHog, and Ahrefs Web Analytics.

Frequently Asked Questions about senternet-site-analytics

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

FAQPage Schema
How do I choose between Google Analytics, PostHog, and Ahrefs for my website?▼

Choose GA4 for marketing-site traffic measurement and Search/Ads integration, PostHog for product analytics like funnels and session replay, and Ahrefs Web Analytics for free cookieless traffic tracking without a Google dependency. Any combination is valid since they do not conflict.

Can I use multiple analytics providers on the same website?▼

Yes, any combination of GA4, PostHog, and Ahrefs Web Analytics works together. All three load lazily and gate on production, so they do not conflict. The skill hands off to each provider's setup skill in turn.

What is the difference between GA4 and Ahrefs Web Analytics?▼

GA4 integrates with Google Search and Ads and pairs with a Firebase project, while Ahrefs Web Analytics is a free, privacy-friendly, cookieless alternative that needs no Firebase or Google linking. Both suit marketing-site traffic measurement.

Does this skill configure the analytics providers itself?▼

No, it only helps you choose providers and then hands off to the dedicated setup skills for GA4, PostHog, or Ahrefs. It does not implement any analytics configuration or repeat the target skill's setup steps.

Why is my analytics provider not initializing in production on Next.js?▼

On the Next.js track, every client-read variable must use the NEXT_PUBLIC_ prefix and be listed in apphosting.yaml with BUILD availability. Without this, the provider silently never initializes in production.