What problem does it solve?
This Skill removes the guesswork and manual tedium involved in creating, editing, and deeply inspecting .pptx presentations by giving you repeatable workflows for reading content, editing structure, and validating layout and formatting.
Core Features & Use Cases
- Convert and extract content for review: Turn slide text into Markdown for fast understanding, or unpack the .pptx to inspect raw OOXML when you need precise control.
- Edit presentations in OOXML: Unpack a .pptx, modify relevant XML (slides, notes, comments, layouts, themes), validate, and repack to produce a working file.
- Design-to-output slide generation: Create new presentations from HTML via a deterministic html2pptx pipeline with strict layout validation, then validate overflow and visual correctness.
- Validate formatting safety: Detect overflow issues (text exceeding shape/frame boundaries) and enforce guardrails to reduce broken output.
- Workflow utilities: Rearrange template slides, generate thumbnail grids for visual QA, and convert slides to images via PDF for inspection.
Quick Start
Use the pptx skill to unpack an existing PowerPoint file and edit a specific slide’s underlying XML safely before repacking it.