Files
our-claude-skills/custom-skills/22-gtm-guardian/code/scripts/README.md
Andrew Yim b69e4b6f3a refactor: Reorganize skill numbering and update documentation
Skill Numbering Changes:
- 01-03: OurDigital core (was 30-32)
- 31-32: Notion tools (was 01-02)
- 99_archive: Renamed from _archive for sorting

New Files:
- AGENTS.md: Claude Code agent routing guide
- requirements.txt for 00-claude-code-setting, 32-notion-writer, 43-jamie-youtube-manager

Documentation Updates:
- CLAUDE.md: Updated skill inventory (23 skills)
- AUDIT_REPORT.md: Current completion status (91%)
- Archived REFACTORING_PLAN.md (most tasks complete)

Removed:
- ga-agent-skills/ (moved to separate repo ~/Project/dintel-ga4-agent)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 18:42:39 +07:00

33 lines
725 B
Markdown

# 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)