docx

Create and edit Word documents with tracked changes using docx-js and OOXML.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/memouritsen-ui/claude-knowledge-library --skill docx-memouritsen-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/memouritsen-ui/claude-knowledge-library/tree/main/platforms/claude-code-cli/skills-hooks/official/skills/docx
Command: npx skills add https://github.com/memouritsen-ui/claude-knowledge-library --skill docx-memouritsen-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated creation, editing, and redlining of Word documents (.docx) while preserving formatting, metadata, and embedded content.

Core Features & Use Cases

  • Document creation: generate .docx files from templates with structured content.
  • Editing & redlining: apply tracked changes and manage insertions/deletions as part of collaborative edits.
  • OOXML guidance: follow Office Open XML patterns to structure headings, tables, lists, and media while maintaining compatibility.
  • Use Case: Production of standardized reports with a tracked-change appendix for review.

Quick Start

Instruct the AI to create a two-page Word document from the template "report-template.docx" with a title and two sections, and a redlined change log.

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 creation while preserving formatting and metadata?

Automating Word document creation while preserving formatting is done using docx-js for generation and OOXML guidance, ensuring structured .docx files maintain valid WordprocessingML formatting and embedded content.

Can I apply tracked changes and redlining to a .docx file programmatically?

Applying tracked changes and redlining to a .docx file programmatically is supported by managing insertions and deletions, enabling collaborative edits and generating redlined documents for professional review.

What is the best way to generate standardized reports with a change log in OOXML?

Generating standardized reports with a change log in OOXML is achieved through template-based generation, structuring headings, tables, and media while appending a tracked-change appendix for collaborative review.

Does this approach require knowledge of WordprocessingML to edit Word documents?

Editing Word documents does not require direct WordprocessingML knowledge; the Skill relies on internal OOXML guidance to ensure valid output, allowing you to instruct the AI to create and edit .docx files directly.

How do I edit an existing .docx template without breaking embedded content?

Editing an existing .docx template without breaking embedded content is handled through formatting-preserving edits using docx-js, following Office Open XML patterns to maintain metadata and compatibility.