PPTPRO is a Codex skill for building polished, editable PPT/PPTX decks with a strict production workflow.
It focuses on:
- slide recipe planning instead of generic bullet decks
- visual enrichment for text-heavy presentations
- source-native figures and real source objects for evidence-backed decks
- generated content visuals with the current latest built-in Codex/ChatGPT image tool when no real or traceable image fits
- softer rounded cards, callouts, panels, and synthesis bars
- human-facing source text instead of internal workflow notes
- rendered preview inspection and strict PPTX audit before handoff
SKILL.md: main skill behavior and workflowreferences/design-system.md: PPTPRO visual language and QA rulesreferences/slide-recipes.md: reusable slide structuresscripts/pptpro_audit.py: strict PPTX audit helperagents/openai.yaml: agent metadata and default prompt
Run the audit helper on a local deck:
python scripts/pptpro_audit.py path/to/deck.pptx --render --strictFor decks with speaker scripts:
python scripts/pptpro_audit.py path/to/deck.pptx --script path/to/script.docx --render --strictThe audit checks common PPTPRO defects such as text overflow, cramped cards, missing shell slides, forbidden serif/beige defaults, internal workflow text inside audience-facing content, and weak visual balance.