docx-generator

Installation
SKILL.md

Word Document Generator

Generate professional DOCX files using python-docx.

Rules (Mandatory)

  1. Document structure — title page, table of contents placeholder, numbered headings, page breaks between major sections
  2. No raw text dumps — use proper heading levels (Heading 1-4), styled paragraphs, and lists
  3. Tables for structured data — never present tabular data as plain text
  4. Consistent styling — fonts, colors, spacing uniform. Use document styles, not inline formatting
  5. Headers/footers — include document title in header, page numbers in footer
  6. File output — save to concrete path, verify file exists

Document Sections Pattern

Installs
2
GitHub Stars
6
First Seen
Apr 18, 2026
docx-generator — kmshihab7878/claude-code-setup