What is gtm-javascript?
Generate ES5-compliant JavaScript for Google Tag Manager Custom HTML tags. Use when writing GTM tags, dataLayer code, or analytics implementations. Source: ekusiadadus/claude-skill-gtm-javascript.
Generate ES5-compliant JavaScript for Google Tag Manager Custom HTML tags. Use when writing GTM tags, dataLayer code, or analytics implementations.
Quickly install gtm-javascript AI skill to your development environment via command line
Source: ekusiadadus/claude-skill-gtm-javascript.
This skill ensures all JavaScript code generated for Google Tag Manager (GTM) Custom HTML tags is ES5-compliant and follows current best practices (2024-2025).
GTM's JavaScript compiler operates in ES5 (ECMAScript 5) mode by default. ES6+ syntax causes compilation errors and prevents tag publishing.
| Variables | const, let | var | | Functions | () => {} | function() {} | | Strings | ` ${var} | 'str' + var` | | Destructuring | {a, b} = obj | var a = obj.a | | Spread | [...arr] | arr.concat() | | Default params | fn(x = 1) | x = x \|\| 1 | | for-of | for (x of arr) | for (var i...) | | Classes | class Foo {} | function Foo(){} |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ekusiadadus/claude-skill-gtm-javascript --skill gtm-javascriptBrowse more skills from ekusiadadus/claude-skill-gtm-javascript
Generate ES5-compliant JavaScript for Google Tag Manager Custom HTML tags. Use when writing GTM tags, dataLayer code, or analytics implementations. Source: ekusiadadus/claude-skill-gtm-javascript.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ekusiadadus/claude-skill-gtm-javascript --skill gtm-javascript Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ekusiadadus/claude-skill-gtm-javascript