What problem does it solve?
This Skill streamlines complex document workflows by enabling programmatic creation, editing, and analysis of Microsoft Word (.docx) files, including sophisticated handling of tracked changes and comments.
Core Features & Use Cases
- Document Creation: Generate new .docx files from scratch using JavaScript/TypeScript with the
docx-js library.
- Content Editing: Modify existing documents, including basic OOXML editing and advanced redlining.
- Tracked Changes: Implement detailed tracked changes for document review and collaboration, preserving original formatting and author information.
- Comment Management: Add, reply to, and manage comments within documents.
- Text Extraction: Convert .docx files to Markdown, preserving tracked changes, using
pandoc.
- Use Case: A legal team needs to review a contract. This Skill can automatically apply specific edits as tracked changes, add legal comments, and then convert the reviewed document into a clean, final version.
Quick Start
Use the docx skill to convert the document 'contract_v1.docx' into markdown format.