What problem does it solve?
This Skill helps you create, edit, and analyze .docx (Word) documents with a strong focus on professional document processing, including tracked changes, comments, and formatting preservation.
Core Features & Use Cases
- Create and edit DOCX documents using document-generation libraries (docx-js) or OOXML manipulation workflows (Document library).
- Analyze document content via text extraction (pandoc) and deep inspection with raw OOXML access.
- Implement legal/professional review workflows using tracked changes and comments, with validation-oriented patterns (e.g., RSIDs, author attribution, and structured edits).
Use case examples
- Convert a DOCX proposal into a review-ready redline by mapping requested edits into tracked insertions/deletions.
- Add precise comments tied to specific document ranges (paragraphs or run-level anchors) while preserving formatting structure.
- Extract text from a DOCX for downstream processing while retaining structure using pandoc.
Quick Start
Use the docx skill to produce tracked changes for the attached document by converting it to markdown with tracked changes preserved, then implementing edits in batches using the Document library.