What problem does it solve? Producing professional Word documents programmatically is error-prone: OpenXML has strict element ordering rules, CJK typography requirements, and template structures that easily corrupt files when handled incorrectly. This Skill provides tested pipelines and verified code patterns to generate, edit, and reformat .docx files without corruption. ## Core Features & Use Cases - Three document pipelines: create new documents from scratch, fill or edit content in existing .docx files, and apply template formatting with a mandatory XSD gate-check validation. - CLI plus direct C# scripting: use the MiniMaxAIDocx.Cli for simple tasks (text replacement, placeholder filling, table filling) or write C# against DocumentFormat.OpenXml for structural work like multi-section layouts, TOC, headers/footers, and images. - CJK and standards support: built-in guidance for Chinese typography, GB/T 9704 government document format, Chinese university thesis templates, and 13 aesthetic recipes from IEEE, ACM, APA, Springer LNCS, Nature, and HBR style guides. - Use Case: A user asks to draft a formal report, fill in a contract template, or reformat a thesis to match a university template — the Skill routes to the right pipeline, executes edits, and validates the output before delivery. ## Quick Start Ask the assistant to create a Word report on your chosen topic, or provide an existing .docx file and request edits or template formatting.