/create-slide
Drafts a deck end-to-end from a one-line prompt.
/create-slide is the entry-point skill for any new deck.
What it does
- Theme — if
themes/contains any themes, asks you to pick one (or none). A picked theme settles the visual direction. See Themes. - Scoping — asks four questions: aesthetic direction (skipped when a theme is picked), page count, text density, motion vs. static.
- 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.