docs: Update README.md and CLAUDE.md with GTM skills

- 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 <noreply@anthropic.com>
This commit is contained in:
2025-12-20 22:55:57 +09:00
parent 242f05f32d
commit 173d526cf3
2 changed files with 14 additions and 4 deletions

View File

@@ -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

View File

@@ -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 |