baoyu-slide-deck
Generates professional slide deck images from content. Creates outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", "slide deck", or "PPT".
npx skills add ECNU-ICALK/AutoSkill --skill baoyu-slide-deck --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What it does
Transforms content into professional slide deck images. Creates outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", "slide deck", or "PPT".
How it works
- Accepts a content file path (e.g., path/to/content.md) and optional flags for style, audience, language, and slide count.
- Determines execution scripts location as
${SKILL_DIR}/scripts/<script-name>.tsand references two scripts:scripts/merge-to-pptx.ts(merge slides into PowerPoint) andscripts/merge-to-pdf.ts(merge slides into PDF). - Generates an outline guided by the selected preset or custom dimensions, then saves the result as
outline.md. - If not outline-only, proceeds to generate prompts and optionally reviews prompts before creating slide images.
- Finally, can merge slides into PPTX/PDF and provide an output directory structured as
slide-deck/{topic-slug}/with source, prompts, images, and merged files.
When to use it
Use when the user asks to create slides, make a presentation, generate deck, slide deck, or PPT.
What it can touch
- Uses options like
--style,--audience,--lang,--slides,--outline-only,--prompts-only, and--images-only. - Writes to
outline.mdandanalysis.mdand to the output directoryslide-deck/{topic-slug}. - Reads from
references/*files for templates and dimensions, includingreferences/outline-template.md,references/dimensions/,references/styles/,references/base-prompt.md, andreferences/layouts.md.
Caveats
- Behavior is guided by a multi-step workflow with confirmations and optional reviews; outcomes depend on user responses.
- Custom dimensions require Round 2 of the confirmation to apply texture, mood, typography, and density.
- Uses scripts located under the skill directory; path and script names must match exactly as described.
# Slide Deck Generator Transform content into professional slide deck images. ## Usage ```bash /baoyu-slide-deck path/to/content.md /baoyu-slide-deck path/to/content.md --style sketch-notes /baoyu-slide-deck path/to/content.md --audience executives /baoyu-slide-deck path/to/content.md --lang zh /baoyu-slide-deck path/to/content.md --slides 10 /baoyu-slide-deck path/to/content.md --outline-only /baoyu-slide-deck # Then paste content ``` ## Script Directory **Agent Execution Instructions**: 1. Determine this SKILL.md file's directory path as `SKILL_DIR` 2. Script path = `${SKILL_DIR}/scripts/<script-name>.ts` | Script | Purpose | |--------|---------| | `scripts/merge-to-pptx.ts` | Merge slides into PowerPoint | | `scripts/merge-to-pdf.ts` | Merge slides into PDF | ## Options | Option | Description | |--------|-------------| | `--style <name>` | Visual style: preset name, `custom`, or custom style name | | `--audience <type>` | Target: beginners, intermediate, experts, executives, general | | `--lang <code>` | Output language (en, zh, ja, etc.) | | `--slides <number>` | Target slide count (8-25 recommended, max 30) | | `--outline-only` | Generate outline only, skip image generation |
- Usage
- Script Directory
- Options
- Style System
- Presets
- Style Dimensions
- Auto Style Selection
- Design Philosophy
- File Management
- Output Directory
- Language Handling
- Workflow
- Flow
- Step 1: Setup & Analyze
Check project-level first
test -f .baoyu-skills/baoyu-slide-deck/EXTEND.md && echo "project"
Then user-level (cross-platform: $HOME works on macOS/Linux/WSL)
test -f "$HOME/.baoyu-skills/baoyu-slide-deck/EXTEND.md" && echo "user"
test -d "slide-deck/{topic-slug}" && echo "exists"
npx -y bun ${SKILL_DIR}/scripts/merge-to-pptx.ts <slide-deck-dir>
npx -y bun ${SKILL_DIR}/scripts/merge-to-pdf.ts <slide-deck-dir>
Single slide
Multiple slidesWhat does the baoyu-slide-deck skill do?
Generates professional slide deck images from content. Creates outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", "slide deck", or "PPT".
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill baoyu-slide-deck --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
