What problem does it solve? Editing DOCX files blindly often produces broken tables, clipped text, and inconsistent formatting that only appears after delivery. This Skill adds a render-and-inspect loop so every document change is visually verified before it reaches the user. ## Core Features & Use Cases - Structured DOCX Editing: Create and modify headings, styles, tables, and lists programmatically with python-docx. - Visual Layout Validation: Convert DOCX to PDF and PNG pages via LibreOffice and Poppler, or the bundled render_docx.py script, to inspect layout at full fidelity. - Quality Enforcement: Catch formatting defects like overlapping text, broken tables, and Unicode dash issues before final delivery. - Use Case: When asked to produce a client-ready report in Word format, draft it with python-docx, render every page to images, fix spacing or pagination issues, and deliver a polished document. ## Quick Start Use the doc skill to create a formatted DOCX report and render each page to images so you can verify the layout before delivery.