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 tested workflows and scripts to create, read, and edit .docx files reliably. ## Core Features & Use Cases - Document Creation: Generate polished .docx files with docx-js, including tables of contents, headings, lists, tables, images, footnotes, headers/footers, and multi-column layouts, with explicit page size and style control. - Surgical Editing: Unpack existing documents, edit the raw OOXML directly for tracked changes, comments, find-and-replace, and image insertion, 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 for a project status report as a Word file with a table of contents, styled headings, and a summary table; the Skill generates it with docx-js and validates the output before delivery. ## Quick Start Ask the assistant to create a Word document report with a table of contents and styled headings, or to edit an existing .docx file with tracked changes.