docs(CLAUDE.md): Update directory names and add new skills
- Rename ourdigital-custom-skills → custom-skills - Rename claude-skills-examples → example-skills - Rename official-skils-collection → official-skills (fix typo) - Add jamie-instagram-manager (42) and jamie-youtube-manager (43) - Update skill count to 22 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
21
CLAUDE.md
21
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 <skill-name> --path ourdigital-custom-skills/
|
||||
python example-skills/skills-main/skill-creator/scripts/init_skill.py <skill-name> --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
|
||||
|
||||
Reference in New Issue
Block a user