This handles reading, creating, and editing Word documents by treating them as the ZIP archives of XML they actually are. You get three workflows: pandoc for quick text extraction, docx-js for building new documents from scratch, and a Python OOXML library for surgical edits to existing files. The standout feature is the redlining workflow, which converts docs to markdown for planning changes, then implements them as proper tracked changes in the XML with batching strategies and minimal edit principles. If you're dealing with legal or business documents where change tracking matters, or you need to manipulate Word docs programmatically without opening Word, this gives you the primitives to do it right.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill docx-official