## Summary - Add portable installation tool (`install.sh`) for cross-machine setup - Add Claude.ai export files with proper YAML frontmatter - Add multi-agent-guide v2.0 with consolidated framework template - Rename `00-claude-code-setting` → `00-our-settings-audit` (avoid reserved word) - Add YAML frontmatter to 25+ SKILL.md files for Claude Desktop compatibility ## Commits Included - `93f604a` feat: Add portable installation tool for cross-machine setup - `9b84104` feat: Add Claude.ai export for portable skill installation - `f7ab973` fix: Add YAML frontmatter to Claude.ai export files - `3fed49a` feat(multi-agent-guide): Add v2.0 with consolidated framework - `3be26ef` refactor: Rename settings-audit skill and add YAML frontmatter Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
GTM Guardian
Google Tag Manager 태깅 전략 수립부터 구현, 유지보수까지 7단계 워크플로우를 지원하는 SMART Tool.
Overview
GTM Guardian은 GTM 태깅의 전체 라이프사이클을 체계적으로 관리합니다:
| Phase | Name | Description |
|---|---|---|
| 1 | Web/App Analysis | DOM 분석, 태깅 가능 요소 식별 |
| 2 | User Behaviour & KPI | 사용자 여정 분석, KPI 정의 |
| 3 | Tagging Plan | 맞춤 이벤트, 파라미터 설계 |
| 4 | Event Taxonomy | 이벤트 택소노미 시트 구조화 |
| 5 | Implementation Guide | 구현 순서, 개발자 가이드 |
| 6 | Progressive Audit | 주기적 진단 및 업데이트 |
| 7 | Lookup App | 이벤트 조회 웹앱 |
Dual-Platform Structure
이 스킬은 Claude Desktop과 Claude Code 양쪽에서 사용 가능합니다:
22-gtm-guardian/
├── desktop/ # Claude Desktop 버전
│ ├── SKILL.md # MCP 기반 워크플로우 (Phase 1-5)
│ ├── references/ # 분석/설계 가이드
│ └── templates/ # 태깅 계획서, 택소노미 템플릿
│
├── code/ # Claude Code 버전
│ ├── CLAUDE.md # 자동화 및 유지보수 (Phase 6-7)
│ ├── scripts/ # GTM Toolkit 연계
│ └── references/ # 감사/앱 가이드
│
└── README.md
Platform 역할 분담
| Platform | Phases | Focus |
|---|---|---|
| Desktop | 1-5 | 분석, 설계, 문서 작성, Browser 분석, Notion 연동 |
| Code | 6-7 | GTM Toolkit 연계, Python 스크립트, API 자동화 |
Quick Start
Claude Desktop
desktop/SKILL.md를 Claude Desktop 설정에 추가- "GTM 태깅 계획 작성해줘" 등으로 시작
- Phase 1-5 워크플로우 자동 진행
Claude Code
code/CLAUDE.md디렉토리에서 작업- D.intel GTM Toolkit 클론
- Phase 6-7 자동화 작업 수행
Key Features
DataLayer & Events
- GA4 권장 이벤트 기반 스키마
- GA4, Meta, Kakao, Google Ads 플랫폼 매핑
- 일관된 네이밍 규칙
Server-side GTM
- GCP Cloud Run, Stape.io, Google Tag Gateway 옵션
- 1st-party 쿠키, Privacy 강화
Automation
- D.intelligence GTM Toolkit 연계
- Container 분석, 버전 비교, 미사용 요소 탐지
- Notion 자동 저장
Site Type Support
| Site Type | Key Events |
|---|---|
| E-commerce | view_item, add_to_cart, purchase |
| Lead Gen | generate_lead, form_submit |
| SaaS | sign_up, subscription_* |
| Media | article_view, scroll, video_* |
| B2B | demo_request, pricing_view |
Related Resources
Triggers
이 스킬은 다음 키워드에 반응합니다:
- GTM 태깅 계획, Tagging Plan 작성, 이벤트 설계
- DataLayer 스키마 설계, dataLayer 구현 가이드
- 사용자 행동 분석, User Behaviour Modeling, KPI 정의
- Event Taxonomy, 이벤트 택소노미, 이벤트 명명 규칙
- GTM 구현 가이드, 태그 설정 체크리스트
- Server-side GTM, sGTM, Stape
- GTM 감사, 진단, audit