DOCX — Word Documents
Create and edit real Word documents — headings, tables, tracked changes.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jun 24, 2026
- Environment
- Claude Code 2.x
- Upstream re-checked
- Aug 10, 2026 · fb954a4
Produced a 14-page report with a table of contents, numbered headings, styled tables and a letterhead. Tracked-changes editing on an existing contract worked without corrupting the file.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What DOCX — Word Documents does
The reference skill for .docx work. Claude writes actual Word files with proper styles, tables of contents, page numbers and letterheads, and can edit existing documents including tracked changes and comments. If you produce reports, memos or contracts, this is the first skill to install.
DOCX — Word Documents before / after — same task, with and without
Without the skill
Claude pastes a wall of markdown into chat; you spend 40 minutes reformatting it in Word, rebuilding the table of contents by hand.
With DOCX — Word Documents
A real .docx lands in your folder: styles, numbered headings, TOC, letterhead — opens clean in Word, tracked changes intact.
How to install DOCX — Word Documents
git clone https://github.com/anthropics/skills
cd skills
mkdir -p ~/.claude/skills
cp -r skills/docx ~/.claude/skills/docx
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger DOCX — Word Documents
-
/docxCreate and edit real Word documents — headings, tables, tracked changes.
It also activates on plain-language prompts like these:
-
Write this report as a Word doc with a table of contents -
Add tracked changes and comments to this contract docx -
Build a letterhead memo in Word with numbered headings
Appears in
Frequently asked questions
- Is the DOCX — Word Documents skill free?
- Yes. The skill itself is free from anthropics/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does DOCX — Word Documents work with Claude Code?
- We tested it with Claude Code 2.x on Jun 24, 2026. Verdict: Tested · Works. Produced a 14-page report with a table of contents, numbered headings, styled tables and a letterhead. Tracked-changes editing on an existing contract worked without corrupting the file.
- What is the DOCX — Word Documents SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install DOCX — Word Documents?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use DOCX — Word Documents with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.