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:
@@ -20,7 +20,7 @@ license: Internal-use Only
|
||||
### Setup
|
||||
|
||||
```bash
|
||||
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
|
||||
source venv/bin/activate
|
||||
```
|
||||
|
||||
@@ -49,7 +49,7 @@ python jamie_video_info.py "https://youtu.be/VIDEO_ID"
|
||||
```bash
|
||||
# Save video info to Notion
|
||||
python jamie_video_info.py "URL" > ../output/video_status.md
|
||||
cd ~/Project/claude-skills-factory/custom-skills/02-notion-writer/code/scripts
|
||||
cd ~/Project/claude-skills/custom-skills/02-notion-writer/code/scripts
|
||||
source venv/bin/activate
|
||||
python notion_writer.py -p NOTION_PAGE_URL -f ../../43-jamie-youtube-manager/code/output/video_status.md
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user