Kuneosu / make-slide
SKILL.md
make-slide is a universal skill for AI coding agents that generates single-file HTML presentations with speaker notes. The output is always a standalone .html file with all CSS and JS inlined — no build step, no framework, no dependencie…
Overview
make-slide is a universal skill for AI coding agents that generates single-file HTML presentations with speaker notes. The output is always a standalone .html file with all CSS and JS inlined — no build step, no framework, no dependencies beyond font CDNs.
Any AI coding tool (Claude Code, Gemini CLI, Codex, Cursor, etc.) can read this file and follow the instructions to generate professional presentations.
Repository: github.com/kuneosu/make-slide Theme Gallery: make-slide.vercel.app
---
When to Use
Activate this skill when the user's request matches any of these patterns:
- "Make a presentation about..."
- "Create slides for..."
- "Build a slide deck..."
- "Turn this into a presentation"
- "Make a talk about..."
- "Create a pitch deck for..."
- "Generate presentation slides..."
- Any request involving: presentation, slides, deck, talk, keynote, pitch, slideshow
---
Input Modes
Determine which mode applies based on the user's input:
SKILL.md