baoyu-slide-deck
Converts markdown content into structured slide decks with generated imagery and professional styling.
Install
mkdir -p .claude/skills/baoyu-slide-deck-sayanget && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13857" && unzip -o skill.zip -d .claude/skills/baoyu-slide-deck-sayanget && rm skill.zipInstalls to .claude/skills/baoyu-slide-deck-sayanget
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Generate professional slide deck images from content. Creates comprehensive outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", or "slide deck".Key capabilities
- →Generate complete slide deck outlines from content
- →Create individual slide images based on outlines
- →Apply various visual style presets (e.g., corporate, playful, technical)
- →Adapt slide content and visuals for different target audiences
- →Manage generated slide files in a structured directory
How it works
The skill analyzes input content, selects an appropriate visual style, generates a detailed slide outline, and then creates individual slide images based on the outline and style instructions.
Inputs & outputs
When to use baoyu-slide-deck
- →Create presentation slides from documentation
- →Generate deck outlines for project reviews
- →Convert technical blog posts into slides
About this skill
Slide Deck Generator
Transform content into professional slide deck with comprehensive outlines and generated slide images.
Usage
# From markdown file
/baoyu-slide-deck path/to/article.md
# With style preference
/baoyu-slide-deck path/to/article.md --style corporate
/baoyu-slide-deck path/to/article.md --style playful
/baoyu-slide-deck path/to/article.md --style technical
# With audience specification
/baoyu-slide-deck path/to/article.md --audience beginners
/baoyu-slide-deck path/to/article.md --audience executives
# With language
/baoyu-slide-deck path/to/article.md --lang zh
/baoyu-slide-deck path/to/article.md --lang en
# Outline only (no image generation)
/baoyu-slide-deck path/to/article.md --outline-only
# Direct content input
/baoyu-slide-deck
[paste content]
Options
| Option | Description |
|---|---|
--style <name> | Visual style preset (see Style Gallery) |
--audience <type> | Target audience level |
--lang <code> | Output language (en, zh, etc.) |
--slides <number> | Target slide count (max 20) |
--outline-only | Generate outline only, skip image generation |
Style Gallery
| Style | Description |
|---|---|
editorial (Default) | Clean, sophisticated, minimalist |
corporate | Professional, trustworthy, polished |
technical | Precise, data-driven, analytical |
playful | Bold, energetic, engaging |
minimal | Ultra-clean, zen-like, focused |
storytelling | Narrative-driven, cinematic, immersive |
warm | Cozy, healing, hand-drawn illustration style |
retro-flat | Flat vector illustration with retro palette |
notion | Minimalist hand-drawn line art, intellectual |
Detailed style definitions: references/styles/<style>.md
Auto Style Selection
When no --style is specified, analyze content for style signals:
| Content Signals | Selected Style |
|---|---|
| AI, coding, tech, digital, algorithm, data | technical |
| Business, strategy, investment, corporate | corporate |
| Personal story, journey, narrative, emotion | storytelling |
| Simple, zen, focus, essential, one idea | minimal |
| Fun, creative, workshop, educational | playful |
| Research, analysis, thought leadership | editorial |
| Wellness, healing, cozy, self-care, lifestyle, comfort | warm |
| Tutorial, explainer, how-to, beginner, product, guide | retro-flat |
| Knowledge, concept, productivity, SaaS, notion, intellectual | notion |
Audience Presets
| Audience | Approach |
|---|---|
beginners | Step-by-step, more context, simpler visuals |
intermediate | Balanced detail, some assumed knowledge |
experts | Dense information, technical depth, less hand-holding |
executives | High-level insights, key metrics, strategic focus |
general | Accessible language, broad appeal, clear takeaways |
File Management
With Article Path
path/to/
├── article.md
└── slide-deck/
├── outline.md
├── prompts/
│ ├── 01-cover.md
│ ├── 02-content-1.md
│ └── ...
├── 01-cover.png
├── 02-content-1.png
└── ...
Without Article Path
./baoyu-slide-deck-outputs/YYYY-MM-DD/[topic-slug]/
├── outline.md
├── prompts/
│ ├── 01-cover.md
│ └── ...
├── 01-cover.png
└── ...
Workflow
Step 1: Analyze Content & Select Style
- Read source content
- If
--stylespecified, use that style - Otherwise, analyze content for style signals
- Extract key information:
- Core narrative and key messages
- Important data points and statistics
- Logical flow and structure
- Target audience signals
Step 2: Generate Outline
Create outline with STYLE_INSTRUCTIONS block and slide specifications.
Outline Format:
# Slide Deck Outline: [Topic]
**Source**: [source file or "Direct input"]
**Style**: [selected style]
**Audience**: [target audience]
**Language**: [output language]
**Slide Count**: N slides
**Generated**: YYYY-MM-DD HH:mm
---
<STYLE_INSTRUCTIONS>
Design Aesthetic: [Overall style description]
Background Color: [Description and Hex Code]
Primary Font: [Font name for Headlines]
Secondary Font: [Font name for Body copy]
Color Palette:
Primary Text Color: [Hex Code]
Primary Accent Color: [Hex Code]
Visual Elements: [Lines, shapes, imagery style, etc.]
</STYLE_INSTRUCTIONS>
---
## Slide 1: [Descriptive Title]
**Position**: Cover
**Filename**: 01-cover.png
// NARRATIVE GOAL
[Storytelling purpose within the overall arc]
// KEY CONTENT
Headline: [Main message - narrative, not "Title: Subtitle" format]
Sub-headline: [Supporting context]
Body:
- [Key point 1 with specific data from source]
- [Key point 2 with specific data from source]
// VISUAL
[Detailed description of imagery, charts, graphics, or abstract visuals]
// LAYOUT
[Composition, hierarchy, spatial arrangement, focus points]
---
## Slide 2: [First Content]
...
## Slide N: [Back Cover]
...
Required Slide Structure:
- Slide 1: Cover Slide (poster-style, heroic typography)
- Slides 2-N-1: Content slides (consistent internal style)
- Slide N: Back Cover (closing statement, not "Thank You")
Step 3: Save Outline
Save outline as outline.md in target directory.
If --outline-only flag is set, stop here.
Step 4: Create Prompt Files
For each slide, create a style-specific prompt file.
Prompt Format:
Slide theme: [slide title]
Style: [style name]
Position: [cover/content/back-cover]
Visual composition:
- Main visual: [style-appropriate description from VISUAL section]
- Layout: [from LAYOUT section]
- Decorative elements: [style-specific decorations]
Color scheme:
- Background: [style background color]
- Primary text: [style text color]
- Accent: [style accent color]
Text content:
- Headline: [headline text]
- Sub-headline: [sub-headline if any]
- Body points: [bullet points if any]
Style notes: [specific style characteristics to emphasize]
Step 5: Generate Images
For each slide, generate using:
/baoyu-gemini-web --promptfiles [SKILL_ROOT]/skills/baoyu-slide-deck/prompts/system.md [TARGET_DIR]/prompts/01-cover.md --image [TARGET_DIR]/01-cover.png
Generation flow:
- Generate images sequentially
- After each image, output progress: "Generated X/N"
- On failure, auto-retry once
- If retry fails, log reason, continue to next
Step 6: Completion Report
Slide Deck Generated!
Topic: [topic]
Style: [style name]
Audience: [audience]
Location: [directory path]
Slides: N total
- 01-cover.png ✓ Cover
- 02-content-1.png ✓ Content
- 03-content-2.png ✓ Content
- ...
- 0N-back-cover.png ✓ Back Cover
Outline: outline.md
[If any failures]
Failed:
- 0X-slide-name.png: [failure reason]
Notes
Design Philosophy
- Deck is designed for reading and sharing, not live presentation
- Structure should be self-explanatory without a presenter
- Include enough context for visuals to be understood standalone
- Err on the side of audience having more expertise than expected
Content Rules
- Maximum 20 slides per deck
- Every data point must trace to source material
- All details in prompts - image generator has no access to source
Style Rules
- Avoid AI-generated clichés ("It wasn't just X, it was Y")
- Use narrative headlines, not "Title: Subtitle" format
- Cover and Back Cover should be visually distinct (poster-style)
- Back Cover should be meaningful closure, not "Thank You" or "Questions?"
Prohibited
- Never include photorealistic images of prominent individuals
- Never include placeholder slides for author name, date, etc.
Image Generation
- Image generation typically takes 10-30 seconds per slide
- Auto-retry once on generation failure
- Use cartoon alternatives for sensitive public figures
- Output language matches content language
- Maintain style consistency across all slides
When not to use it
- →When the user needs a live presentation tool
- →When the user wants to edit slides interactively
- →When the content is not suitable for visual presentation
Limitations
- →The deck is designed for reading and sharing, not live presentation.
- →Maximum 20 slides per deck.
- →Image generation may fail and requires retries.
How it compares
This skill automates the entire process from content analysis to image generation for slide decks, including style and audience adaptation, unlike manual slide creation or simple text-to-slide converters.
Compared to similar skills
baoyu-slide-deck side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| baoyu-slide-deck (this skill) | 0 | 4mo | Review | Intermediate |
| resume-builder | 53 | 3mo | No flags | Beginner |
| write-docs | 6 | 3mo | No flags | Beginner |
| wiki-changelog | 3 | 4mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
resume-builder
amruthpillai
Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.
write-docs
tldraw
Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.
wiki-changelog
microsoft
Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in the repository.
docs-changelog
google-gemini
Provides a step-by-step procedure for generating Gemini CLI changelog files based on github release information.
docs-writer
google-gemini
Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
document-writer
onmax
Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense), content structure patterns, and MDC component usage. Overrides brevity rules for proper grammar. Use nuxt-content for MDC syntax, nuxt-ui for component props.