gtm-implementation
Installation
SKILL.md
GTM Implementation - DataLayer + GTM API
Implement complete GTM tracking by adding dataLayer events to your code AND creating GTM variables, triggers, and tags via API.
Core Mission
Transform analytics-ready DOM elements into fully tracked events with:
- Code Implementation: Add dataLayer.push() calls to React/Next.js/Vue components
- GTM Configuration: Create variables, triggers, and tags via GTM API
Workflow
Phase 0: Load Business Context (if available)
Check for gtm-context.md in the project root:
- If found: read it silently and use the business context throughout this skill run
- If not found: proceed normally - ask context questions as usual during the workflow
This file is created automatically by gtm-analytics-audit at the end of its first run.