From 7d672110ce7660824ad406f4caa784f99ddf486f Mon Sep 17 00:00:00 2001 From: Andrew Yim Date: Mon, 22 Dec 2025 20:28:21 +0900 Subject: [PATCH] docs(CLAUDE.md): Update directory names and add new skills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- CLAUDE.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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