What problem does it solve? Working with Word documents programmatically is error-prone: tables render incorrectly, tracked changes corrupt files, and formatting breaks across platforms. This Skill provides tested workflows and validation tooling to create, read, and edit .docx files reliably. ## Core Features & Use Cases - Document Creation: Generate professional .docx files with docx-js, including tables, images, headers, footers, tables of contents, and custom styles, with built-in validation. - Surgical Editing: Unpack existing documents to XML, make precise edits including tracked changes and comments, then repack with schema validation and auto-repair. - Content Extraction & Conversion: Extract text with pandoc, convert legacy .doc files, accept 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 valid OOXML, add reviewer comments, then repack into a validated Word file ready for review. ## Quick Start Ask the assistant to create a formatted Word report with headings, a table, and page numbers, or to edit an attached .docx file with tracked changes.