What problem does it solve? Working with .pptx files programmatically is complex because they are ZIP archives of XML files, making tasks like creating slides from scratch, editing existing decks, or applying templates error-prone and time-consuming. ## Core Features & Use Cases - Presentation Creation: Build new presentations from HTML slides via the html2pptx workflow with accurate positioning, charts, tables, and design palettes. - OOXML Editing: Unpack, edit, validate, and repack raw PowerPoint XML for modifying slides, speaker notes, comments, and layouts. - Template-Based Generation: Duplicate, reorder, and populate template slides using inventory extraction and text replacement scripts. - Use Case: A user needs a quarterly sales deck matching their company template. The Skill extracts the template inventory, maps content to layouts, replaces placeholder text, and validates the output with thumbnail grids. ## Quick Start Create a 5-slide PowerPoint presentation about quarterly sales results with a title slide, charts, and a summary slide.