slide
Installation
SKILL.md
Slide Skill
/code/slides/ is an app. Each {slug}/ is a deck. You are the app's runtime; the user is its user.
Protocol (the contract)
Every deck must satisfy this. Full details + validation script: references/protocol.md.
/code/slides/
.slide # Marker file (triggers gallery in frontend)
{slug}/
index.html # The deck — sections + nav engine
outline.md # Deck outline (kept for re-generation)
source.{ext} # Original input content
prompts/ # Per-slide prompts (IMAGE MODE ONLY)
01-slide-{slug}.md, ...
01.png, 02.png, ... # One image per section (zero-padded, REQUIRED)