docx

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

232|38|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/rohunj/claude-build-workflow --skill docx-rohunj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/rohunj/claude-build-workflow/tree/main/skills/docx
Command: npx skills add https://github.com/rohunj/claude-build-workflow --skill docx-rohunj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the end-to-end handling of Word documents (.docx) by enabling creation, editing, and analysis while preserving formatting, tracking changes, and facilitating comments and text extraction.

Core Features & Use Cases

  • Reading/Analyzing Content: use text extraction or raw XML access to inspect and extract content from Word documents.
  • Creating a new Word document: leverage docx-js to construct documents programmatically with formatting and styles.
  • Editing an existing Word document: employ a dedicated Document library workflow to apply changes, with support for redlining and comments.
  • Redlining workflow for document reviews: plan and apply tracked changes in a controlled, batch-oriented manner for professional reviews.
  • Packaging workflows: unpack and repack Word documents to access or modify underlying OOXML when needed.

Quick Start

Tell Claude to create or edit a Word document using the described workflows and OOXML tooling.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I edit an existing Word document with tracked changes and comments?

To edit a Word document with tracked changes, the Skill uses a dedicated Document library workflow to apply redlining and comments in a controlled, batch-oriented manner for professional reviews.

How do I programmatically create a Word document with specific formatting and styles?

To create a Word document programmatically, the Skill leverages docx-js to construct .docx files with custom formatting and styles, followed by end-to-end packaging for output.

How can I extract text and inspect raw XML from a .docx file?

To extract text and inspect raw XML from a .docx file, the Skill provides text extraction and raw OOXML access by unpacking the document package to expose underlying structures.

Can I modify the underlying OOXML of a Word document directly?

Yes, you can modify underlying OOXML directly by using the Skill's packaging workflows to unpack the Word document, apply raw XML edits, and repack it into a valid .docx format.

What is the best way to automate document review redlining for Word docs?

The best way to automate document review redlining is using the Skill's batch-oriented workflow, which plans and applies tracked changes to Word documents in a controlled manner.

Does this Word document editing approach work without external dependencies?

Yes, this approach works without external dependencies, utilizing internal docx-js and OOXML methods to handle creation, editing, and analysis of .docx files entirely within the environment.