What problem does it solve? Working with Microsoft Word (.docx) files programmatically is error-prone because they are ZIP archives of complex OOXML. This Skill provides structured workflows for reading, creating, and editing Word documents, including professional redlining with tracked changes and comments. ## Core Features & Use Cases - Text Extraction & Analysis: Convert .docx to markdown with pandoc, preserving tracked changes, or unpack raw XML for comments, media, and metadata. - Document Creation: Generate new Word documents with the docx-js JavaScript library, including styles, tables, lists, images, headers, and tables of contents. - Redlining & Editing: Apply precise tracked changes and comments to existing documents using a Python Document library with automatic RSID, validation, and batching support. - Use Case: Review a legal contract by converting it to markdown, planning batched edits, implementing tracked insertions and deletions in the XML, and verifying the final redlined document. ## Quick Start Use the docx skill to review the attached contract.docx and add tracked changes replacing all 30-day terms with 60-day terms.