docx

Installation
SKILL.md

DOCX Skill (Local-First)

This skill handles .docx work with a tested local workflow. Use it when the user needs to create, edit, validate, or inspect Word documents.

1) Route By Intent

Choose one primary path first:

  1. Create new document Use C# OpenXML templates through ./scripts/docx.

  2. Edit existing document Use Python + lxml editing APIs from docx_lib.editing to preserve structure and formatting.

  3. Validate existing document Run the script validator flow (./scripts/docx validate <file.docx>).

Do not mix creation and editing approaches in the same step unless the user explicitly asks.

Related skills
Installs
2
GitHub Stars
3
First Seen
Mar 26, 2026