docx

Installation
Summary

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

  • Three distinct workflows: text extraction via pandoc, document creation using docx-js, and editing existing files via the Python Document library with OOXML manipulation
  • Redlining workflow for comprehensive tracked changes with batching strategy, minimal precise edits, and systematic change implementation across document sections
  • Raw XML access for comments, complex formatting, embedded media, and metadata through unpacking and direct DOM manipulation
  • Built-in document-to-image conversion pipeline (DOCX → PDF → JPEG) for visual analysis and review
SKILL.md

DOCX creation, editing, and analysis

Overview

A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.

Workflow Decision Tree

Reading/Analyzing Content

Use "Text extraction" or "Raw XML access" sections below

Creating New Document

Use "Creating a new Word document" workflow

Editing Existing Document

  • Your own document + simple changes Use "Basic OOXML editing" workflow
Related skills
Installs
845
GitHub Stars
89
First Seen
Feb 7, 2026