What problem does it solve?
Creating professional Word documents programmatically often results in layout defects, broken styling, or rendering inconsistencies that only become visible after delivery. This Skill enforces a strict render-and-verify workflow so documents are visually flawless before reaching the user.
Core Features & Use Cases
- Document Creation and Editing: Build new documents or modify existing ones using deterministic helpers and OOXML patching for tracked changes, comments, tables, and content controls.
- Visual QA Pipeline: Render every DOCX to PNG page images using LibreOffice headless, inspect layout at full zoom, and iterate until spacing, typography, tables, and headers are perfect.
- Google Docs Integration: Sanitize and import documents to native Google Docs format with title-border cleanup and style matching.
- Use Case: A product manager needs a formatted decision memo with tracked changes reviewed, comments stripped, and a table of contents. This Skill handles the full lifecycle from creation through accessibility audit to final clean deliverable.
Quick Start
Use the documents skill to create a formatted decision memo from the provided outline, render it to PNGs for visual QA, and deliver the final polished document file.