What problem does it solve?
This Skill solves the problem of creating and modifying Microsoft Word (.docx) documents reliably, including performing professional tracked changes, comments, and complex formatting-safe edits.
Core Features & Use Cases
- Create DOCX from scratch using docx-js with consistent styling, list/table structures, and professional formatting patterns.
- Edit existing DOCX (OOXML) safely by unpacking, editing the underlying XML, and repacking while preserving structure and formatting.
- Perform compliant redlining workflows for single-author or third-party/legal/business documents using tracked changes with strong validation guidance.
- Extract and analyze DOCX content via pandoc conversion to markdown (including tracked changes visibility) and raw OOXML/ZIP/XML inspection.
- Add comments and images by manipulating Word OOXML comment parts, relationships, and media insertion steps.
Quick Start
Use the docx skill to redline edit the attached file 'contract.docx' by unpacking it, planning changes in batches, applying tracked insertions/deletions, and repacking the final document.