docx

Installation
SKILL.md

docx

Work with Microsoft Word .docx files. The format is OOXML — a zip container holding XML parts (word/document.xml, styles.xml, numbering.xml, headers, footers, relationships). Treat structure as primary; rendered text is a view.

Decide the path first

Pick one path up front. The right path depends only on what is on disk before you start.

You have Goal Path
Existing .docx Read text/structure A. Inspect
Existing .docx Modify content while keeping styles B. Edit-in-place
Nothing or a brief Build a new doc C. Create from scratch
Installs
27
GitHub Stars
7.0K
First Seen
Jun 3, 2026
docx — tokenrhythm/opensquilla