docx-generator
Installation
SKILL.md
Word Document Generator
Generate professional DOCX files using python-docx.
Rules (Mandatory)
- Document structure — title page, table of contents placeholder, numbered headings, page breaks between major sections
- No raw text dumps — use proper heading levels (Heading 1-4), styled paragraphs, and lists
- Tables for structured data — never present tabular data as plain text
- Consistent styling — fonts, colors, spacing uniform. Use document styles, not inline formatting
- Headers/footers — include document title in header, page numbers in footer
- File output — save to concrete path, verify file exists