What problem does it solve? Creating polished Word documents programmatically is error-prone — wrong units, broken tables, missing page numbers, and corrupt files are common. This Skill provides a complete workflow for generating, editing, and validating .docx files with consistent professional design. ## Core Features & Use Cases - Document Generation: Build Word documents from scratch with the docx-js npm package, including cover pages, styled headings, tables with shaded headers, images, charts, headers/footers, and tables of contents. - Editing Existing DOCX: Unpack DOCX files into XML, modify content, add tracked changes and comments, then repack with schema validation. - Multi-Stage QA: Verify output with page thumbnail visual inspection, OOXML XSD schema validation, and placeholder-text checks. - Use Case: Ask for a quarterly business report and receive a .docx with a branded cover page, styled data tables, embedded charts, page numbers, and a table of contents — validated against Word's XML schemas. ## Quick Start Create a Word document report summarizing our Q3 sales data with a cover page, styled tables, and page numbers.