What problem does it solve? Financial analysts need pitch decks, IC memos, and earnings notes where every number traces back to a source workbook, but manually transcribing figures into slides causes drift and errors. This Skill produces .pptx files programmatically with values bound directly to Excel model cells. ## Core Features & Use Cases - Headless Deck Generation: Build complete .pptx files with python-pptx, including title slides, tables, and embedded chart images, without a live PowerPoint session. - Model-Backed Numbers: Read named ranges from an Excel workbook with openpyxl so slide figures always match the source 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 where the valuation summary table and football field chart are generated from the DCF and comps outputs in 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.