Slides Creator Skill
General-purpose HTML slide deck builder — Reveal.js, Slidev, plain HTML. Multi-format output, code-friendly, tech-talk ready. By @daymade.
By daymade
Source: github.com
Install
npx degit daymade/claude-code-skills/slides-creator ~/.claude/skills/slides-creator slides-creator is the general-purpose sibling of ppt-creator. Where
ppt-creator is opinionated about narrative, slides-creator is
opinionated about format flexibility — Reveal.js, Slidev, or plain
HTML, your choice.
What’s in the box
- Reveal.js output — full keyboard control, presenter notes, transitions
- Slidev output — Markdown-first, code-friendly, dev-talk standard
- Plain HTML — minimal, single-file, no dependencies
- Code-block-friendly — syntax highlighting that survives export
- Theme aware — respects light / dark / custom palettes
Where it shines
- Tech talks — Slidev format is the dev-conference standard for a reason
- Open-source release announcements — single-file HTML is shareable
- Internal demos with code-heavy content
- Workshops that students need to play with afterward
Differentiation grid
| Skill | Output | Best for |
|---|---|---|
slides-creator | Reveal.js / Slidev / HTML | Code-heavy tech talks |
next-slide | Single-file HTML, 53 styles | Style-heavy, designer-grade |
ppt-creator | .pptx | Persuasive narrative, exec audience |
pptx | .pptx | Programmatic editing |
guizang-ppt | Single-file HTML | Magazine-style, opinionated |
Example prompt
Use slides-creator to make a 15-slide tech talk deck on "Building
reliable agent systems." Output as Slidev (Markdown-first), with
syntax-highlighted code blocks and dark-mode default.
Related skills
Anthropic PPTX Skill
Generate, read, and edit .pptx decks — speaker notes, layouts, and tables included.
Anthropic Brand Guidelines Skill
Apply Anthropic's official colors and typography to any artifact. Poppins for headings, Lora for body, three accent colors that won't fight each other.
Guizang Magazine PPT Skill
"Makes slides look like magazines, not PowerPoint." Single-file HTML decks with WebGL fluid backgrounds, 10 layouts, 5 themes, horizontal-swipe navigation. By 歸藏 (@op7418).
More from daymade
Capture Screen Skill
macOS window-level screenshot automation. Per-window capture, scriptable, repeatable. By @daymade.
Doc to Markdown Skill
Convert .doc / .docx / .pdf / .pptx into clean Markdown — extract text, preserve structure, save embedded images. By @daymade.
CLI Demo Generator Skill
Programmatic terminal-recording for README files and documentation. Powered by VHS — write a script, get a perfect GIF every time. By @daymade.