This is a comprehensive workflow for creating, reading, and editing Word documents through their underlying OOXML structure. It shines when you need to implement tracked changes professionally, the kind you'd see in legal or business document reviews. The redlining workflow is well thought out: convert to markdown with pandoc to plan your edits, batch changes strategically, then use the Document library to inject precise tracked change XML that only marks what actually changed. It includes docx-js for creating new documents from scratch and detailed patterns for unpacking the ZIP structure to access comments, formatting, and metadata directly. The batching strategy and minimal edit principle show real world experience with document review workflows.
npx skills add https://github.com/rysweet/amplihack --skill docx