What problem does it solve? Working with Word documents programmatically is error-prone: text gets fragmented across runs, tracked changes and comments live in raw XML, and naive find-replace corrupts files. This Skill provides tested command-line scripts that handle creation, reading, editing, templating, revision resolution, comment management, and package health checks for .docx files. ## Core Features & Use Cases - Document creation from JSON specs: Build reports, letters, and contracts with headings, styled paragraphs, lists, tables, images, headers/footers, TOC fields, and page numbers. - Editing and templating: Run formatting-preserving find-replace, insert/delete/style paragraphs, set table cells, and fill {{token}} placeholders from JSON values with strict-mode validation. - Review workflows: List, accept, or reject tracked changes (w:ins/w:del) and list, add, or delete comments anchored to document text. - Use Case: You receive a contract draft with tracked changes and reviewer comments. List all revisions, accept them in bulk, fill {{client_name}} and {{date}} tokens from a JSON file, then validate the package before sending it back. ## Quick Start Ask the agent to create a Word report from a JSON spec, or to replace a phrase in an existing .docx file, and it will run the appropriate docx script and verify the output.