What problem does it solve? Financial analysts need to produce pitch decks, IC memos, and earnings notes as .pptx file artifacts where every number must trace back to a source workbook, without driving a live PowerPoint session or manually transcribing figures. ## Core Features & Use Cases - Headless Deck Generation: Build complete .pptx files with python-pptx, writing output to ./out/ and optionally inheriting a branded firm template. - Model-Bound Numbers: Read named ranges and cells from an Excel model with openpyxl so deck figures never drift from the source workbook. - Chart Embedding: Render charts as PNGs from the source workbook and embed them for exact visual fidelity instead of fragile native pptx charts. - Use Case: An analyst building a strategic alternatives pitch deck generates a valuation summary slide with a comps table and football field chart, where every share price figure is pulled programmatically from model.xlsx. ## Quick Start Use the pptx-author skill to build a pitch deck from my Excel model at ./out/model.xlsx and save it to ./out/pitch.pptx.