What problem does it solve?
Word document workflows often require manual, repetitive editing and formatting. This Skill automates DOCX creation, reading, editing, and analysis to save time and reduce errors.
Core Features & Use Cases
- Create new documents programmatically using docx-js for consistent formatting.
- Read and analyze content by unpacking DOCX and parsing underlying XML.
- Edit existing documents by manipulating the document.xml and related parts, then repack into a new DOCX.
- Validate and repair common issues (e.g., whitespace preservation, tracked changes) using bundled Python scripts and tooling.
- Use cases include generating reports, templates, or letters with structured formatting and tracked-change handling.
Quick Start
Unpack a sample DOCX, edit its word/document.xml using the included scripts, then repack to produce a revised .docx.