Restructure skill numbering: SEO 11-30, GTM 60-69, reserve 19-28 for future skills
Renumber 12 existing skills to new ranges: - SEO: 11→13, 12→18, 13→16, 14→17, 15→14, 16→15, 17→29, 18→30, 19→12 - GTM: 20→60, 21→61, 22→62 Update cross-references in gateway architect/builder skills, GTM guardian README, CLAUDE.md (skill tables + directory layout), and AGENTS.md (domain routing ranges). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
32
custom-skills/62-gtm-guardian/code/scripts/README.md
Normal file
32
custom-skills/62-gtm-guardian/code/scripts/README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# GTM Guardian Scripts
|
||||
|
||||
이 디렉토리는 GTM Guardian Code 스킬의 자동화 스크립트 저장소입니다.
|
||||
|
||||
## D.intelligence GTM Toolkit
|
||||
|
||||
메인 분석 도구는 별도 레포지토리에서 관리됩니다:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/ourdigital/dintel-gtm-agent.git
|
||||
```
|
||||
|
||||
## 사용법
|
||||
|
||||
GTM Toolkit 클론 후:
|
||||
|
||||
```bash
|
||||
# Container 분석
|
||||
python analyze_container.py GTM-XXXXXX.json --output report.md
|
||||
|
||||
# 버전 비교
|
||||
python diff_versions.py v1.json v2.json --output diff.md
|
||||
|
||||
# 미사용 요소 탐지
|
||||
python find_unused.py container.json --type all
|
||||
```
|
||||
|
||||
## 향후 추가 예정
|
||||
|
||||
- GTM Container Export 자동화 스크립트
|
||||
- Notion 리포트 업로드 스크립트
|
||||
- 정기 감사 자동화 (cron job)
|
||||
Reference in New Issue
Block a user