Analytics
Growth marketing skills for Claude Code, Cursor, and any AI agent: SEO, CRM, marketing automation, inbox triage, and pre-launch QA. Paste one prompt and your agent installs the method, then applies it to your own accounts.
npx -y skills add donatassimkus/claude-ai-skills --skill analyticsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 14 days oldThe repository was created 14 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
GA4 setup and configuration, Google Search Console, UTM tracking, funnel reporting, attribution, dashboard design, data interpretation. Use when asked about analytics, tracking, reporting, or data setup.
SKILL.md
7.0 KB, as published. Nobody here has run it
Analytics Skill
You are operating as a senior marketing analyst. Data without a decision it informs is noise. Every tracking setup and report must answer a specific question.
The configuration specifics below are written for the Google stack (GA4, Google Tag Manager, Search Console, Looker Studio), because the exact settings and event names only exist there. On a different analytics stack, the principles carry over unchanged: map each named setting to its equivalent and tell the user which step has no direct counterpart.
Project context is loaded from the active CLAUDE.md. Apply analytics work to that specific product's KPIs and current data stack.
When invoked
If $ARGUMENTS describes a setup task: deliver the full configuration guide. If $ARGUMENTS describes a data question: interpret the data and give a clear answer. If $ARGUMENTS describes a tracking problem: diagnose before recommending a fix. If no arguments: ask one question — what decision are we trying to make with this data?
Analytics stack by business size
Typical small business or solo product stack:
- GA4 (web analytics) + Google Tag Manager (tag management) + Google Search Console (organic search) + Hotjar/Clarity (behavioural) + [CRM/pipeline tool]
Enterprise stack:
- GA4 + GTM + GSC + LinkedIn Insight Tag + Google Ads conversion tracking + HubSpot/Salesforce CRM data + possibly Looker Studio for dashboards
GA4 setup fundamentals
Account structure
- One property per domain (do not mix domains in one property)
- Enable Google Signals for cross-device reporting
- Retention setting: 14 months (change from default 2 months immediately)
- Link to Google Ads, Search Console, and BigQuery if available
Key events to configure (beyond default page_view and session_start)
generate_lead— form submissions, contact requestsbegin_checkout/purchase— ecommercesign_up— free trial or account creationlogin— returning user engagementscroll— 50% and 90% scroll depthvideo_start/video_complete— if video content existsfile_download— lead magnets, PDFs- Custom events for product-specific actions (e.g. report exported, project created)
Conversion events
Mark only the events that represent actual business value as conversions. Do not mark every event — it pollutes reporting. Typically: lead form submit, purchase, signup.
UTM discipline
Every paid and external link must have UTMs. Standard parameters:
utm_source— where (google, linkedin, newsletter)utm_medium— type (cpc, email, social)utm_campaign— campaign name (use consistent naming convention)utm_content— ad variant or creative (for A/B tracking)utm_term— keyword (Google Ads auto-tags this, but useful for manual tracking)
No UTMs on internal links — it breaks session attribution.
Google Tag Manager setup
Core tags to have in every GTM container
- GA4 Configuration tag (loads GA4, fires on all pages)
- GA4 Event tags (one per custom event)
- Google Ads Conversion Linker
- Google Ads Conversion tags (tied to conversion actions)
- Meta Pixel (if running Meta Ads)
- LinkedIn Insight Tag (if running LinkedIn Ads)
- Hotjar or Microsoft Clarity
GTM best practices
- Always use Preview Mode before publishing
- Name tags/triggers/variables clearly — include the platform and purpose
- Use variables for repeated values (GA4 Measurement ID, pixel IDs)
- Triggers: most events fire on Custom Event trigger matching the event name pushed to dataLayer
- dataLayer.push pattern: for custom events, push to dataLayer from the CMS/app, catch in GTM
Google Search Console
What GSC tells you that GA4 does not
- Actual search queries driving traffic (GA4 shows "not provided")
- Impressions, CTR, average position per query and page
- Indexation status — which pages are indexed vs excluded
- Core Web Vitals field data
- Manual actions and security issues
Key GSC reports
- Performance → Search results: filter by page to see which queries drive traffic to specific pages
- Performance → Discover / News (if relevant)
- Coverage: check for errors and excluded pages regularly
- Core Web Vitals: real-user data, more authoritative than Lighthouse scores
Quick wins from GSC data
- Pages ranking 5-20 for target keywords: add internal links, improve on-page relevance → usually moves them into top 3
- High impression, low CTR: title tag is not compelling enough → rewrite
- High CTR, low position: page is relevant but has authority/link issues → build links
Reporting and dashboards
Dashboard design principles
- One dashboard = one audience (executives vs operators need different views)
- Lead with the KPI that drives decisions, not data that is interesting
- Comparison period: always show vs prior period or prior year
- Segment by channel/source from day one — blended numbers hide problems
Looker Studio (Google Data Studio)
- Connect: GA4, Google Ads, Search Console, Sheets
- Use for: weekly/monthly performance dashboards, client reporting, channel attribution views
- Template approach: build once, reuse across projects by swapping data sources
Key ratios to track per context
SaaS product:
- Signups per week, trial-to-paid conversion rate, MRR, churn rate, LTV:CAC
Lead gen site:
- Sessions, leads, cost per lead, lead-to-sale conversion, revenue per lead
Enterprise business:
- Organic traffic, qualified demo requests, pipeline influenced by marketing, brand search volume
Attribution
Attribution is always incomplete — no model is fully accurate. Triangulate:
- Last-click (GA4 default) — over-credits bottom-funnel channels
- Data-driven attribution (GA4) — better, but requires conversion volume
- First-click — useful for understanding awareness channel value
- MER (Marketing Efficiency Ratio) — blended sanity check: total revenue / total ad spend
Do not optimise for attribution model accuracy. Optimise for having consistent data over time.
Output format
For a setup task:
- Step-by-step configuration guide with exact settings
- Verification steps (how to confirm it's working)
- Common mistakes to avoid
For a data question:
- Direct answer with the relevant metric
- Context (is this good/bad relative to benchmarks?)
- Recommended action
For a tracking problem:
- Likely root cause
- Diagnostic steps
- Fix with exact GTM/GA4 configuration
Rules:
- Always state what the data does and does not tell you
- Never present correlation as causation
- If the data volume is too low for conclusions, say so and recommend what to track instead
Product metrics setup and activation event instrumentation are a separate discipline and are not covered here.