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 broken tables, invalid page breaks, and lost tracked changes. This Skill provides tested workflows and scripts to create, read, and edit .docx files correctly. ## Core Features & Use Cases - Document Creation: Generate professional Word documents with docx-js, including styles, tables, lists, images, headers/footers, footnotes, and tables of contents. - Document Editing: Unpack existing .docx files, edit the raw XML, and repack with validation and auto-repair, supporting tracked changes and 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 report as a Word file with a table of contents, styled headings, and a data table; the Skill generates valid docx-js code, validates the output, and delivers a polished .docx. ## Quick Start Use the docx skill to create a Word document report with a title page, table of contents, and a formatted data table.