
Docx
Produce and revise Word documents with tracked changes and comments for design briefs, copy decks, and stakeholder review.
Overview
docx is an agent skill most often used in Build (also Validate scope, Ship review) that creates and edits Word files with tracked changes, comments, and formatting.
Install
npx skills add https://github.com/nexu-io/open-design --skill docxWhat is this skill?
- Create, edit, and analyze .docx with tracked changes and comments
- Oriented to design briefs, copy docs, and review-ready handoffs
- Catalogued in Open Design with upstream pointer to Anthropic’s official docx skill
- Trigger phrases: docx, word document, tracked changes, design brief doc, copy doc
- Install upstream bundle from anthropics/skills for full scripts and references
- 5 frontmatter trigger phrases listed (docx, word document, tracked changes, design brief doc, copy doc)
Adoption & trust: 659 installs on skills.sh; 61.4k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need stakeholder-ready Word docs with redlines and comments but only have markdown notes or ad-hoc exports.
Who is it for?
Solo builders handing off design briefs, copy decks, or legal/marketing review in native Word format.
Skip if: Teams that standardize on Google Docs only, plain markdown RFCs with no .docx requirement, or fully automated PDF-only publishing.
When should I use this skill?
User mentions docx, Word documents, tracked changes, design brief doc, or copy doc during planning or documentation work.
What do I get? / Deliverables
You invoke the docx skill so the agent produces or revises .docx briefs and copy docs using the upstream Anthropic workflow after you install the bundle.
- Review-ready .docx files
- Tracked-change revisions
- Comment-annotated briefs or copy documents
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Primary shelf is Build/docs because deliverables are Word artifacts agents create while specifying and documenting the product. Tracked-change docx output is documentation and review collateral, not distribution SEO or production monitoring.
Where it fits
Draft a scope docx with tracked changes for a client sign-off before coding starts.
Maintain a living copy doc synced with UI strings and marketing claims.
Export a comment-heavy Word packet for final stakeholder review before release.
How it compares
Skill package for Word authoring—not a cloud document MCP or a slide-deck generator.
Common Questions / FAQ
Who is docx for?
Indie builders and designers who want agents to draft and revise Microsoft Word files with tracked changes for briefs and copy review.
When should I use docx?
In Validate when scoping in Word; in Build for copy and spec docs; in Ship when packaging review-ready documents with comments and formatting.
Is docx safe to install?
Use the Security Audits panel on this Prism page; install the upstream anthropics/skills docx bundle from a trusted path and review scripts before granting filesystem access.
SKILL.md
READMESKILL.md - Docx
# docx > Curated from Anthropic's official skills repository. ## What it does Create, edit, and analyze Word documents with tracked changes, comments, and formatting. Useful for design briefs, copy docs, and review-ready deliverables. ## Source - Upstream: https://github.com/anthropics/skills/tree/main/docx - Category: `documents` ## How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory: ```bash # Inspect the upstream README for exact paths open https://github.com/anthropics/skills/tree/main/docx ``` Then ask the agent to invoke this skill by name (`docx`) or with one of the trigger phrases listed in this skill's frontmatter.