What problem does it solve?
This Skill enables Claude to create, edit, and analyze Word documents (.docx) with tracked changes and comments. It supports workflows from drafting new documents to redlining, formatting preservation, and text extraction across business, legal, and content tasks.
Core Features & Use Cases
- Document creation and editing: programmatically create and modify Word documents while preserving formatting.
- Tracked changes and comments: supports insertion/deletion marking with author metadata, redlining review workflows and inline comments.
- Use Case: Imagine a legal draft requiring multiple reviews with tracked changes and comments; this skill automates that lifecycle from draft to final version.
Quick Start
Load an unpacked Word document with the Document class (docx/scripts/document.py). Create a tracked change, add a comment, then save and validate using the included validators (DOCXSchemaValidator and RedliningValidator).