From 173d526cf3a557ebaf07569af1b7f8083962dbd7 Mon Sep 17 00:00:00 2001 From: Andrew Yim Date: Sat, 20 Dec 2025 22:55:57 +0900 Subject: [PATCH] docs: Update README.md and CLAUDE.md with GTM skills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added 13-ourdigital-gtm-audit (lightweight audit) - Added 14-ourdigital-gtm-manager (comprehensive management) - Updated skill count from 9 to 11 - Added GTM Skills Role Separation section πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 12 ++++++++++-- README.md | 6 ++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index e135a57..bdc8713 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co **GitHub**: https://github.com/ourdigital/claude-skills-factory This is a Claude Skills collection repository containing: -- **ourdigital-custom-skills/**: 9 custom skills for OurDigital workflows, Jamie Brand, SEO tools +- **ourdigital-custom-skills/**: 11 custom skills for OurDigital workflows, Jamie Brand, SEO/GTM tools - **claude-skills-examples/**: Reference examples from Anthropic's official skills repository - **official-skils-collection/**: Notion integration skills (3rd party) - **reference/**: Skill format requirements documentation @@ -23,6 +23,8 @@ This is a Claude Skills collection repository containing: | 10 | ourdigital-visual-storytelling | Blog featured image prompts | "create image prompt", "λΈ”λ‘œκ·Έ 이미지" | | 11 | ourdigital-research-publisher | Research β†’ Blog workflow | "research this", "λΈ”λ‘œκ·Έ μž‘μ„±" | | 12 | ourdigital-seo-audit | Comprehensive SEO audit | "SEO audit", "μ‚¬μ΄νŠΈ SEO 뢄석" | +| 13 | ourdigital-gtm-audit | Lightweight GTM audit | "audit GTM", "GTM 검사" | +| 14 | ourdigital-gtm-manager | GTM management + dataLayer injection | "GTM manager", "dataLayer νƒœκ·Έ 생성" | | 20 | jamie-brand-editor | Jamie content **generation** | "write Jamie blog", "제이미 μ½˜ν…μΈ  생성" | | 21 | jamie-brand-guardian | Jamie content **review/evaluation** | "review content", "λΈŒλžœλ“œ κ²€ν† " | @@ -30,6 +32,10 @@ This is a Claude Skills collection repository containing: - **jamie-brand-editor (20)**: Creates NEW branded content from scratch - **jamie-brand-guardian (21)**: Reviews, corrects, and evaluates EXISTING content +### GTM Skills Role Separation +- **ourdigital-gtm-audit (13)**: Lightweight audit-only (container, dataLayer, forms, checkout) +- **ourdigital-gtm-manager (14)**: Comprehensive management (audit + dataLayer tag generation + Notion export) + ## Skill Structure Every skill must follow this structure: @@ -88,7 +94,7 @@ python claude-skills-examples/skills-main/skill-creator/scripts/package_skill.py ``` claude-skills-factory/ -β”œβ”€β”€ ourdigital-custom-skills/ # 9 custom skills +β”œβ”€β”€ ourdigital-custom-skills/ # 11 custom skills β”‚ β”œβ”€β”€ 02-notion-organizer/ β”‚ β”œβ”€β”€ 03-research-to-presentation/ β”‚ β”œβ”€β”€ 04-seo-gateway-strategist/ @@ -96,6 +102,8 @@ claude-skills-factory/ β”‚ β”œβ”€β”€ 10-ourdigital-visual-storytelling/ β”‚ β”œβ”€β”€ 11-ourdigital-research-publisher/ β”‚ β”œβ”€β”€ 12-ourdigital-seo-audit/ +β”‚ β”œβ”€β”€ 13-ourdigital-gtm-audit/ # Lightweight GTM audit +β”‚ β”œβ”€β”€ 14-ourdigital-gtm-manager/ # GTM management + injection β”‚ β”œβ”€β”€ 20-jamie-brand-editor/ # Content GENERATION β”‚ └── 21-jamie-brand-guardian/ # Content REVIEW β”œβ”€β”€ claude-skills-examples/skills-main/ # Anthropic examples diff --git a/README.md b/README.md index 728190e..f86619d 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ > **Internal R&D Repository** - This repository is restricted for internal use only. -A collection of custom Claude Skills for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO tools, and Notion integrations. +A collection of custom Claude Skills for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, and Notion integrations. -## Custom Skills (9 skills) +## Custom Skills (11 skills) | Skill | Purpose | |-------|---------| @@ -15,6 +15,8 @@ A collection of custom Claude Skills for OurDigital workflows, Jamie Plastic Sur | `ourdigital-visual-storytelling` | Blog featured image prompt generator | | `ourdigital-research-publisher` | Research-to-publication workflow | | `ourdigital-seo-audit` | Comprehensive SEO audit & analysis | +| `ourdigital-gtm-audit` | Lightweight GTM container & dataLayer audit | +| `ourdigital-gtm-manager` | Comprehensive GTM management with dataLayer injection | | `jamie-brand-editor` | Jamie Clinic branded content generation | | `jamie-brand-guardian` | Jamie Clinic content review & evaluation |