docx

Automate DOCX creation, editing, and analysis with tracked changes and comments.

130|35|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/kitchen-engineer42/pdf2skills --skill docx-kitchen-engineer42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/kitchen-engineer42/pdf2skills/tree/main/skills2app/skills_fixed/docx
Command: npx skills add https://github.com/kitchen-engineer42/pdf2skills --skill docx-kitchen-engineer42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, and includes scripts (resource) components.

What problem does it solve?

Word document workflow is error-prone and time-consuming when creating, editing, and reviewing with tracked changes and comments; this skill provides automated tooling to manage Word documents with fidelity to formatting and review history.

Core Features & Use Cases

  • Create new Word documents with templates and formatted content while preserving styles.
  • Edit existing documents with tracked changes and comments to support collaborative reviews.
  • Perform redlining, comments, and finalization steps while keeping formatting intact for legal and professional documents.
  • Use cases include drafting contracts, reports, proposals, and template generation.

Quick Start

Describe the Word document you want to create or edit, and Claude will apply tracked changes and comments.

Frequently Asked Questions about docx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit Word documents with tracked changes and comments?

To edit Word documents with tracked changes and comments, describe the edits you need and the tool manipulates WordprocessingML to apply redlining and comments while preserving formatting. It supports collaborative review workflows for contracts and reports.

Can I automate creating formatted DOCX files from templates?

Yes, you can automate creating formatted DOCX files by describing the document structure and content. The tool generates new Word documents using templates and formatted content while preserving defined styles and professional formatting.

Does this tool require Python to manipulate WordprocessingML in DOCX files?

Yes, manipulating WordprocessingML in DOCX files requires Python tooling, specifically the defusedxml dependency. This enables precise control over RSIDs, comments, and tracked changes within the document structure.

What is the best way to redline contracts while keeping formatting intact?

The best way to redline contracts while keeping formatting intact is using automated DOCX manipulation. It applies tracked changes and comments directly to the WordprocessingML, ensuring formatting fidelity for legal and professional documents.

Can I use this for collaborative review workflows on professional reports?

Yes, this is built for collaborative review workflows on professional reports, proposals, and contracts. It applies tracked changes and comments to DOCX files, enabling teams to review, redline, and finalize documents while preserving formatting.

Are there limitations when preserving styles in existing Word documents?

Limitations may arise if the existing DOCX structure is heavily corrupted or uses unsupported WordprocessingML features. The tool relies on defusedxml for parsing, so malformed XML could prevent successful editing or formatting preservation.