storyboard-to-slides
Installation
SKILL.md
Storyboard to Slides
Assemble a polished PPTX from a storyboard CSV + image files using python-pptx.
Dependencies
# pip install python-pptx Pillow
Input Format
Expects storyboard.csv with columns:
slide_no, slide_type, title, bullet_points, image_prompt, speaker_notes, layout
And image files named slide_{no}.png for each row.