What problem does it solve? Working with Word documents programmatically is error-prone: .docx files are ZIP archives of XML with strict schema rules, and naive generation produces corrupt files, broken tables, or lost tracked changes. This Skill provides validated workflows for creating professional Word documents and safely editing existing ones. ## Core Features & Use Cases - Document Creation: Generate polished .docx files with docx-js, including tables of contents, styled headings, lists, tables, images, headers, footers, and page numbers, with explicit page size control. - Surgical Editing: Unpack existing documents to XML, perform find-and-replace, insert tracked changes and comments (with replies), then repack with schema validation and auto-repair. - Content Extraction & Conversion: Extract text with pandoc (including tracked changes), convert legacy .doc files, accept all tracked changes via LibreOffice, and render pages to images. - Use Case: A user asks to redline a contract: unpack the .docx, insert tracked deletions and insertions as Claude, add review comments, then repack a validated document ready for the counterparty. ## Quick Start Ask the assistant to create a professional Word report with a table of contents, headings, and a formatted table, or to edit an attached .docx file with tracked changes.