What problem does it solve? Programmatic PowerPoint edits often produce slides that look visually inconsistent with the rest of the deck because of mismatched backgrounds, fonts, colors, and shape styling. This Skill enforces an inspect-edit-verify workflow so new or modified slides match the existing deck's design system exactly. ## Core Features & Use Cases - Deck Inspection: Run the inspect-deck.py script to extract every shape, text style, color, position, and font across all slides, producing a design token summary. - Design-Consistent Editing: Add, edit, reorder, or delete slides while matching background colors, theme font inheritance, decorative shapes, and Emu-based positioning. - Verification Workflow: Compare new slides against existing ones to confirm backgrounds, text styles, and decorative elements align. - Use Case: A PM needs to add a closing "thank you" slide with a LinkedIn hyperlink to a dark-themed workshop deck. The Skill inspects the deck first, then builds the new slide with the exact background color, accent bar, and font inheritance of the existing slides. ## Quick Start Use the pptx-editor skill to add a thank-you slide to the end of 02-presentation/deck.pptx that matches the existing design.