generate-deliverables
Installation
SKILL.md
Generate Deliverables
Bundle of three small generators. Each can be requested alone or as part of "all three".
| Deliverable | Tool | Output |
|---|---|---|
| Thumbnail | ffmpeg poster frame, optional smart-frame pick | <basename>.thumb.jpg |
| Description | Claude reads transcript → writes summary + chapters | <basename>.description.md |
| Transcription | whisper backend (delegates to burn-subtitles generator) |
<basename>.srt + <basename>.txt |
All deliverables land in a sibling <basename>.deliverables/ folder unless the project layout dictates otherwise (see step 1).
Procedure
1. Resolve output dir
If the source lives inside a project's renders/, write deliverables to the project's exports/<basename>/. Otherwise, write to <dirname>/<basename>.deliverables/.