baoyu-slide-deck

Generate image-based slide decks from content with PPTX/PDF export.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/lisposter/creator --skill baoyu-slide-deck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-slide-deck
Source: https://github.com/lisposter/creator/tree/main/.agents/skills/baoyu-slide-deck
Command: npx skills add https://github.com/lisposter/creator --skill baoyu-slide-deck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pdf-lib, pptxgenjs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Transforms user content into a complete, image-based slide deck by generating an outline with style instructions and producing individual slide images. This reduces manual design time and ensures consistent visual storytelling.

Core Features & Use Cases

  • Outline & Style Instructions: Automatically create slide outlines with design instructions to guide image generation.
  • Slide Image Generation: Produce high-quality slide images from content, ready for presentation or sharing.
  • Style and Language Flexibility: Support multiple presets or custom dimensions, audiences, and output languages, with options to generate outlines only or incremental outputs.
  • Use Case: When a user asks to "create slides", "make a presentation", or "generate deck", run the skill to generate a complete image-based deck that can be exported to PPTX or PDF.

Quick Start

Use the baoyu-slide-deck skill to convert a content file into a slide deck. Example:

  • /baoyu-slide-deck path/to/content.md
  • /baoyu-slide-deck path/to/content.md --style sketch-notes
  • /baoyu-slide-deck path/to/content.md --slides 10

Frequently Asked Questions about baoyu-slide-deck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a slide deck from text content automatically?

To generate a slide deck from text content, the skill ingests your file, creates an outline with style instructions, and produces individual slide images. It exports the final presentation as a PPTX or PDF file.

Can I convert markdown files into PPTX presentations?

Yes, you can convert markdown files into PPTX presentations by passing the file path to the skill. It processes the content, generates slide images via prompts, and merges them using pptxgenjs into a PPTX file.

How do I create image-based slides with custom dimensions and styles?

You can create image-based slides with custom dimensions and styles by applying presets or passing custom parameters. The skill supports multiple audiences, languages, and style options like sketch-notes during image generation.

Does the presentation generation tool support PDF export?

Yes, the presentation generation tool supports PDF export. It uses a local script with pdf-lib to merge the generated slide images into a final PDF document, alongside the standard PPTX export option.

What is the best way to control the number of slides generated from a document?

The best way to control the number of slides generated from a document is by specifying the desired count in the command arguments. This instructs the skill to structure the outline and image generation across that exact number of slides.

Are there limitations when generating multilingual slide decks from prompts?

Generating multilingual slide decks from prompts supports multiple output languages but depends entirely on the underlying image generation capabilities. Complex visual styling across different languages may require custom dimensions to ensure proper text rendering.