mira-new

Collect requirements and configure a new Mira deck directory.

158|49|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/sandeco/mira-animator --skill mira-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mira-new
Source: https://github.com/sandeco/mira-animator/tree/main/agents/mira-new
Command: npx skills add https://github.com/sandeco/mira-animator --skill mira-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill atua como porta de entrada para iniciar um novo deck Mira, conversando com o usuário para coletar requisitos (nome do tema, template do deck, tema base, cor principal e referências) e preparar a pasta decks/<tema>/ pronta para o pipeline. Não gera os slides, apenas configura tudo e oferece acionar o pipeline no final.

Core Features & Use Cases

  • Coleta de requisitos de forma conversational e valida as escolhas.
  • Cria o diretório decks/<tema>/, aplica o template escolhido e o tema base, opcionalmente sobrescreve a cor principal, configura references/ e registra o deck no mira.config.json.
  • Prepara o deck para as etapas do pipeline (/mira-extract -> /mira-planner -> /mira-builder -> ...).
  • Caso de uso: um designer quer iniciar rapidamente um deck de slides a partir de um tema sem escrever o conteúdo, e este skill monta a estrutura para o pipeline completar.

Quick Start

Informe o tema e as preferências para preparar decks/<tema>/; ao final, posso acionar o pipeline.

Frequently Asked Questions about mira-new

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

FAQPage Schema
How do I set up a new deck pipeline from a template?

To set up a new deck pipeline, you provide a theme, template, base theme, and optional primary color. The skill creates the decks/<theme>/ directory, applies configurations, and registers it in mira.config.json for downstream processing.

What is the best way to start a slide deck without writing content first?

Starting a slide deck without content involves running a guided conversation to collect requirements. This process prepares the directory structure and references folder, leaving content generation to the downstream pipeline.

Can I override the base theme color when creating a new slide deck?

Yes, you can override the base theme color when creating a new slide deck. During the guided setup, you specify a primary color, which is applied to the chosen template within the decks/<theme>/ directory.

Does the deck setup process generate the actual slides?

No, the deck setup process does not generate slides. It validates inputs, creates the folder structure, applies the base theme, and pauses before triggering the downstream pipeline to build the content.

How does a slide deck get registered for the processing pipeline?

A slide deck gets registered for the processing pipeline by adding an entry to mira.config.json. The setup skill handles this registration automatically after creating the deck directory and applying the template.

What formats do I need to prepare a slide deck theme directory?

To prepare a slide deck theme directory, you need a template choice, a base theme, and optionally a primary color. The system creates the decks/<theme>/ folder and a references/ folder for the pipeline.