baoyu-slide-deck

Convert text content into styled slide decks with PPTX or PDF exports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Users often need to turn long texts into visual slide decks, but manually creating outlines, designs, and images is slow and inconsistent.

Core Features & Use Cases

  • Outline Generation: Analyzes content and produces a slide outline with style hints.
  • Prompt & Image Creation: Builds detailed prompts and generates slide images in the selected visual style.
  • Export Options: Merges slides into PowerPoint or PDF files for easy sharing.

Quick Start

Generate a slide deck from the file 'my-marketing-plan.md' using the default style.

Frequently Asked Questions about baoyu-slide-deck

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

FAQPage Schema
How do I convert markdown content into a PDF slide deck?

You convert markdown to a PDF slide deck by providing raw text content, which the tool analyzes to generate an outline, creates styled images, and merges into a final PDF using pdf-lib.

Can I generate a PPTX presentation from raw text or notes?

Yes, you can generate a PPTX presentation from raw text or notes by running TypeScript scripts with pptxgenjs to structure the content, apply visual styles, and export the final PowerPoint file.

Do I need Bun or Node to create slides from articles?

Yes, you need a runtime like Bun or Node to execute the TypeScript scripts required for merging content and generating the final PPTX or PDF slide deck exports.

What is the best way to turn a long report into a visual presentation?

The best way to turn a long report into a visual presentation is to automate outline generation and image creation from the raw content, ensuring consistent styling and direct export to PPTX or PDF formats.

How does automatic outline generation work for slide decks?

Automatic outline generation works by analyzing your raw content to produce a structured slide outline complete with style hints, which then guides the creation of detailed image prompts and final exports.

Are there limitations when exporting markdown to PPTX or PDF with scripts?

Limitations include requiring a local runtime like Bun or Node to execute TypeScript scripts, and customization is bound by the style specifications defined in the accessed reference markdown files.