slide-wright
AI agent skill to generate beautiful, unique slide decks with reveal.js - new design for every prompt.
https://github.com/user-attachments/assets/78d69739-0296-42a6-9c56-eed42108aab3
How it works
- Tell it what you want. A topic, rough notes, or a full outline — whatever you have.
- It generates a theme. A custom color palette, typography, and a 2-slide preview in that style. It opens the preview for you.
- You decide. Love it? It builds the whole deck. Want a different vibe? It generates a fresh direction and shows a new preview. Repeat until it's right.
- You get your deck. A polished, self-contained presentation. Export it to PDF, or deploy it to a live URL for a link that works on any device.
https://github.com/user-attachments/assets/90959d0c-6c2e-4a7a-ab88-4a40a5ba06ac
More Examples
| "Generate a presentation for ClickHouse, keep theme yellow" | |
|---|---|
| "Make me a sales pitch deck for Lumen, a smart home energy monitor" | |
|---|---|
| "Create me a deck for our Q3 revenue review" | |
|---|---|
| "Make me a deck announcing our new feature [placeholder], keep the design minimal" | |
|---|---|
| "Create a presentation on MCP with this outline: [outline]" | |
|---|---|
| "Make me a deck pitching a Mars colony, keep it futuristic" | |
|---|---|
Installation
Claude Code (Plugin Marketplace)
Register the marketplace:
/plugin marketplace add arifszn/slide-wrightInstall the plugin from this marketplace:
/plugin install slide-wright
Other agents (Codex, OpenCode, Antigravity, Gemini, Cursor, …)
slide-wright is a standalone skill that works in any agent supporting the SKILL.md format. See INSTALL.md for per-agent skills paths.
Just tell your agent to install it — paste:
Fetch and follow the install instructions from
https://raw.githubusercontent.com/arifszn/slide-wright/refs/heads/main/INSTALL.md
Or install it via npx:
npx skills add arifszn/slide-wright
Usage
After installing, tell your agent what you want:
Make me a slide deck about <your topic>
It builds a theme and a short preview first. Approve it and it generates the full deck. You can hand it rough notes or an outline instead of a topic, and ask it to revise the design or content anytime.
Keyboard shortcuts
| Key | Action |
|---|---|
| F | Fullscreen |
| Esc / O | Slide overview |
| S | Speaker view with notes |
| B / . | Pause to a black screen |
| ? | Show the full list of keys |
Export to PDF
Just ask the agent to export the deck, and it walks you through it. To do it yourself: add ?print-pdf to the deck URL, then open the print dialog (Cmd/Ctrl + P) and save as PDF. Choose Landscape, set margins to None, and turn on background graphics.
Deploy to a live URL
The deck is a single self-contained HTML file, with the theme inline and the engine and fonts from a CDN, so there's no build step and no assets to bundle. Any static host will serve it.
The simplest route is to ask the agent to deploy it. It offers Surge, Vercel, and Netlify, walks you through the login for whichever you pick, and hands back the live URL. To do it yourself, put the deck in an empty folder as index.html and push that folder to any static host: GitHub Pages, Cloudflare Pages, S3, or anywhere else that serves static files.