docx

Automate DOCX creation, editing, and tracked-change workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enables end-to-end automation for Word DOCX documents, covering creation, editing with tracked changes, and review workflows while preserving formatting and structure.

Core Features & Use Cases

  • DOCX creation with proper styling, headings, lists, and tables.
  • Editing existing documents with tracked changes, comments, and redlining workflows.
  • Collaborative review and formatting preservation across multiple authors and iterations.
  • Content validation and safe packaging of final Word documents for distribution.

Quick Start

Provide a DOCX task and Claude will generate, edit, or redline the document accordingly.

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

Automating Word document generation with tracked changes requires OOXML tooling to manage RSID, author metadata, and tracking-enabled workflows to reliably insert, redline, and export DOCX files while preserving formatting.

Can I edit existing DOCX files and apply redlining using OOXML?

Editing existing DOCX files and applying redlining uses OOXML manipulation to insert tracked changes, comments, and author metadata, enabling collaborative review and formatting preservation across multiple authors and iterations.

What is the best way to create Word documents with proper styling and tables programmatically?

Creating Word documents with proper styling, headings, lists, and tables programmatically involves applying OOXML structures to generate, validate content, and safely package final DOCX files for distribution.

Do I need lxml and defusedxml to process OOXML for document automation?

Processing OOXML for document automation typically requires lxml for XML parsing and defusedxml for safe XML handling, ensuring secure manipulation of DOCX structures during creation, editing, and tracked-change workflows.

Why does my DOCX tracked changes workflow lose formatting across multiple authors?

DOCX tracked changes workflows lose formatting across multiple authors when OOXML metadata like RSID and author tracking are not properly maintained, disrupting collaborative review and formatting preservation.

Does docx support collaborative review and content validation for Word documents?

Docx supports collaborative review and content validation for Word documents by applying tracked changes, comments, and redlining workflows, then safely packaging final DOCX files for distribution.