Baoyu Slide Deck Generator
Turns any article or document into a professional slide-image deck using 17 style presets, then merges it into PPTX and PDF.
Docs & OfficeIntermediate★ 24,749⑂ 2,764AI score 10/10Last updated: Jul 4, 2026
What it does
- Analyzes your source content (article, doc, notes), detects language and topic, and recommends a slide count based on length.
- Picks a look from 17 presets (
blueprint,chalkboard,corporate,notion,pixel-art, ...) or a custom mix of texture / mood / typography / density. - Runs a 9-step workflow: outline → one prompt file per slide → batched image generation → PPTX/PDF merge, with a mandatory confirmation gate before generating.
- Keeps every prompt in
prompts/NN-slide-*.mdfor reproducibility and lets you rebuild single slides with--regenerate 3. - Explicitly forbids SVG/HTML substitutes and bitmap text patching — flawed slides are regenerated from corrected prompts instead.
Who it's for
- Writers turning blog posts into shareable, social-media-friendly slide carousels.
- Educators who want hand-drawn or chalkboard-style teaching decks fast.
- Analysts and founders drafting investor or executive mini-decks.
Examples
- Point it at
article.mdand say "make slides from this" — it suggestssketch-notes, confirms, then renders 12 slides and a PDF. --style corporate --audience executives --slides 10for a quarterly business deck.- Slide 3 has garbled text: edit its prompt file, then run
--regenerate 3to rebuild only that slide.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/JimLiu/baoyu-skills/HEAD/skills/baoyu-slide-deck/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/baoyu-slide-deck folder from the GitHub repo JimLiu/baoyu-skills into my ~/.claude/skills/baoyu-slide-deck/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/JimLiu/baoyu-skills.git && mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-slide-deck ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/JimLiu/baoyu-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r baoyu-skills/skills/baoyu-slide-deck ~/.claude/skills/ - Install a runtime for the merge scripts:
brew install oven-sh/bun/bun(or make surenpx -y bunworks). - Provide an image backend: runtime-native tools like Codex
imagegenor CursorGenerateImageare used automatically; otherwise install thebaoyu-image-genskill too. - Restart Claude Code and ask "create a slide deck from this document" — it will confirm style, audience, and slide count first.
View source on GitHub ↗License: MIT