slide-editing

Installation
SKILL.md

Slide Editing

Slides are HTML content stored inside the deck JSON. Each slide's content field is a self-contained HTML string that renders at 1920x1080 resolution.

Slide HTML Structure

Every slide uses this wrapper:

<div class="fmd-slide" style="padding: 80px 110px; display: flex; flex-direction: column; justify-content: flex-start;">
  <!-- Slide content here -->
</div>

Styling Rules

All generated slides follow these conventions:

Installs
1
GitHub Stars
3.8K
First Seen
8 days ago
slide-editing — builderio/agent-native