analytics

Google Analytics 4, tag management, and event tracking.

509 stars

Best use case

analytics is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Google Analytics 4, tag management, and event tracking.

Teams using analytics should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/analytics/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/web-development/skills/analytics/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/analytics/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How analytics Compares

Feature / AgentanalyticsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Google Analytics 4, tag management, and event tracking.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Analytics Skill

Expert assistance for web analytics implementation.

## Capabilities

- Configure Google Analytics 4
- Implement event tracking
- Set up tag management
- Create custom events
- Handle privacy compliance

## GA4 Implementation

```typescript
// gtag.js
declare global {
  interface Window {
    gtag: (...args: any[]) => void;
  }
}

export function trackEvent(action: string, category: string, label?: string) {
  window.gtag('event', action, {
    event_category: category,
    event_label: label,
  });
}

export function trackPageView(url: string) {
  window.gtag('config', GA_ID, {
    page_path: url,
  });
}
```

## Target Processes

- analytics-setup
- event-tracking
- conversion-tracking

Related Skills

docs-analytics

509
from a5c-ai/babysitter

Documentation usage analytics and insights. Integrate with Google Analytics, Algolia analytics, and custom tracking to measure documentation effectiveness, identify content gaps, and optimize user journeys.

usage-analytics-collector

509
from a5c-ai/babysitter

Privacy-respecting SDK usage analytics collection

product-analytics

509
from a5c-ai/babysitter

Deep integration with product analytics platforms for metrics, funnels, retention, and experimentation. Query Amplitude/Mixpanel/Heap data, generate retention curves, calculate conversion metrics, and build dashboard configurations.

Mobile Analytics

509
from a5c-ai/babysitter

Mobile app analytics and crash reporting integration

game-analytics

509
from a5c-ai/babysitter

Game analytics skill for event tracking.

revenue-cycle-analytics

509
from a5c-ai/babysitter

Analyze revenue cycle performance metrics including denial rates, days in AR, clean claim rates, and collection efficiency to identify improvement opportunities

learning-analytics-interpretation

509
from a5c-ai/babysitter

Analyze learner data from LMS reports, assessments, and engagement metrics to identify patterns and inform instructional decisions

audience-analytics

509
from a5c-ai/babysitter

Analyze visitor data, attendance patterns, and engagement metrics to inform programming decisions and measure organizational impact

spend-analytics-engine

509
from a5c-ai/babysitter

Procurement spend analysis skill with classification, consolidation, and savings identification

tableau-analytics

509
from a5c-ai/babysitter

Tableau dashboard and visualization integration for sales analytics

chorus-analytics

509
from a5c-ai/babysitter

Chorus.ai conversation intelligence for meeting insights and analytics

pr-analytics

509
from a5c-ai/babysitter

PR measurement and reporting automation following Barcelona Principles with comprehensive analytics and visualization capabilities