If you need to generate Word documents programmatically, this wraps the OpenXML SDK with three clear pipelines: create from scratch, edit existing content, or apply template formatting. The C# path is the real strength here for anything structural (tables, multi-section layouts, TOC). CLI shortcuts exist for simple text replacement and placeholder filling. What's notable is the mandatory XSD validation gate-check for template operations, which catches ordering violations before Word chokes on the file. Includes tested samples for common patterns and specific typography guides for CJK documents. The diff tooling helps verify you only changed what you meant to change. Opinionated about element ordering because OpenXML will silently corrupt otherwise.
npx skills add https://github.com/minimax-ai/skills --skill minimax-docx