What problem does it solve? Working with Word documents programmatically is error-prone: docx-js cannot open existing files, Word fragments text across XML runs, and tracked changes or comments require many cross-linked files. 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 new Word documents with the docx npm library, avoiding common pitfalls like A4 default page size, broken table widths, and incorrect list formatting. - Editing & Redlining: Unzip existing .docx files, merge fragmented runs for reliable find-and-replace, edit document.xml directly, and validate tracked changes against the original with XSD schema checks. - Comments & Cleanup: Add threaded comments with all six required satellite XML files, and accept all tracked changes via LibreOffice to produce clean copies. - Use Case: A lawyer asks you to redline a contract: unpack the .docx, wrap edits in <w:ins>/<w:del> elements, validate with --author to confirm every change is tracked, and deliver the annotated file. ## Quick Start Use the docx skill to create a professional Word report with a table of contents and page numbers, then render it to PDF to verify the output.