Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & OfficeIntermediate24,7492,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-*.md for 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

  1. Point it at article.md and say "make slides from this" — it suggests sketch-notes, confirms, then renders 12 slides and a PDF.
  2. --style corporate --audience executives --slides 10 for a quarterly business deck.
  3. Slide 3 has garbled text: edit its prompt file, then run --regenerate 3 to 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/JimLiu/baoyu-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy just this skill: cp -r baoyu-skills/skills/baoyu-slide-deck ~/.claude/skills/
  5. Install a runtime for the merge scripts: brew install oven-sh/bun/bun (or make sure npx -y bun works).
  6. Provide an image backend: runtime-native tools like Codex imagegen or Cursor GenerateImage are used automatically; otherwise install the baoyu-image-gen skill too.
  7. Restart Claude Code and ask "create a slide deck from this document" — it will confirm style, audience, and slide count first.