Presentation and slide deck generator. Create outlines, full slide decks, speaker notes, pitch decks, training slides, report presentations.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill slide-maker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Slide Maker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-slide-maker)More formats (shields.io, HTML) on the badges page.
---
version: "2.0.0"
name: slide-maker
description: "Presentation and slide deck generator. Create outlines, full slide decks, speaker notes, pitch decks, training slides, report presentations."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# 🎬 Slide Maker — Presentation Generator
> From outline to full deck in one command. Never stare at a blank slide again.
## 📌 Use Cases
### 🏢 Work Reports → `report`
Weekly/monthly/quarterly reviews with data-driven structured slides.
### 💰 Fundraising → `pitch`
Standard 10-15 page Pitch Deck covering Problem / Solution / Market / Business Model / Team / Ask.
### 📚 Training & Workshops → `training`
Course slides with objectives, content, exercises, and summary — great for internal training or workshops.
### 🎤 Speaking Prep → `speaker`
Generate speaker notes with time allocation and transition phrases. Walk on stage with confidence.
### 📝 Quick Outline → `outline`
Not sure about structure yet? Start with an outline, then fill in content.
### 📊 Full Content → `slides`
Go from topic to complete slide deck in Markdown format (--- page separators).
### 🎨 Design Guide → `design`
Color schemes, typography, and layout recommendations to make your slides look professional.
## 💡 Output Format
Each slide separated by `---`, Markdown format. Import directly into Marp / Slidev / Reveal.js.
```
# Title Page
---
## Slide Two
- Point 1
- Point 2
---
## Slide Three
```
## 📂 Scripts
- `scripts/slides.sh` — Main script
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
## Commands
Run `slide-maker help` to see all available commands.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!