What problem does it solve?
This Skill replaces the manual struggle of creating, editing, and formatting professional Word documents by orchestrating annotated guidance, CLI tooling, and direct C# recipes powered by the OpenXML SDK so that any request implying a printable/formal DOCX output immediately follows the right pipeline.
Core Features & Use Cases
- Pipeline routing: Detects whether to create from scratch, fill or edit existing content, or apply a template, and points to the relevant scenario reference guide for each case.
- Tooling discipline: Covers setup checks, CLI shortcuts, script scaffolds, validation gates, and C# sample reviews to keep OpenXML element order, fonts, numbering, and styles compliant.
- Template-aware operations: Provides rules for style mapping, numbering remapping, header/footer preservation, and multi-section handling so long-form reports, government documents, or theses render correctly.
Quick Start
Run scripts/env_check.sh, then invoke the appropriate CLI pipeline or direct C# path from this skill to create, edit, or format your DOCX in the current session.