DOCX creation, editing, and analysis

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when ex

Overview

The DOCX creation, editing, and analysis skill, hosted in the anthropics/skills repository, provides Claude agents with the ability to programmatically handle Microsoft Word files. According to the source documentation at github.com/anthropics/skills, this tool allows for the generation of professional documents featuring complex formatting such as tables of contents, hierarchical headings, page numbering, and custom letterheads. Beyond simple creation, the skill enables deep analysis and manipulation of existing .docx files, making it essential for data-driven document workflows. Built using Python, it integrates seamlessly with Claude to automate the production of business reports, legal drafts, and structured data summaries. With over 150,000 stars on its parent repository, this skill represents a robust solution for document automation and sophisticated text processing tasks.

Use Cases

Generating professional business reports with automated tables of contents and page numbering.
Analyzing and extracting structured data from existing Word documents for content auditing.
Programmatically editing legal contracts or letterheads to ensure consistent corporate branding.

Install Notes

# Review source first
open https://github.com/anthropics/skills/blob/main/skills/docx/SKILL.md

Copy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.

Security Notes

Users should ensure that any .docx files processed do not contain sensitive or unencrypted personal data, as the skill operates within the agent's execution environment. Review the source repository at anthropics/skills for specific data handling policies and dependency security regarding the Python-based document processing libraries used.

Related Skills

Doc Co-Authoring Workflow

anthropics/skills

Documents

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers.

Claude CodeClaude
designtesting
150,001 starsSource linked

PDF Processing Guide

anthropics/skills

Documents

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and

CodexClaude
pythondata
150,001 starsSource linked

Code Documenter

TerminalSkills/skills

Documents

Analyzes source code to generate accurate, contextaware documentation at multiple levels: inline comments for complex logic, function/class docstrings, modulelevel overviews, architecture documents, and onboarding guides. Understands control flow, data transformations, side effects, and crossmodule dependencies.

CodexClaude Code
documentsdocumentation
72 starsApache-2.0

Documentation and ADRs

TerminalSkills/skills

Documents

Document decisions, not just code. The most valuable documentation captures the why — the context, constraints, and tradeoffs that led to a decision. Code shows what was built; documentation explains why it was built this way and what alternatives were considered.

CodexClaude Code
documentsdocumentation
72 starsApache-2.0