Handles PowerPoint files by treating them as ZIP archives of XML, which they are. You get workflows for three scenarios: quick text extraction via markitdown, deep analysis by unpacking the raw XML to read comments and slide layouts, and creating presentations from scratch using an HTML-to-PPTX converter. The creation workflow is surprisingly opinionated about design, pushing you to match colors to content and avoid autopilot aesthetic choices. It includes 18 sample color palettes and specific layout patterns like asymmetric columns and diagonal dividers. Most useful when you need to programmatically generate decks or extract structured data from existing ones without opening PowerPoint.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill pptx-official