What problem does it solve? Creating presentation decks manually is slow and error-prone, especially when an AI agent needs to produce consistently formatted slides. This Skill converts structured JSON slide schemas into Marp-compatible markdown, standardizing output for tech talks, sprint demos, and tutorials. ## Core Features & Use Cases - JSON-to-Marp Conversion: Define slides as a typed JSON schema (title, content, code, diagram, image, quote, section) and build a complete deck with one script call. - Multiple Presentation Templates: Supports demo walkthroughs, sprint reviews, tech talks, tutorials, and pitch formats with typical slide structures. - Speaker Notes & Diagrams: Embeds speaker notes as HTML comments and renders Mermaid diagrams and syntax-highlighted code blocks. - Use Case: After a sprint, ask the agent to create a sprint review deck — it generates the JSON schema, runs build-deck.js, and outputs a deck.md you can preview or export to PDF with Marp CLI. ## Quick Start Ask the agent to create a sprint review slide deck covering goals, completed work, metrics, and next steps, then preview the generated deck.md with Marp CLI.