What problem does it solve? Building lecture decks, instructor slides, or presentation files by hand in PowerPoint is slow and hard to keep consistent. This Skill turns a structured TypeScript content file into a finished .pptx deck in one command, with themes, layouts, math, and code highlighting handled automatically. ## Core Features & Use Cases - 28 built-in layouts: title, agenda, bullets, two/three-column, comparison, timeline, stats, tables, code blocks with Shiki highlighting, native OMML math, images, quotes, lab exercises, and more. - Three themes and variants: pick n8n, minimalism, or midnight, and build instructor and student (no-notes) variants from the same content file. - Deck bootstrapping: bundled scripts scaffold a new deck directory with a pinned package.json and starter slides, and build both variants in one call. - Use Case: A lecturer writes a slides/index.ts describing a 40-slide algorithms lecture, then runs one npx command to produce lecture7.pptx and lecture7-student.pptx with editable PowerPoint math equations. ## Quick Start Ask the agent to create a slide deck from a TypeScript content file, for example: "Create a minimalism-themed lecture deck from slides/index.ts and also build the student version without speaker notes."