Create beautiful slide decks as webpages. Share as links. Export as PDF.
npx skills add Patonchain/accelr8-deck-builder
- PowerPoint is opaque to AI agents
- Webpages are shareable without software
- HTML + CSS = total design control
- Print to PDF when needed
Write HTML → Generate images → Share link → Export PDF
Each deck is a self-contained HTML file. Open in browser to present. Print to save as PDF. Host anywhere to share.
- Copy
references/template.htmlto start a new deck - Edit the slides using layouts from
references/layouts.md - Generate images with nanobanana as needed
- Open in browser → Present or Export
- 9 slide layouts — title, content, bullets, split, quote, image, section, code, end
- Presentation mode — Press P or click Present button
- PDF export — One click, properly formatted
- Self-contained — No dependencies, works offline
- Dark theme — Add
class="theme-dark"to<html>
Uses nanobanana (requires GEMINI_API_KEY):
uv run ~/.codex/skills/nano-banana-pro/scripts/generate_image.py \
--prompt "abstract gradient, warm orange, minimal, 16:9" \
--filename "hero.png" \
--resolution 2KSee SKILL.md for complete instructions and references/layouts.md for all components.
MIT