What problem does it solve? Producing a genuine Word document deliverable — with styled headings, tables, embedded screenshots, and captions — normally requires Word or LibreOffice and manual formatting. This Skill builds real OpenXML .docx files programmatically and headlessly, so formatted manuals and guideline documents can be generated and verified entirely from code. ## Core Features & Use Cases - Programmatic .docx generation: Build title pages, styled headings, bullet lists, and branded colors using python-docx with no Office installation required. - Tables, images, and callouts: Add tables with bold header rows, embed screenshots with italic captions, and approximate note/callout boxes with bold colored label prefixes. - Output verification: Re-open the generated file to confirm heading structure and paragraph/table counts before handing it over, catching silent corruption. - Use Case: Pair with a screen-capture workflow to produce a user manual: capture UI screenshots, then generate a branded .docx with a title page, section headings, captioned images, and note callouts saved into the project's docs/ folder. ## Quick Start Generate a Word document named setup-guide.docx with a title page, three headed sections, a comparison table, and embedded screenshots with captions.