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
Related skills