What problem does it solve?
Many document workflows require creating, inspecting, and precisely editing Word (.docx) files while preserving formatting, tracked changes, comments, images, tables, and schema validity. This Skill removes the manual, error-prone steps of unpacking DOCX XML, editing content, handling tracked changes and comments, and repacking or validating the file so the output is stable and professional.
Core Features & Use Cases
- Read & Analyze: Unpack .docx archives to inspect raw XML, extract text (including tracked-changes-aware extraction), and access media files.
- Create & Generate: Guidance and sample patterns for producing new .docx files (docx-js usage and page-size/style rules) that render consistently across Word, LibreOffice, and Google Docs.
- Edit & Redline: Edit document XML safely, add or accept tracked changes, insert comments, manage runs, and preserve formatting and smart quotes.
- Convert & Validate: Helpers to convert legacy .doc to .docx, accept tracked changes via LibreOffice macros, pack/unpack workflows, and run XSD/schema validation with auto-repair for common issues.
- Use Case: Turn a markdown or draft into a US Letter report with proper headings, TOC, images, numbered pages, and correct table widths; or programmatically merge editorial tracked changes while keeping DOCX schema valid.
Quick Start
Use the docx skill to convert my draft into a polished US Letter .docx with a title page, headings, table of contents, two images, and page numbers.