diff --git a/CLAUDE.md b/CLAUDE.md index 81e4f3e..f4305d1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,9 +7,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co **GitHub**: https://github.com/ourdigital/claude-skills-factory This is a Claude Skills collection repository containing: -- **ourdigital-custom-skills/**: 18 custom skills for OurDigital workflows, SEO, GTM, and Jamie Brand -- **claude-skills-examples/**: Reference examples from Anthropic's official skills repository -- **official-skils-collection/**: Notion integration skills (3rd party) +- **custom-skills/**: 22 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 @@ -56,6 +56,8 @@ This is a Claude Skills collection repository containing: |---|-------|---------|---------| | 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", "유튜브 검토" | ## Dual-Platform Skill Structure @@ -101,7 +103,7 @@ XX-skill-name/ ``` claude-skills-factory/ -├── ourdigital-custom-skills/ +├── custom-skills/ │ ├── 01-notion-organizer/ │ ├── 02-notion-data-migration/ │ │ @@ -124,11 +126,13 @@ claude-skills-factory/ │ │ │ ├── 40-jamie-brand-editor/ │ ├── 41-jamie-brand-audit/ +│ ├── 42-jamie-instagram-manager/ +│ ├── 43-jamie-youtube-manager/ │ │ │ └── _archive/ │ -├── claude-skills-examples/skills-main/ -├── official-skils-collection/ +├── example-skills/skills-main/ +├── official-skills/ └── reference/ ``` @@ -136,11 +140,10 @@ claude-skills-factory/ Use the skill creator initialization script: ```bash -python claude-skills-examples/skills-main/skill-creator/scripts/init_skill.py --path ourdigital-custom-skills/ +python example-skills/skills-main/skill-creator/scripts/init_skill.py --path custom-skills/ ``` ## Key Reference Files - `reference/SKILL-FORMAT-REQUIREMENTS.md` - Format specification -- `claude-skills-examples/skills-main/skill-creator/SKILL.md` - Skill creation guide -- `ourdigital-custom-skills/REFACTORING_PLAN.md` - Current refactoring plan +- `example-skills/skills-main/skill-creator/SKILL.md` - Skill creation guide