| name | content-init |
| description | Initialize a new content project with the standard directory structure in projects). Use when user wants to create a new blog post and one doesn't exist for it. |
/content-init
Initialize a new content project.
Usage
/content-init <title>
Structure
Creates project in projects/YYYY_MM_DD_<title>/:
projects/
2026_01_21_my-project/
content/
source/
screenshots/
social/
Working Directory
Run from the workspace root. The script writes to ./projects/ relative to the current working directory.
Run
From the app root:
uv run .claude/skills/content-init/scripts/init.py "<title>"
Next Steps
- Add source content to
source/ (video, text files, PDFs)
- Run
/content-youtube <url> to download a video
- Run
/content-transcribe to transcribe video content
- Run
/content-blog to generate the blog post