docx

Create and edit Word documents with tracked changes and comments.

1|Updated Nov 14, 2024
One-click install
npx skills add https://github.com/SangIlMo/.dotfiles --skill docx-sangilmo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/SangIlMo/.dotfiles/tree/main/.config/claude/skills/docx
Command: npx skills add https://github.com/SangIlMo/.dotfiles --skill docx-sangilmo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines creation, editing, and review of Word documents (.docx) while preserving formatting and enabling professional collaboration through tracked changes and comments.

Core Features & Use Cases

  • Document creation and editing with tracked changes and comments support
  • Redlining workflows for legal/compliance reviews with inline revisions
  • Real-world use case: prepare a contract draft, apply revisions, and collect reviewer notes in a single file

Quick Start

Generate a new contract draft in Word (.docx) with tracked changes and a comments thread ready for review.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate Word document creation with tracked changes and comments?

You can automate Word document creation with tracked changes and comments using a Python OOXML workflow that validates XML and applies RSIDs to preserve formatting during redlining. This streamlines drafting contracts, reports, and proposals with auditable revisions and reviewer feedback.

What is the best way to redline contracts and proposals programmatically?

The best way to redline contracts and proposals programmatically is using an OOXML-based approach that applies RSIDs and validates XML to maintain formatting integrity. This enables inline revisions and reviewer comments within a single .docx file for legal compliance workflows.

Does the docx Skill support inline revisions for legal compliance reviews?

Yes, the docx Skill supports inline revisions for legal compliance reviews through tracked changes and comments. It uses a Python OOXML workflow to validate XML and preserve formatting, enabling auditable redlining workflows for contracts and proposals.

Can I use lxml to preserve document formatting during redlining in Word files?

Yes, you can use lxml to preserve document formatting during redlining in Word files. The Skill leverages a Python OOXML workflow with lxml and defusedxml dependencies to validate XML and apply RSIDs, ensuring formatting remains intact when applying tracked changes.

Why does OOXML validation matter when editing Word documents with tracked changes?

OOXML validation matters when editing Word documents with tracked changes because it ensures XML structural integrity and formatting preservation. Applying RSIDs through validated XML prevents corruption during redlining, enabling reliable collaborative review workflows for contracts and reports.

How do I prepare a contract draft with tracked changes and a comments thread ready for review?

You prepare a contract draft with tracked changes and a comments thread by running the Skill's automated OOXML workflow, which generates a new .docx file with inline revisions and reviewer notes. This produces a single auditable file ready for collaborative feedback collection.