What problem does it solve?
This Skill turns a structured JSON deck contract into a single, interactive HTML slide deck for projection or sharing, so you avoid hand-authoring brittle HTML while still getting consistent typography, pacing, and navigation.
Core Features & Use Cases
- Self-contained interactive HTML: Produces one HTML file with all runtime behavior embedded for easy sharing and reliable rendering.
- JSON typed-block contract: Authors slides using a validated JSON schema with typed blocks and named layouts to keep structure consistent.
- Presentation-grade stage rendering: Uses a fixed-pixel “stage” with letterbox scaling (or responsive mode) to keep slide composition stable across viewports.
- Deck navigation + persistence: Keyboard, touch swipe, dot navigation, and slide-position persistence via localStorage.
- Design-token theming: Themes slides via DESIGN.md tokens (with safe defaults), supporting light/dark correctness.
- Fail-fast delegated visuals: Supports delegated
code, diagram, and chart blocks via sibling modules and throws clear errors when missing.
Quick Start
Use the amvcp-slide-decks skill to create a slide deck JSON for Q3 results and render it as an interactive HTML when the user asks for a presentation or pitch deck.