open-slide

/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

  1. Theme — if themes/ contains any themes, asks you to pick one (or none). A picked theme settles the visual direction. See Themes.
  2. Scoping — asks four questions: aesthetic direction (skipped when a theme is picked), page count, text density, motion vs. static.
  3. ID & structure — picks a kebab-case id, plans the page list.
  4. Authoring — writes slides/<id>/index.tsx page by page, deferring to /slide-authoring for 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.

On this page