docx

Create, edit, and analyze DOCX documents with tracked changes and comments.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Ahmednoorani258/Hackathon2-phase3 --skill docx-ahmednoorani258
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Ahmednoorani258/Hackathon2-phase3/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/Ahmednoorani258/Hackathon2-phase3 --skill docx-ahmednoorani258

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates complex Word DOCX workflows, enabling programmatic creation, editing, and analysis of professional documents with full support for tracked changes and comments.

Core Features & Use Cases

  • Creation of new Word documents with structured formatting and styles while preserving OOXML integrity.
  • Editing existing documents with partial or redline edits, while maintaining tracked changes and author metadata.
  • Analyzing documents to audit formatting, comments, and change history for compliance and review.

Quick Start

Instantiate the Docx skill to automatically create, edit, and analyze a .docx document with tracked changes.

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 editing with tracked changes?

Automating Word document editing with tracked changes is handled by injecting RSIDs, author metadata, and timestamps into the OOXML structure, preserving formatting integrity and generating audit trails for professional documents like contracts and reports.

Can I add comments to a docx file programmatically while preserving formatting?

Comments can be added programmatically to a docx file while preserving formatting by manipulating the underlying OOXML structure, ensuring document integrity and references are validated throughout the editing workflow.

What's the best way to analyze a Word document for compliance and change history?

Analyzing a Word document for compliance and change history involves auditing formatting, comments, and tracked changes programmatically, allowing you to review author metadata and document structure references for professional reports and proposals.

Does this docx automation approach work with existing contracts and proposals?

This docx automation approach works with existing contracts and proposals by applying partial or redline edits to existing documents while maintaining tracked changes and author metadata, ensuring professional formatting preservation and audit trails.

How are tracked changes and author metadata injected into OOXML documents?

Tracked changes and author metadata are injected into OOXML documents via a Python-based editor that validates document structure and references, ensuring formatting preservation and reliable audit trails for end-to-end document manipulation.