What problem does it solve? Turning a finished slide-content spec, style spec, and delivery plan into an actual presentable deck is tedious and error-prone; this Skill renders those three upstream artifacts into a working deck without rewriting the content. ## Core Features & Use Cases - Custom React world-deck (default): Scaffolds a verified React + Vite + Framer Motion engine, skins it with the style spec's design tokens, maps slides to typed scenes, and builds hand-crafted SVG world visuals with fragment-staged reveals. - reveal.js to vector PDF (fallback): When a conference requires a PDF, it authors reveal.js Markdown, applies the token theme, and exports a text-selectable PDF with embedded fonts via Playwright and Chrome. - Speaker notes integration: Lifts per-slide delivery cue cards verbatim into the deck's presenter-notes overlay or reveal Note blocks. - Use Case: You have 02-slides-content.md, 04-slides-style.md, and 03-delivery-plan.md in a talk directory; run this Skill to produce a deck/ app you can present live, plus a verified deck.pdf if the venue requires one. ## Quick Start Build the deck from the slide content, style, and delivery specs in my talk working directory.