What problem does it solve?
This Skill automates Word document creation, reading, editing, and validation, enabling you to generate polished .docx files and modify existing ones without manual XML handling.
Core Features & Use Cases
- Create new documents from structured inputs (title, sections, and tables) using a programmatic approach and DOCX generation libraries.
- Edit existing documents by unpacking the Word file, editing word/document.xml and related content, and repacking to produce a valid .docx with correct relationships and content types.
- Validate and repair DOCX structure (content types, relationships, whitespace preservation, and tracked changes) to ensure compatibility with downstream tools like LibreOffice for conversions.
Quick Start
Create a new DOCX document with a title and several sections, then save it as output.docx.