What problem does it solve?
Word document workflows are often manual and error-prone, requiring repetitive formatting, referencing, and conversion steps. This Skill provides a programmatic path to create, edit, and format .docx files using C# with OpenXML, WIR for revision-aware editing, and a Markdown-to-Word conversion pipeline that post-processes the output for professional standards.
Core Features & Use Cases
- Create new Word documents from templates and content blocks using the OpenXML SDK.
- Edit existing documents with WIR to preserve structure, revisions, comments, and footnotes, while updating content safely.
- Convert Markdown into Word with automated citation handling, footnotes/endnotes, and cross-references, ready for professional delivery.
- Ensure Word documents meet layout rules (TOC, headers/footers, sectioning, and consistent styling) and embed charts, images, and references as needed.
Quick Start
Use the docx skill to generate a Word document from a Markdown source via the built-in conversion pipeline described in the skill.