slide-generation

Installation
SKILL.md

Slide Generation Skill

Create presentation slides from structured content.

This is a low-level generation skill that other agents use to create actual slide files.

What It Creates

Format Method Best For
PPTX python-pptx library PowerPoint, Google Slides import
Markdown Marp/Slidev format Developer presentations
HTML Reveal.js template Web-based presentations

Prerequisites

# Required for PPTX generation
pip install python-pptx Pillow
Installs
34
GitHub Stars
24
First Seen
Jan 28, 2026
slide-generation — michaelboeding/skills