What problem does it solve? Working with .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 docx-js (JavaScript/TypeScript) using styles, tables, lists, images, headers, and TOC. - Redlining Workflow: Implement tracked changes and comments in existing documents via a Python Document library with automatic RSID, validation, and batching. - Use Case: Review a legal contract by converting it to markdown, planning batched edits, applying minimal tracked changes with the Document library, and verifying the final document. ## Quick Start Ask the assistant to review the attached contract.docx and propose tracked changes for all outdated terms.