pptx-from-layouts
Installation
SKILL.md
PPTX Presentation System
Generate consultant-ready PowerPoint presentations from markdown outlines.
Quick Start
# Generate from outline (Inner Chapter template)
python .claude/skills/pptx-from-layouts/scripts/generate.py outline.md -o deck.pptx
# Edit existing deck (dump inventory, edit its JSON, apply as a file)
python .claude/skills/pptx-from-layouts/scripts/edit.py deck.pptx --inventory -o inv.json
# edit inv.json: change the text on the paragraph(s) you care about
python .claude/skills/pptx-from-layouts/scripts/edit.py deck.pptx --replace inv.json -o edited.pptx
# Validate quality
python .claude/skills/pptx-from-layouts/scripts/validate.py deck.pptx