What problem does it solve?
Working with .docx files programmatically is challenging because they are complex ZIP archives containing XML, styles, and media. This Skill eliminates the need to manually parse OOXML or wrestle with inconsistent formatting, providing reliable tools for creating, editing, and analyzing professional Word documents with full support for tracked changes and comments.
Core Features & Use Cases
- Document Creation: Generate new .docx files from scratch with professional formatting, styles, tables, and images using the docx-js library.
- Tracked Changes & Redlining: Implement comprehensive review workflows with tracked insertions and deletions, preserving authorship and enabling batch amendments for legal, academic, and business documents.
- Content Analysis & Extraction: Extract text, comments, and structure from existing documents using pandoc or raw XML access for deep inspection.
- Use Case: A legal team needs to review a 50-page contract, marking up amendments with tracked changes and comments. This Skill enables systematic batch editing while preserving document integrity and formatting.
Quick Start
Use the docx skill to create a new professional Word document with formatted headings, bullet lists, and a table from the content in report-data.md.