What problem does it solve?
This Skill solves the problem of producing consistent, shareable PowerPoint decks where every slide number can be traced back to a specific workbook input, reducing manual transcription errors and audit risk.
Core Features & Use Cases
- Headless PPTX generation: Build a .pptx on disk using python-pptx for downstream sharing as a file artifact.
- Workbook-to-slide binding: Read named ranges or specific cells from a model workbook so slide values stay aligned with the source.
- Finance-oriented deck workflows: Use for pitch decks, IC memos, earnings notes, and valuation “money slides” where fidelity and traceability matter.
- Template inheritance and chart fidelity: Optionally load a firm template and embed PNG charts rendered from the workbook for consistent styling.
Quick Start
Ask the AI to generate a PowerPoint file on disk bound to your model workbook data, and return the generated path.