What problem does it solve?
This Skill removes the hard, error-prone work of creating, editing, or polishing Microsoft Word documents by giving you reliable, structured procedures for generating and manipulating DOCX files (including tables, page layout, images, hyperlinks, and tracked changes).
Core Features & Use Cases
- Create DOCX from scratch: Generate new .docx files using docx-js and validate the output for correctness.
- Edit existing DOCX files safely: Unpack DOCX to XML, apply precise XML changes, then repack with repair/validation support.
- Work with advanced Word features: Handle page size/orientation, headers/footers, tables (with correct widths), images, hyperlinks/bookmarks, footnotes, tab stops, table of contents, comments, and tracked changes.
- Produce clean revision outputs: Accept tracked changes using LibreOffice automation to create a final, cleaned document.
- Validate Office XML: Run schema validation and tracked-change consistency checks to catch corrupt/invalid structure early.
Quick Start
Use the docx skill to generate a polished Word memo from the attached outline and return a downloadable .docx file.