graphic-slide-deck
Installation
SKILL.md
Graphic Slide Deck
Generate a professionally designed HTML slide deck from a brief, content notes, or an existing file. Output is a single self-contained HTML file -- opens in any browser, no build tools.
Critical rules -- non-negotiable:
- Every slide MUST fit within 100vh. No scrolling inside slides. Content overflows → split into two slides.
- ALL font sizes and spacing MUST use
clamp(). Never fixed px/rem on anything that scales. - Single self-contained HTML: all CSS/JS inline. Zero external dependencies except font CDN link.
- Never dump HTML in chat. Save to file, show summary only.
- No generic AI slop aesthetics -- check against the DO NOT USE list in
references/style-presets.md.
Step 1: Brief Intake
Need three things to start. If all three present in the message: skip to Step 2.