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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/analytics/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How analytics Compares
| Feature / Agent | analytics | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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-trackingRelated Skills
docs-analytics
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
Privacy-respecting SDK usage analytics collection
product-analytics
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
Mobile app analytics and crash reporting integration
game-analytics
Game analytics skill for event tracking.
revenue-cycle-analytics
Analyze revenue cycle performance metrics including denial rates, days in AR, clean claim rates, and collection efficiency to identify improvement opportunities
learning-analytics-interpretation
Analyze learner data from LMS reports, assessments, and engagement metrics to identify patterns and inform instructional decisions
audience-analytics
Analyze visitor data, attendance patterns, and engagement metrics to inform programming decisions and measure organizational impact
spend-analytics-engine
Procurement spend analysis skill with classification, consolidation, and savings identification
tableau-analytics
Tableau dashboard and visualization integration for sales analytics
chorus-analytics
Chorus.ai conversation intelligence for meeting insights and analytics
pr-analytics
PR measurement and reporting automation following Barcelona Principles with comprehensive analytics and visualization capabilities