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 common libraries have pitfalls like wrong default page sizes, broken tables, and invalid tracked changes. This Skill provides tested workflows for creating new documents, editing existing ones at the XML level, and validating the results. ## Core Features & Use Cases - Document Creation: Generate professional .docx files with docx-js, including tables, images, headers, footers, tables of contents, footnotes, hyperlinks, and multi-column layouts. - XML-Level Editing: Unpack existing documents, edit the raw XML for tracked changes, comments, and find-and-replace, then repack with automatic validation and 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 quarterly report as a Word file with a table of contents, styled headings, and a data table. The Skill generates the document with docx-js, validates it against OOXML schemas, and delivers a clean .docx. ## Quick Start Ask the assistant to create a Word document report with headings, a table, and page numbers, or to edit an existing .docx file with tracked changes.