PPTX Visual Studio is a Codex skill for building high-quality, complex PowerPoint decks end-to-end. It turns a broad presentation request into a production workflow: research, claim spine, slide plan, visual system, generated image prompts, editable proof objects, speaker notes, render QA, and final PPTX delivery.
The skill is designed to orchestrate Codex's presentation, image generation, browsing, and local scripting capabilities rather than act as a single slide template.
- Builds complex PPTX decks from a topic, brief, source material, or existing deck.
- Plans claim-led narratives instead of topic-only outlines.
- Coordinates sourced assets, generated imagery, charts, diagrams, screenshots, and speaker notes.
- Creates production workspaces with research logs, asset manifests, design systems, and QA logs.
- Scores deck production completeness before delivery.
- Encourages editable PowerPoint output through the Codex Presentations plugin.
.
├── SKILL.md
├── agents/
│ └── openai.yaml
├── references/
│ ├── ultimate-production-protocol.md
│ ├── autonomous-complex-deck.md
│ ├── narrative-and-writing.md
│ ├── research-and-evidence.md
│ ├── data-viz-and-diagrams.md
│ ├── slide-pattern-library.md
│ ├── creative-direction.md
│ ├── visual-system-design.md
│ ├── speaker-notes-delivery.md
│ ├── qa-scoring-rubric.md
│ ├── failure-modes.md
│ ├── visual-assets.md
│ ├── prompt-patterns.md
│ └── qa-checklist.md
└── scripts/
├── create_deck_workspace.py
├── make_image_prompt_pack.py
└── score_deck_package.py
Clone this repository into your Codex skills directory:
git clone https://github.com/Melancholy-A/pptx-visual-studio.git "$env:USERPROFILE\.codex\skills\pptx-visual-studio"Restart Codex after installation so the skill is discovered.
Ask Codex for a high-quality or complex deck, for example:
Use $pptx-visual-studio to create a 12-slide investor presentation about an AI workflow automation platform, with generated visuals, charts, speaker notes, and QA.
For production workspaces:
python scripts/create_deck_workspace.py "AI workflow automation investor deck" --root outputs --slides 12Score workspace completeness:
python scripts/score_deck_package.py outputs/ai-workflow-automation-investor-deckGenerate an image prompt pack from the asset manifest:
python scripts/make_image_prompt_pack.py outputs/ai-workflow-automation-investor-deck- This skill does not bundle API keys, proprietary templates, or third-party services.
- Generated images should be produced through the available Codex
imagegencapability and saved into the deck workspace before being referenced. - Current facts, market data, logos, product screenshots, people, and other source-sensitive assets should be verified and cited.
- Final PPTX generation depends on the Codex Presentations plugin/runtime in the user's environment.
MIT License. See LICENSE.