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. From a one-line prompt to a polished outline in a single skill call.

What it does

  1. Scoping — asks four questions: topic & aesthetic, page count, text density, motion vs. static.
  2. Theme lookup — if a theme is referenced, reads themes/<id>.md first so the deck inherits the design system. See Themes.
  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 — see Iterate.

On this page