/create-slide
Drafts a deck end-to-end from a one-line prompt.
/create-slide is the entry-point skill for any new deck. From a one-line
prompt to a polished outline in a single skill call.
What it does
- Scoping — asks four questions: topic & aesthetic, page count, text density, motion vs. static.
- Theme lookup — if a theme is referenced, reads
themes/<id>.mdfirst so the deck inherits the design system. See Themes. - ID & structure — picks a kebab-case id, plans the page list.
- Authoring — writes
slides/<id>/index.tsxpage by page, deferring to/slide-authoringfor the how.
When to use it
For any new deck. Even if you plan to hand-author, kick off with
/create-slide to seed the folder, the page array, and the meta block.
/create-slide for "Q2 launch — 3 chapters, mixed text density, subtle motion, dark aesthetic"What you get
A working slides/<id>/index.tsx with one component per page, a meta
export, and assets imported from slides/<id>/assets/. Drop into the dev
server and iterate from there — see Iterate.
