·gtm-javascript
</>

gtm-javascript

Generate ES5-compliant JavaScript for Google Tag Manager Custom HTML tags. Use when writing GTM tags, dataLayer code, or analytics implementations.

4Installs·1Trend·@ekusiadadus

Installation

$npx skills add https://github.com/ekusiadadus/claude-skill-gtm-javascript --skill gtm-javascript

How to Install gtm-javascript

Quickly install gtm-javascript AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ekusiadadus/claude-skill-gtm-javascript --skill gtm-javascript
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ekusiadadus/claude-skill-gtm-javascript.

SKILL.md

View raw

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(){} |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ekusiadadus/claude-skill-gtm-javascript --skill gtm-javascript
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from ekusiadadus/claude-skill-gtm-javascript

Quick answers

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.

How do I install 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

Where is the source repository?

https://github.com/ekusiadadus/claude-skill-gtm-javascript

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25

Related Skills

None