Slides · decks · present mode
Create presentations
Author slides as data — one idea and one big visual per slide, the talk in the speaker notes, the order in a deck manifest — and present full-screen, right on the mesh.
How it works
- Slide — one page of the talk. Its
Contentis the 16:9 stage (markdown; inline SVG welcome), theNoteshold the spoken script, and the Present area renders the chrome-free stage. The type is compiled live from Source. - Deck — the presentation. Its
Slidesmanifest is the ONE place the order lives: reorder, insert or drop a slide by editing that list — the slides themselves never change. The deck renders a collapsible side-nav plus a ▶ Present button. - Publishing a deck — making a talk readable by the world, and handing out the thing it demos. The two grants a public surface needs, why a link inside a slide does not work, and why the demo goes out as a coupon rather than a public partition.
The skills
Two chat skills carry the whole authoring workflow — invoke them in any composer:
- /presentation — the end-to-end workflow: outline first, author each slide (stage sparse, lesson in the notes), order them in the deck's manifest, present. Hand it a brief and it builds the full deck.
- /slide — the per-slide authoring reference: stage layout,
clamp()text sizing, one-big-visual composition, speaker notes.
For written documents that accompany a deck, use ordinary Markdown pages — the /markdown skill covers structure, embeds and live code cells.