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:
@@ -35,7 +35,7 @@
|
||||
|
||||
```bash
|
||||
# Navigate to scripts directory
|
||||
cd ~/Project/claude-skills-factory/custom-skills/43-jamie-youtube-manager/code/scripts
|
||||
cd ~/Project/claude-skills/custom-skills/43-jamie-youtube-manager/code/scripts
|
||||
|
||||
# Activate virtual environment
|
||||
source venv/bin/activate
|
||||
@@ -511,7 +511,7 @@ User: "영어 자막/메타데이터 추천해줘"
|
||||
|
||||
```bash
|
||||
# Navigate to scripts directory
|
||||
cd ~/Project/claude-skills-factory/custom-skills/43-jamie-youtube-manager/code/scripts
|
||||
cd ~/Project/claude-skills/custom-skills/43-jamie-youtube-manager/code/scripts
|
||||
|
||||
# Activate environment
|
||||
source venv/bin/activate
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# Jamie YouTube Manager
|
||||
# YouTube SEO Auditor & Content Manager for Jamie Plastic Surgery Clinic
|
||||
|
||||
python-dotenv>=1.0.0 # Environment variable management
|
||||
google-api-python-client>=2.100.0 # YouTube Data API v3
|
||||
google-auth-oauthlib>=1.2.0 # OAuth 2.0 authentication
|
||||
google-auth>=2.23.0 # Google authentication library
|
||||
Reference in New Issue
Block a user