docx-creator

Installation
SKILL.md

DOCX Creator

Thin incremental layer over minimax-skills:minimax-docx. Not a document engine.

Read this first. The OpenXML SDK capability lives in minimax-docx. This skill contains zero engine code. What it contains is the part that took a full debugging session to learn: where that engine's CLI stops being usable, how to drive its SDK correctly for Chinese formal documents, and how to verify the output so you don't ship a file that looks fine to you and broken in Word.

Division of labor

Layer Owner What lives there
OpenXML SDK (DocumentFormat.OpenXml), WordprocessingDocument API, XSD validator, style templates, OpenXML encyclopedia minimax-skills:minimax-docx Engine + reference docs. Never duplicated here.
Where the CLI's expressiveness ceiling is, and when to abandon it for C# this skill ISSUE-001, ISSUE-002
A verified markdown-to-docx generator for Chinese formal documents this skill scripts/Program.cs
Chinese formal-document typography rules that OpenXML lets you get wrong this skill Hard rules below + ISSUE-004…007
Real end-to-end visual verification chain this skill references/verification_protocol.md
Installs
41
GitHub Stars
1.3K
First Seen
10 days ago
docx-creator — daymade/claude-code-skills