What problem does it solve? Working with .docx files programmatically is error-prone because they are ZIP archives of XML with strict schema rules. This Skill provides structured workflows for creating new Word documents, editing existing ones, and performing professional redlining with tracked changes and comments without corrupting files. ## Core Features & Use Cases - Document Creation: Generate new .docx files with docx-js (JavaScript/TypeScript), including styles, tables, lists, images, headers, and tables of contents. - Tracked Changes & Redlining: Implement precise insertions and deletions using <w:ins>/<w:del> tags via a Python Document library that auto-handles RSIDs, authors, and validation. - Content Analysis: Extract text with pandoc, unpack raw OOXML for comments and metadata, and convert documents to images for visual review. - Use Case: Review a legal contract by converting it to markdown, planning batched edits, applying tracked changes to the XML, and packing it back into a Word file ready for counterparty review. ## Quick Start Ask the agent to review the attached contract.docx and propose tracked changes replacing all 30-day terms with 60-day terms.