Skip to content

Melancholy-A/pptx-visual-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPTX Visual Studio

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.

What It Does

  • 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.

Repository Layout

.
├── 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

Installation

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.

Usage

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 12

Score workspace completeness:

python scripts/score_deck_package.py outputs/ai-workflow-automation-investor-deck

Generate an image prompt pack from the asset manifest:

python scripts/make_image_prompt_pack.py outputs/ai-workflow-automation-investor-deck

Notes

  • This skill does not bundle API keys, proprietary templates, or third-party services.
  • Generated images should be produced through the available Codex imagegen capability 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.

License

MIT License. See LICENSE.

About

Codex skill for end-to-end high-quality PPTX deck production with generated visuals, research, speaker notes, and QA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages