This handles creating, reading, and editing Word documents through Claude. It's built around the docx-js library for generation and pandoc for reading, with solid coverage of the annoying parts: tracked changes, proper table formatting with dual width specs, page size defaults (watch out, docx-js defaults to A4 not Letter), and list numbering that actually works instead of unicode bullet hacks. The documentation is thorough on validation workflows and includes a Python helper for accepting all tracked changes via LibreOffice. Use this when you need programmatic Word document manipulation, not just text file generation. The XML unpacking approach for edits is old school but reliable.
npx skills add https://github.com/davila7/claude-code-templates --skill docx