What problem does it solve?
This skill enables automated creation, reading, editing, and analysis of Word documents (.docx) by exposing robust OOXML workflows and library integrations, empowering developers to generate polished Word files without manual formatting.
Core Features & Use Cases
- Programmatic DOCX creation and editing using JavaScript/TypeScript with docx-js patterns and related tooling.
- Unpack/edit/repacks of Word documents by manipulating underlying OOXML XML, enabling complex formatting, styles, tables, images, headers/footers, and tracked changes.
- Support for advanced document constructs: tables with proper widths, image embedding with sizing, numbering/bullets, bookmarks, comments, and TOC integration, plus tracked changes with author metadata.
Quick Start
Create a sample DOCX with the library, then perform a basic edit and save the result.