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>
This commit is contained in:
2026-01-23 18:42:39 +07:00
parent ae193d5e08
commit b69e4b6f3a
100 changed files with 655 additions and 1812 deletions

View File

@@ -4,22 +4,29 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Repository Overview
**GitHub**: https://github.com/ourdigital/claude-skills-factory
**GitHub**: https://github.com/ourdigital/claude-skills
This is a Claude Skills collection repository containing:
- **custom-skills/**: 22 custom skills for OurDigital workflows, SEO, GTM, and Jamie Brand
- **custom-skills/**: 23 custom skills for OurDigital workflows, SEO, GTM, and Jamie Brand
- **example-skills/**: Reference examples from Anthropic's official skills repository
- **official-skills/**: Notion integration skills (3rd party)
- **reference/**: Skill format requirements documentation
## Custom Skills Summary
### General Automation (01-09)
### Claude Code Settings (00)
| # | Skill | Purpose | Trigger |
|---|-------|---------|---------|
| 01 | notion-organizer | Notion workspace management | "organize Notion", "노션 정리" |
| 02 | notion-data-migration | Database migration tools | "migrate Notion data" |
| 00 | claude-code-setting | Settings optimization & token audit | "audit settings", "optimize Claude Code" |
### OurDigital Core Workflows (01-09)
| # | Skill | Purpose | Trigger |
|---|-------|---------|---------|
| 01 | ourdigital-research | Research → Blog workflow | "research this", "blog post" |
| 02 | ourdigital-designer | Visual storytelling, image prompts | "create image prompt", "visual design" |
| 03 | ourdigital-presentation | Notion → PPT/Figma | "create presentation" |
### SEO Tools (10-19)
@@ -32,32 +39,33 @@ This is a Claude Skills collection repository containing:
| 14 | seo-schema-generator | Schema markup creation | "generate schema", "create JSON-LD" |
| 15 | seo-core-web-vitals | LCP, CLS, FID, INP metrics | "Core Web Vitals", "page speed" |
| 16 | seo-search-console | GSC data analysis | "Search Console", "rankings" |
| 17 | seo-gateway-architect | Gateway page strategy | "SEO strategy", "게이트웨이 전략" |
| 17 | seo-gateway-architect | Gateway page strategy | "SEO strategy", "gateway pages" |
| 18 | seo-gateway-builder | Gateway page content | "build gateway page" |
### GTM/GA Tools (20-29)
| # | Skill | Purpose | Trigger |
|---|-------|---------|---------|
| 20 | gtm-audit | GTM container audit | "audit GTM", "GTM 검사" |
| 20 | gtm-audit | GTM container audit | "audit GTM", "GTM analysis" |
| 21 | gtm-manager | GTM management + dataLayer | "GTM manager", "dataLayer" |
| 22 | gtm-guardian | Live tag monitoring & validation | "monitor GTM", "tag validation" |
### OurDigital Channel (30-39)
### Notion Tools (31-39)
| # | Skill | Purpose | Trigger |
|---|-------|---------|---------|
| 30 | ourdigital-designer | Visual storytelling, image prompts | "create image prompt", "블로그 이미지" |
| 31 | ourdigital-research | Research → Blog workflow | "research this", "블로그 작성" |
| 32 | ourdigital-presentation | Notion → PPT/Figma | "create presentation" |
| 31 | notion-organizer | Notion workspace management | "organize Notion", "workspace cleanup" |
| 32 | notion-writer | Content writing to Notion | "write to Notion", "export to Notion" |
### Jamie Clinic (40-49)
| # | Skill | Purpose | Trigger |
|---|-------|---------|---------|
| 40 | jamie-brand-editor | Content **generation** | "write Jamie blog", "제이미 콘텐츠" |
| 41 | jamie-brand-audit | Content **review/evaluation** | "review content", "브랜드 검토" |
| 42 | jamie-instagram-manager | Instagram account management | "Instagram 관리", "인스타 계획" |
| 43 | jamie-youtube-manager | YouTube SEO audit & management | "YouTube SEO", "유튜브 검토" |
| 40 | jamie-brand-editor | Content **generation** | "write Jamie blog", "Jamie content" |
| 41 | jamie-brand-audit | Content **review/evaluation** | "review content", "brand audit" |
| 42 | jamie-instagram-manager | Instagram account management | "Instagram management", "IG strategy" |
| 43 | jamie-youtube-manager | YouTube SEO audit & management | "YouTube SEO", "YT optimization" |
| 44 | jamie-youtube-subtitle-checker | YouTube subtitle validation | "check subtitles", "subtitle QA" |
## Dual-Platform Skill Structure
@@ -102,10 +110,13 @@ XX-skill-name/
## Directory Layout
```
claude-skills-factory/
claude-skills/
├── custom-skills/
│ ├── 01-notion-organizer/
├── 02-notion-data-migration/
│ ├── 00-claude-code-setting/
│ ├── 01-ourdigital-research/
│ ├── 02-ourdigital-designer/
│ ├── 03-ourdigital-presentation/
│ │
│ ├── 10-seo-technical-audit/
│ ├── 11-seo-on-page-audit/
@@ -119,17 +130,18 @@ claude-skills-factory/
│ │
│ ├── 20-gtm-audit/
│ ├── 21-gtm-manager/
│ ├── 22-gtm-guardian/
│ │
│ ├── 30-ourdigital-designer/
│ ├── 31-ourdigital-research/
│ ├── 32-ourdigital-presentation/
│ ├── 31-notion-organizer/
│ ├── 32-notion-writer/
│ │
│ ├── 40-jamie-brand-editor/
│ ├── 41-jamie-brand-audit/
│ ├── 42-jamie-instagram-manager/
│ ├── 43-jamie-youtube-manager/
│ ├── 44-jamie-youtube-subtitle-checker/
│ │
│ └── _archive/
│ └── 99_archive/
├── example-skills/skills-main/
├── official-skills/
@@ -147,3 +159,5 @@ python example-skills/skills-main/skill-creator/scripts/init_skill.py <skill-nam
- `reference/SKILL-FORMAT-REQUIREMENTS.md` - Format specification
- `example-skills/skills-main/skill-creator/SKILL.md` - Skill creation guide
- `custom-skills/AUDIT_REPORT.md` - Skills completion status
- `custom-skills/REFACTORING_PLAN.md` - Original refactoring plan