What problem does it solve? Producing professional Word documents programmatically is error-prone: OpenXML has strict element ordering rules, direct formatting contaminates template styles, and CJK typography follows different conventions. This Skill provides tested pipelines and verified code patterns to create, edit, and reformat .docx files without corrupting them. ## 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# path: 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. - Design knowledge base: 13 aesthetic recipes from authoritative sources (IEEE, ACM, APA, MLA, Chicago, Springer LNCS, Nature, GB/T 9704 Chinese government standard) plus CJK typography and Chinese university thesis template guides. - Use Case: A user asks to reformat their thesis draft to match their university's template. The Skill routes to Pipeline C, copies the template as the base preserving all sections and headers, replaces the example content, then runs XSD validation and a business-rules gate-check before delivery. ## Quick Start Ask the assistant to create a formatted Word report or apply your template to an existing document, and it will run the setup script, pick the right pipeline, and validate the output before delivering the .docx file.