ppt-master
A Claude skill that builds a full, fully-editable PowerPoint deck from a single prompt using python-pptx.
About this skill
name: ppt-master description: Use when A Claude skill that builds a full, fully-editable PowerPoint deck from a single prompt using python-pptx.
ppt-master
ppt-master reads a raw spec file to structure your slides, then writes Python code against the python-pptx library to generate the actual .pptx file. Because every element is produced through real PowerPoint API calls rather than a flattened export, the resulting deck is fully editable in PowerPoint afterward, unlike image-based or HTML-to-slide approaches.
What you get
- A ready-to-open, fully editable .pptx presentation generated from a single prompt and a spec file.
Customize your output
- Spec file content/structure
- slide count and layout choices
- visual theme.
Example output
A complete, editable slide deck built from a raw text spec in one command.
Best for
Anyone who needs to produce PowerPoint decks fast without manual formatting — consultants, founders, marketers.
Source: Github Awesome · https://www.youtube.com/watch?v=WLJaWeA8Bgc Category: Presentations / Productivity · Priority: Standard
SKILL.md preview
---
name: ppt-master
description: Use when A Claude skill that builds a full, fully-editable PowerPoint deck from a single prompt using python-pptx.
---
# ppt-master
ppt-master reads a raw spec file to structure your slides, then writes Python code against the python-pptx library to generate the actual .pptx file. Because every element is produced through real PowerPoint API calls rather than a flattened export, the resulting deck is fully editable in PowerPoint afterward, unlike image-based or HTML-to-slide approaches.
## What you get
- A ready-to-open, fully editable .pptx presentation generated from a single prompt and a spec file.
## Customize your output
- **Spec file content/structure**
- **slide count and layout choices**
- **visual theme.**
## Example out...