What problem does it solve? Working with office documents programmatically requires knowing many different libraries and formats. This Skill routes document requests to the right sub-workflow so you can create, edit, extract from, and convert Word, PDF, Excel, and PowerPoint files without memorizing each tool's API. ## Core Features & Use Cases - Format Routing: Automatically directs requests to DOCX, PDF, PPTX, or XLSX sub-skills based on the file type and task, including tracked-changes redlining, PDF form filling, and formula recalculation. - Specialized Workflows: Includes a consulting report pipeline (HTML to Playwright PDF with professional typography) and large-PDF analysis using Gemini 3 Pro's multimodal context window. - Use Case: Ask to build a revenue projection spreadsheet, and the Skill creates the workbook with openpyxl using live Excel formulas, applies financial color-coding standards, and runs recalc.py to verify zero formula errors. ## Quick Start Use the Documents skill to merge these three PDF contracts into a single file and extract the tables from page two.