What problem does it solve? Financial analysts need pitch decks and IC memos where every number traces back to a source workbook, but manually transcribing figures into slides introduces errors and drift. This Skill produces .pptx files programmatically so deck values stay bound to the underlying Excel model. ## Core Features & Use Cases - Headless deck generation: Build complete .pptx files with python-pptx, including title slides, tables, and embedded charts, without a live PowerPoint session. - Model-bound numbers: Read named ranges from the source workbook with openpyxl so slide figures never drift from the model, with footnotes citing sheet and cell. - Firm template support: Load a mounted firm-template.pptx so decks inherit branded colors, fonts, and master layouts. - Use Case: Build a banking pitch deck for a strategic alternatives review — cover, valuation football field, trading comps, DCF, and LBO slides — where every share-price figure is pulled directly from model.xlsx. ## Quick Start Use the pptx-author skill to build a pitch deck from the valuation outputs in ./out/model.xlsx and save it to ./out/pitch.pptx.