What problem does it solve? Building and editing PowerPoint decks by hand is repetitive, and verifying that a generated deck actually opens, has the right slide count, and contains no clipped text is tedious. This Skill automates deck creation from a JSON specification, inspection of existing decks, text extraction, and PDF rendering with local tools only. ## Core Features & Use Cases - JSON-driven deck building: Define title, subtitle, slides, bullets, and local images in a compact JSON file and generate a styled .pptx deck with python-pptx. - Deck inspection and text extraction: Print a JSON summary of slide structure or extract all slide text and tables into Markdown for review. - PDF rendering and verification: Render decks to PDF via LibreOffice to visually confirm layout, legibility, and slide integrity. - Use Case: You have meeting notes and a local chart image. Write a short JSON spec, run the build command, then inspect and render the deck to verify it before presenting. ## Quick Start Use the pptx skill to build a presentation from my deck.json file, then inspect the output and render it to PDF for review.