What problem does it solve? Turning a finished slide design spec into an actual PowerPoint file usually requires manual layout work in presentation software. This Skill closes that gap by rendering a structured per-page visual spec directly into a real .pptx file, and it can also read, parse, and edit existing decks. ## Core Features & Use Cases - Spec-to-deck rendering: Takes the SLIDE_PACKET ▸ Visuals handoff from slide-visual-selector and renders each page's layout archetype with pptxgenjs primitives into a .pptx file. - Reverse editing: Reads, parses, and edits existing .pptx decks, then writes the changes back to the file. - Use Case: After designing a storyline, page split, and per-page visuals for a quarterly report, hand the visual spec to this Skill and receive an editable .pptx presentation ready to open in PowerPoint. ## Quick Start Install the skill from Anthropic's official repository with the command npx skills add https://github.com/anthropics/skills --skill slide-pptx, then ask it to render your visual spec into a .pptx file.