This handles everything Word document related: creating new .docx files from scratch with proper formatting, reading and extracting content from existing ones, and editing documents by unpacking their underlying XML. It's built around the docx-js library for creation and includes practical recipes for tables of contents, headers, footers, and tracked changes. The guidance is thorough on the gotchas that actually matter, like docx-js defaulting to A4 instead of US Letter, needing dual width declarations on tables to avoid rendering issues, and never using unicode bullets directly. If you're generating reports, contracts, or any formatted document programmatically instead of manually clicking around in Word, this covers the mechanics.
npx skills add https://github.com/k-dense-ai/scientific-agent-skills --skill docx