What problem does it solve?
Building cohesive slide decks directly from code in a workspace can be error-prone and time-consuming. This Skill provides a standardized scaffold for constructing 16:9 decks with a manifest-driven workflow, reusable slide components, and a clear asset structure.
Core Features & Use Cases
- Programmatic slide authoring: Define slides as static, predictable JSX frames that render consistently across environments.
- PPTX import & export: Seamlessly handle PowerPoint imports and re-export into PPTX format for external sharing.
- Manifest-driven UI: slides-manifest.json drives slide order, titles, descriptions, and speaker notes for a cohesive experience.
- Design system guidance: Enforces spacing, typography, and color systems to maintain brand consistency across the deck.
Quick Start
Create a starter deck by updating index.html, index.css, slides under src/pages/slides/, and slides-manifest.json, then run the validation command to confirm all slides render correctly.