agent-management
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or
$ npx -y skills add davila7/claude-code-templates --skill analytics-tracking --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/analytics-trackingContext preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or
name: analytics-tracking description: When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see ab-test-setup.
You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions.
Before implementing tracking, understand:
1. **Business Context**
2. **Current State**
3. **Technical Context**
---
---
Event Name | Event Category | Properties | Trigger | Notes ---------- | ------------- | ---------- | ------- | -----
**Pageviews**
**User Actions**
**System Events**
**Custom Conversions**
---
**Object-Action (Recommended)**
signup_completed button_clicked form_submitted article_read
**Action-Object**
click_button submit_form complete_signup
**Category_Object_Action**
checkout_payment_completed blog_article_viewed onboarding_step_completed
---
**Navigation**
**Engagement**
**Conversion**
**Onboarding**
**Core Usage**
**Monetization**
**Browsing**
**Cart**
**Checkout**
---
**Page/Screen**
**User**
**Campaign**
**Product** (e-commerce)
**Timing**
---
**Data Streams**
**Enhanced Measurement Events**
**Recommended Events**
// gtag.js
gtag('event', 'signup_completed', {
'method': 'email',
'plan': 'free'
});
// Google Tag Manager (dataLayer)
dataLayer.push({
'event': 'signup_completed',
'method': 'email',
'plan': 'free'
});1. Collect event in GA4 2. Mark as conversion in Admin > Events 3. Set conversion counting (once per session or every time) 4. Import to Google Ads if needed
**When to use:**
**Setup:** 1. Create in Admin > Custom definitions 2. Scope: Event, User, or Item 3. Parameter name must match
---
**Tags**
**Triggers**
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an…
Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs",…
Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check…
Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we…