What problem does it solve? Working with .docx files programmatically is complex because they are ZIP archives of XML files. This Skill provides complete workflows for creating professional Word documents, editing existing files with tracked changes, adding review comments, and extracting content without corrupting the document structure. ## Core Features & Use Cases - Document Creation: Generate studio-quality Word documents using docx-js with covers, tables of contents, headers, footers, charts, and professional color palettes. - Redlining & Tracked Changes: Edit legal, academic, or business documents with proper tracked changes using a Python OOXML Document library, with batching and validation. - Comments & Review: Add review comments via python-docx or low-level OOXML, with support for comment replies and author attribution. - Content Extraction & Analysis: Convert documents to Markdown with pandoc, or to PDF/images via LibreOffice and pdftoppm for visual inspection. - Use Case: A lawyer uploads a contract draft and asks for revisions. The Skill unpacks the document, implements tracked changes in batches, verifies them against the original, and returns a redlined .docx ready for review in Word. ## Quick Start Ask the assistant to create a new Word report with a cover page and table of contents, or to review and redline an uploaded .docx contract with tracked changes.