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 patterns and validation tooling to create, read, and edit .docx files reliably. ## Core Features & Use Cases - Document Creation: Generate polished Word documents with docx-js, including tables, images, tables of contents, headers, footers, footnotes, and multi-column layouts. - Surgical Editing: Unpack .docx files into XML, apply tracked changes and comments with proper OOXML structure, 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 for a project status report as a Word file with a table of contents, styled headings, and a summary table; the Skill generates the document with docx-js and validates it before delivery. ## Quick Start Use the docx-skill to create a Word document report with a title page, table of contents, and a two-column summary table.