word-document-processor

Installation
Summary

Create, edit, analyze, and redline Word documents with full format and tracked-change support.

  • Three distinct workflows: text extraction via pandoc, document creation using docx-js, and editing via the Python Document library with OOXML manipulation
  • Redlining workflow for tracked changes with batching strategy, minimal-edit principles, and comprehensive verification to ensure professional document review
  • Raw XML access for comments, complex formatting, embedded media, and metadata through unpacking and direct DOM manipulation
  • Document-to-image conversion pipeline (DOCX → PDF → JPEG) for visual analysis at configurable resolution
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

  • Someone else's document

Related skills

More from qodex-ai/ai-agent-skills

Installs
2.5K
GitHub Stars
13
First Seen
Jan 22, 2026