This handles the full lifecycle of Word documents: creating new ones with docx-js, editing existing ones through direct OOXML manipulation, and extracting content with pandoc. The standout feature is the redlining workflow, which lets you make tracked changes in someone else's document without breaking formatting or metadata. It emphasizes minimal edits (only mark what actually changed, not entire sentences) and includes tooling to unpack docx files into their underlying XML, modify specific nodes with a Python library, and repack them. If you're building document workflows that need to preserve tracked changes or comments, or you're tired of losing formatting when programmatically editing Word files, this gives you the primitives to do it right.
npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill docx