What problem does it solve? Building or editing PowerPoint presentations programmatically often produces slides with overlapping text, overflowing boxes, and placeholder content that only become visible when the deck is rendered. This Skill generates .pptx files and enforces a visual QA loop so every slide is actually inspected before delivery. ## Core Features & Use Cases - Deck Creation with pptxgenjs: Build 16:9 presentations programmatically with positioned text, backgrounds, color palettes, and visual elements on every slide. - Rendered Slide Inspection: Convert any .pptx into one PNG per slide with cdx-render and read the images to check layout, hierarchy, and overlaps. - Mandatory QA Workflow: Run content checks for leftover placeholders, delegate visual inspection to a subagent, fix issues, and re-render affected slides until clean. - Use Case: Ask for a ten-slide summary of a proposal; the Skill generates the deck, renders it, finds a clipped title on slide 4, fixes the box height, and re-renders to confirm. ## Quick Start Create a ten-slide PowerPoint presentation summarizing our proposal and visually check every slide for layout problems.