feat(reference-curator): Add pipeline orchestrator and refactor skill format

Pipeline Orchestrator:
- Add 07-pipeline-orchestrator skill with code/CLAUDE.md and desktop/SKILL.md
- Add /reference-curator-pipeline slash command for full workflow automation
- Add pipeline_runs and pipeline_iteration_tracker tables to schema.sql
- Add v_pipeline_status and v_pipeline_iterations views
- Add pipeline_config.yaml configuration template
- Update AGENTS.md with Reference Curator Skills section
- Update claude-project files with pipeline documentation

Skill Format Refactoring:
- Extract YAML frontmatter from SKILL.md files to separate skill.yaml
- Add tools/ directories with MCP tool documentation
- Update SKILL-FORMAT-REQUIREMENTS.md with new structure
- Add migrate-skill-structure.py script for format conversion

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-29 01:01:02 +07:00
parent 243b9d851c
commit d1cd1298a8
91 changed files with 2475 additions and 281 deletions

View File

@@ -1,18 +1,3 @@
---
name: gtm-guardian
description: |
Google Tag Manager 태깅 전략 수립부터 구현까지 7단계 워크플로우를 지원하는 SMART Tool.
Triggers:
- GTM 태깅 계획, Tagging Plan 작성, 이벤트 설계
- DataLayer 스키마 설계, dataLayer 구현 가이드
- 사용자 행동 분석, User Behaviour Modeling, KPI 정의
- Event Taxonomy, 이벤트 택소노미, 이벤트 명명 규칙
- GTM 구현 가이드, 태그 설정 체크리스트
- Server-side GTM, sGTM, Stape, Google Tag Gateway
- GA4 이벤트, Meta Pixel, Kakao Pixel, Google Ads 전환 추적
---
# GTM Guardian (Desktop)
GTM(Google Tag Manager) 태깅 전략 수립부터 구현까지의 전체 라이프사이클을 지원하는 7단계 워크플로우 스킬.

View File

@@ -0,0 +1,18 @@
# Skill metadata (extracted from SKILL.md frontmatter)
name: gtm-guardian
description: |
Google Tag Manager 태깅 전략 수립부터 구현까지 7단계 워크플로우를 지원하는 SMART Tool.
Triggers:
- GTM 태깅 계획, Tagging Plan 작성, 이벤트 설계
- DataLayer 스키마 설계, dataLayer 구현 가이드
- 사용자 행동 분석, User Behaviour Modeling, KPI 정의
- Event Taxonomy, 이벤트 택소노미, 이벤트 명명 규칙
- GTM 구현 가이드, 태그 설정 체크리스트
- Server-side GTM, sGTM, Stape, Google Tag Gateway
- GA4 이벤트, Meta Pixel, Kakao Pixel, Google Ads 전환 추적
# Optional fields
# triggers: [] # TODO: Extract from description