docx

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

6|Updated Nov 27, 2025
One-click install
npx skills add https://github.com/Holo00/IdeaForge --skill docx-holo00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Holo00/IdeaForge/tree/main/.claude/skills/document-skills/docx
Command: npx skills add https://github.com/Holo00/IdeaForge --skill docx-holo00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the creation, editing, and analysis of Microsoft Word documents, including complex tasks like legal redlining and collaborative feedback, saving time on manual revisions.

Core Features & Use Cases

  • Document Creation: Generate new .docx files programmatically from templates or scratch.
  • Content Editing: Modify text, paragraphs, and apply formatting to existing documents with precision.
  • Redlining Workflow: Implement tracked changes for collaborative document review, ensuring all revisions are visible and manageable.
  • Use Case: "Automatically generate a legal contract from a template, inserting client-specific details and marking all changes as tracked revisions for legal team review, reducing manual proofreading."

Quick Start

Use the docx skill to replace all occurrences of 'Acme Corp' with 'Globex Inc' in the attached 'contract_template.docx' document, preserving all original formatting.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate creating and editing Word documents programmatically?

Automate DOCX creation and editing by using programmatic libraries and tools like pandoc and the docx JavaScript/TypeScript library to generate new files from templates, modify existing content, apply formatting, and preserve document structure without manual intervention.

Can I track changes and implement redlining workflows in DOCX documents?

Yes, implement tracked changes and redlining by applying revision tracking to DOCX files, marking all modifications as visible tracked revisions that collaborative teams can review, accept, or reject while maintaining the original document content.

How do I extract and convert text from DOCX files?

Extract text from DOCX documents using pandoc for text conversion or direct XML access via unzip to parse document structure, then convert extracted content to PDF, images, or other formats while retaining formatting and metadata.

What's the best way to handle batch document processing with templates?

Replace or insert dynamic content into DOCX templates programmatically by accessing the underlying XML structure, inserting client-specific details, applying formatting rules, and generating multiple customized documents from a single template.

Does DOCX automation preserve original formatting when editing documents?

Yes, DOCX editing preserves original formatting, styles, and document structure by working with the file's XML schema and maintaining layout properties when modifying text, paragraphs, and applying revisions programmatically.