docx

Create and edit Word documents with formatting, styles, and tracked changes.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/NeuronioAzul/shipit --skill docx-neuronioazul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/NeuronioAzul/shipit/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/NeuronioAzul/shipit --skill docx-neuronioazul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, reading, and editing Word (.docx) documents, simplifying professional document workflows.

Core Features & Use Cases

  • Document Generation: Create fully formatted Word documents with headings, tables, images, and custom styles.
  • Content Editing: Read existing documents, perform find-and-replace, insert images, and manage tracked changes and comments.
  • Use Case: For example, drafting a corporate report with automated table of contents, headings, and integrated comments for review.

Quick Start

Use the docx skill to generate a formatted report with a title and table of contents.

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 with formatting and tables?

Automating Word document creation is done by using Python libraries like `docx` to assemble professional reports and proposals with advanced formatting, custom styles, headings, and tables. This process generates fully formatted .docx files programmatically without manual formatting.

Can I add tracked changes and comments to an existing Word document programmatically?

Yes, you can add tracked changes and comments to an existing Word document. The Skill reads existing .docx files and performs content editing operations including find-and-replace, inserting images, and managing redlining and comments for automated document review workflows.

What is the best way to generate a corporate report with an automated table of contents?

The best way to generate a corporate report with an automated table of contents is by using Python document assembly and XML manipulation. This approach allows you to produce professional reports by programmatically structuring custom styles, headings, and integrated comments for review.

Does the docx Python library support inserting images and custom styles into Word documents?

Yes, the `docx` Python library supports inserting images and applying custom styles into Word documents. It utilizes document assembly and XML manipulation to manage advanced formatting, allowing the creation of fully formatted documents with headings, tables, and images.

How do I perform find-and-replace and manage redlining in a .docx file?

To perform find-and-replace and manage redlining in a .docx file, the Skill reads the existing document structure and applies content editing operations. It directly manipulates the document XML to insert tracked changes, add comments, and execute find-and-replace actions for professional review.