add-content
Installation
SKILL.md
Add Content to debbie.codes
Fully automated workflow: URL → metadata extraction → file creation → PR (with deploy preview).
Determine content type
Identify from the user's request or URL:
- YouTube URL (
youtube.com/watch,youtu.be/) → Video. Read references/video.md - Podcast platform URL (e.g., Spotify, Apple Podcasts, podcast website) → Podcast. Read references/podcast.md
- Blog platform URL (e.g., dev.to, hashnode, medium, or any article) → Blog. Read references/blog.md
If ambiguous, ask the user which content type to create.
Core workflow
Read references/environment.md for shell setup, git, and PR creation details.