Create, edit, and analyze .docx files with tracked changes.
Create, edit, and analyze Word documents programmatically — generate reports, proposals, and documentation with formatting, tables, and images.
claude skill install docx-generator
# Create a report from Markdown content
/docx-generator create --from report.md --output report.docx
# Fill a template with data
/docx-generator fill --template proposal-template.docx --data client-data.json
Uses the docx library to construct Word documents with full formatting support. Parses Markdown or structured input into document elements with proper styling. Supports template-based generation where placeholders are replaced with dynamic content from JSON, CSV, or database sources.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.