What problem does it solve? Creating and editing Office documents programmatically is error-prone: Excel formulas don't recalculate, PowerPoint slides ship with overlapping elements, and hand-edited OOXML can corrupt files. This Skill provides distilled workflows, validation scripts, and dependency setup for reliable docx, xlsx, pptx, and pdf generation. ## Core Features & Use Cases - Four-format toolkit: Create and edit Word documents (docx-js, python-docx, OOXML unpack/pack), Excel spreadsheets (openpyxl with financial-model color standards and LibreOffice formula recalculation), PowerPoint decks (pptxgenjs with a mandatory visual QA loop), and general PDFs (pypdf, pdfplumber, reportlab, OCR, form filling). - OOXML schema validation: Validate edited documents against ISO-IEC 29500 XSD schemas to prevent file corruption after XML edits. - Lazy dependency installation: References are always available; Python/npm/system dependencies are installed only when a specific tool is actually triggered. - Use Case: Build a financial model in Excel where inputs are blue, formulas black, and cross-sheet links green, then recalculate all formulas via LibreOffice and deliver an auditable workbook. ## Quick Start Ask the AI to generate an Excel financial model with proper input/formula color coding and recalculated formulas using the office-tools skill.