What problem does it solve?
This Skill removes the trial-and-error of creating, filling, and template-applying editable Word/DOCX files by providing OpenXML-aware workflows, validation gates, and corruption-prevention rules.
Core Features & Use Cases
- Create DOCX documents from structured inputs, using CLI for simple layouts or C# + OpenXML SDK for complex structures (styles, TOC, images, multi-section).
- Edit and fill existing DOCX with placeholder replacement, targeted text/table updates, and run-safe strategies that preserve formatting.
- Apply DOCX templates with two safe routing modes (style-overlay vs base-replace) to retain headers/footers/section structure when needed.
- Validate before delivery using mandatory XSD and a business rules gate-check, plus diff and preview evidence to prevent accidental content loss/corruption.
Quick Start
Use this skill when your task explicitly requires an editable Word/DOCX output (such as updating a Word template while keeping it editable).