This one generates and edits Word documents through direct XML manipulation rather than typical libraries like python-docx. It uses C# for creating new docs and Python for editing existing ones, which is an unusual split but apparently intentional for quality. The source material is thorough about formatting preservation, includes templates for covers and charts, and has strong opinions about professional touches like headers, footers, and table of contents. If you need to programmatically create polished Word documents with actual visual design rather than just dumping content into default styles, this handles that. The mandatory validation pipeline and pandoc verification suggest the author has been burned by invisible corruption before.
npx skills add https://github.com/thvroyal/kimi-skills --skill kimi-docx