What problem does it solve? Working with Word documents programmatically is error-prone: .docx files are ZIP archives of XML, and naive edits corrupt formatting, tracked changes, or relationships. This Skill provides a complete workflow for creating new Word documents with docx-js and safely editing existing ones via unpack-edit-repack with schema validation. ## Core Features & Use Cases - Document Creation: Generate polished .docx files with docx-js, including tables, images, TOC, headers/footers, footnotes, hyperlinks, and multi-column layouts, with explicit page size and style control. - Tracked Changes & Comments: Insert, delete, and comment on existing documents as redlines using unpack/edit/pack scripts, with proper OOXML markup for w:ins, w:del, and comment ranges. - Validation & Conversion: Validate edited XML against OOXML schemas with auto-repair, accept all tracked changes via LibreOffice, and convert documents to PDF or images. - Use Case: A user asks to redline a contract draft: unpack the .docx, apply tracked-change XML edits preserving formatting, validate and repack, then deliver a Word file the recipient can review in Track Changes mode. ## Quick Start Use the docx skill to create a professional Word report with a table of contents, headings, and a summary table, saved as report.docx.