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 and validation scripts to create, read, and edit .docx files correctly. ## Core Features & Use Cases - Document Creation: Generate professional .docx files with docx-js, including styles, tables, images, headers/footers, footnotes, hyperlinks, multi-column layouts, and tables of contents. - Document Editing: Unpack existing .docx files, edit the raw XML directly, and repack with schema validation and auto-repair, supporting tracked changes and threaded comments. - 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 business report as a Word file with a table of contents, styled headings, and a data 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 headings, a table of contents, and a formatted data table saved as a .docx file.