What problem does it solve? Working with Word documents programmatically is error-prone: docx-js cannot open existing files, Word fragments text across runs, and tracked changes or comments require many cross-linked XML parts. This Skill provides tested workflows and scripts to create, read, edit, redline, and comment on .docx and .dotx files reliably. ## Core Features & Use Cases - Document Creation: Generate polished Word documents with the docx npm library, avoiding common pitfalls like A4 defaults, broken table widths, and literal bullet characters. - Editing & Redlining: Unzip, merge fragmented runs, edit document.xml directly, and validate tracked changes against the original with XSD schema checks. - Comments & Review: Add threaded comments with all six required satellite XML files, accept tracked changes via LibreOffice, and render output to PDF for visual verification. - Use Case: A user needs to redline a contract: unpack the .docx, merge runs, wrap edits in w:ins/w:del elements, then validate with --author to confirm every change is tracked before sending. ## Quick Start Use the docx skill to create a professional Word report with a table of contents and headings, then render it to PDF so I can review the layout.