What problem does it solve? Building a full Mira presentation deck slide by slide is slow and requires manual coordination between planning, per-slide generation, and final assembly. This Skill produces an entire deck in one invocation by fanning out one parallel agent per slide and deterministically assembling the result. ## Core Features & Use Cases - Parallel slide generation: A Claude Code workflow runs one independent leaf agent per slide, each writing its own HTML fragment and validation result. - Deterministic assembly: A Node script validates the plan, skeleton, and fragments, then merges CSS, slides, and JS into the final HTML with atomic publishing. - Four output formats: Supports mira 16:9, mira-studio 9:16, mira-studio-full 16:9, and mira-vertical 9:16, including teleprompter scripts for Studio formats. - Use Case: Ask for a deck on a topic like "concurrent programming" and receive a complete, validated, browser-ready HTML presentation with animated metaphor slides in a single run. ## Quick Start Run /mira-fast followed by a topic or a path to source material to generate a complete Mira deck in one call.