mira-fast

Generates complete Mira HTML slide decks in parallel via a Claude Code workflow.

Updated Sep 2, 2026
One-click install
npx skills add https://github.com/mayconspirlandelli/slides-podcast-ia-home-office --skill mira-fast-mayconspirlandelli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mira-fast
Source: https://github.com/mayconspirlandelli/slides-podcast-ia-home-office/tree/main/.agents/skills/mira-fast
Command: npx skills add https://github.com/mayconspirlandelli/slides-podcast-ia-home-office --skill mira-fast-mayconspirlandelli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about mira-fast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a full slide deck in one command?▼

Invoke /mira-fast followed by a topic or a path to source material. The skill creates the deck folder structure, runs a planning phase, fans out one parallel agent per slide, and assembles the final HTML deterministically.

What output formats does Mira deck generation support?▼

Four formats are supported: mira (16:9, index.html), mira-studio (9:16 with teleprompter script), mira-studio-full (16:9 with recording modules), and mira-vertical (9:16). The format is chosen by the invocation token, never inferred from the topic.

What are the requirements for running mira-fast?▼

It requires Claude Code 2.1.154 or later with Dynamic workflows enabled and the mira-fast-engine project workflow available. If the Workflow tool is unavailable, the skill fails with MIRA_FAST_PARALLELISM_UNAVAILABLE instead of degrading to sequential generation.

What happens if the source file I point to does not exist?▼

A pointed source that is missing on disk is a hard failure, never treated as a free topic. The skill exits with MIRA_FAST_FONTE_NAO_ENCONTRADA and tells you the absolute references/ path where you can drop the material and retry.

How are slide fragments validated before final assembly?▼

Each slide agent runs validate-run.mjs with --slide N against its own fragment and writes a result JSON. The assembly script re-validates the plan, skeleton markers, and all fragments, and fails the whole build if any fragment is invalid.

When should I use mira-animator instead of mira-fast?▼

Use mira-animator for a single slide or to fix one slide of an existing deck, since it includes human review gates. mira-fast trades those gates for full-deck parallel generation without intermediate questions.