What problem does it solve?
This Skill helps you reliably create, edit, and analyze Microsoft Word (.docx) documents—especially when you need professional tracked changes, comments, and precise formatting preservation.
Core Features & Use Cases
- Create new DOCX documents using a DOCX authoring workflow (docx-js) with proper structure and styling guidance.
- Edit existing DOCX files by unpacking to OOXML, applying deterministic edits, and repacking back into a valid .docx.
- Implement tracked changes & comments (redlining) using a structured “redlining workflow” with batching, RSID handling, and validation-oriented patterns.
- Extract text for lightweight analysis via conversion to Markdown (e.g., with pandoc), or perform deep inspection with raw OOXML/XML access when you need comments, structure, and metadata.
Quick Start
Use the docx skill to convert an existing .docx file into a version that applies a set of tracked changes with comments, then repack it into a valid .docx you can open in Word.