create-deck
Installation
SKILL.md
Creating a Deck
Do not explore the codebase. Everything you need is here.
Workflow
- Plan the slides (title, section dividers, content slides)
- Call
create-deck --title "..." --slides '[]'to create an empty deck - Navigate to the new deck
- Call
add-slideonce per slide in slide order, waiting for each result before adding the next slide
Do not create multiple slides in parallel for the same deck. Do not spawn
sub-agents to write into the same deck at the same time. Sub-agents may research
or draft slide copy, but one writer should call add-slide sequentially so the
editor stays stable and the user can watch progress.