CtrlK
BlogDocsLog inGet started
Tessl Logo

minimax-docx

Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill/edit content in existing documents, (C) apply template formatting with XSD validation gate-check. MUST use this skill whenever the user wants to produce, modify, or format a Word document — including when they say "write a report", "draft a proposal", "make a contract", "fill in this form", "reformat to match this template", or any task whose final output is a .docx file. Even if the user doesn't mention "docx" explicitly, if the task implies a printable/formal document, use this skill.

72

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

81%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable and well-structured, with executable commands, a scaffold, clear pipeline routing, and strong validation/feedback loops backed by real, correctly-pathed reference and sample files. Its only weakness is density and length — several sections could be trimmed to improve token efficiency without losing clarity.

Suggestions

Trim repeated 'read the relevant Samples/*.cs FIRST / ALWAYS read' admonitions to a single, prominent reminder; the redundancy across Quick Start, each scenario, and the References section costs tokens without adding guidance.

Condense the Critical rules section by moving the long Multi-template merge and Multi-section headers/footers bullet lists into the already-referenced scenario_c_apply_template.md, keeping only the one-line rule summaries inline.

The 'References' framing paragraph ('the project's knowledge base ("encyclopedia")') restates motivation that the per-file 'When' column already conveys; shorten it to a one-line instruction to load files as needed.

DimensionReasoningScore

Conciseness

The body is mostly efficient and every section earns its place, but it is long and dense (multi-page), and the repeated admonitions ('read the relevant Samples/*.cs file FIRST', 'ALWAYS read') and verbose Critical-rules blocks could be tightened. It avoids explaining basics Claude knows, keeping it above the score-1 anchor but not as lean as the score-3 'every token earns its place' ideal.

2 / 3

Actionability

Concrete executable commands are copy-paste ready throughout — '$CLI create --type report --output out.docx', '$CLI validate --input out.docx --gate-check assets/xsd/business-rules.xsd', a complete C# scaffold with the exact `#r "nuget: DocumentFormat.OpenXml, 3.2.0"` directive — plus precise parameter lists and element-order tables, matching the score-3 'Fully executable code/commands; copy-paste ready' anchor.

3 / 3

Workflow Clarity

The pipeline routing tree, per-scenario sequences (Preview → analyze → edit → validate), and the Validation pipeline with explicit fix/retry feedback loops ('If XSD fails, auto-repair and retry', 'Do NOT deliver until it passes') provide clear sequencing with validation checkpoints for these destructive/batch document operations, matching the score-3 anchor.

3 / 3

Progressive Disclosure

The SKILL.md is a clear overview with well-signaled, one-level-deep references — scenario guides, a Samples topic-to-file table, and a Markdown-references table, all verified to point at real bundle files — with the explicit instruction to 'Load as needed — don't load all at once', matching the score-3 'Clear overview with well-signaled one-level-deep references' anchor.

3 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, complete, and rich with natural trigger phrasings covering both English and CJK user terms, while clearly staking out a DOCX/Word niche. It answers both 'what' and 'when' explicitly and is unlikely to conflict with adjacent skills.

DimensionReasoningScore

Specificity

Multiple concrete actions are listed: 'produce, modify, or format a Word document', 'Three pipelines: (A) create new documents from scratch, (B) fill/edit content in existing documents, (C) apply template formatting with XSD validation gate-check', matching the score-3 anchor 'Lists multiple specific concrete actions'.

3 / 3

Completeness

Both 'what' (create/edit/format DOCX via OpenXML SDK with three pipelines) and 'when' ('MUST use this skill whenever the user wants to produce, modify, or format a Word document') are explicitly answered with an explicit 'Use when...' clause, matching the score-3 anchor.

3 / 3

Trigger Term Quality

Excellent coverage of natural user phrasings — 'write a report', 'draft a proposal', 'make a contract', 'fill in this form', 'reformat to match this template', plus trigger-list terms (Word, docx, 报告, 合同, 公文, 排版), matching the score-3 anchor for good coverage of terms users would say.

3 / 3

Distinctiveness Conflict Risk

Clear niche (.docx / Word / OpenXML SDK) with distinct, document-specific triggers unlikely to fire for other skills; the explicit conditioning on printable/formal-document output further narrows it, matching the score-3 'Clear niche with distinct triggers' anchor.

3 / 3

Total

12

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

referenced_paths_exist

Referenced path issues: 1 missing, 7 deeper-than-1-level

Warning

Total

13

/

16

Passed

Repository
UnicomAI/wanwu
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.