Handles DOCX files through a mix of strategies: pandoc for reading, docx-js for creating new documents from scratch, and direct XML manipulation (unpack, edit, repack) for modifying existing files. The approach makes sense once you remember DOCX files are just ZIP archives full of XML. It's forked from anthropics/skills with 166 installs and 234 GitHub stars, so there's some community validation. The skill includes guidance on converting legacy .doc files before editing. If you're building anything that needs to generate reports, process Word documents, or let users download formatted files, this gives you the reference patterns without hunting through documentation.
npx skills add https://github.com/flora131/atomic --skill docx