mira-thirds

Reframe Mira decks into a two-column left-aligned thirds layout.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables re-framing a Mira deck into the rule-of-thrids grid by moving slide content to the left two columns while keeping the frame's proportions intact, leaving the right column free for overlays during editing. The original deck remains untouched; a new -thirds file is created alongside.

Core Features & Use Cases

  • Converts existing decks to a -thirds layout by copying to a -thirds file in the same folder and injecting a lightweight CSS mold, preserving links to logos, videos and images.
  • Supports native thirds creation when no origin deck exists or when the user requests a slide already composed in thirds.
  • Maintains the original navigation and frame while enabling a right-side overlay zone for text, lower-thirds, or presenter video during editing.

Quick Start

Create a thirds version of the current deck by copying index.html to index-thirds.html and injecting the 2/3 layout CSS before </head>.

Frequently Asked Questions about mira-thirds

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

FAQPage Schema
How do I apply a rule-of-thirds layout to a Mira deck?

To apply a rule-of-thirds layout to a Mira deck, the Skill copies your existing index.html to a new -thirds file and injects a CSS style block that sets content width to 66.667% and aligns it left. This preserves the original aspect ratio and navigation.

Does converting a Mira deck to thirds modify the original presentation file?

No, converting a Mira deck to thirds does not modify the original presentation file. The process creates a separate -thirds file in the same folder, leaving your original index.html, index-1x1.html, and index-9x16.html variants completely untouched.

Can I create native thirds slides in Mira without an existing deck?

Yes, you can create native thirds slides in Mira without an existing deck. The Skill supports generating slides already composed in the two-thirds grid layout even when no origin deck exists, applying the same left-aligned 66.667% width CSS mold.

What is the purpose of leaving the right column empty in a thirds slideshow design?

The purpose of leaving the right column empty in a thirds slideshow design is to create a free overlay zone. This right-side space is used for adding text, lower-thirds graphics, or presenter video during editing without covering the main slide content.

How do I align slide content to the right instead of the left in a Mira thirds layout?

To align slide content to the right in a Mira thirds layout, you request it during conversion. The Skill uses CSS variables to shift the 66.667% content width to the right side of the grid, still preserving the original frame's proportions and aspect ratio.

Are image and video links preserved when reframing a Mira deck to a two-column layout?

Yes, image and video links are preserved when reframing a Mira deck to a two-column layout. The conversion process only injects a lightweight CSS style block before the closing head tag, maintaining all existing links to logos, videos, and images.