What problem does it solve?
This Skill makes it practical to create, edit, and debug Word documents (.docx) by working directly with their underlying OOXML structure, while reducing the chance of producing a “corrupt” file.
Core Features & Use Cases
- Create .docx documents using the JavaScript
docx library, with guidance for page size, styles, tables, images, hyperlinks, footnotes, TOC, and layout details.
- Edit existing .docx documents safely by unpacking to XML, applying targeted XML changes (including tracked changes and comments), then repacking with validation/auto-repair.
- Convert and verify outputs via LibreOffice-powered conversion (e.g., .docx → PDF/images) and schema/relationship/ID validation helpers to catch structural issues early.
Quick Start
Use the docx skill to unpack an input .docx into editable XML, make the minimal required XML edits, then repack it back into a valid .docx file.