AI agent skill
Word Document Skill
Create and edit Microsoft Word (.docx) files with headings, tables, and tracked-change-friendly structure from an agent workflow.
·
When to use this skill
Use the Word skill when someone has to open the file in Microsoft Word or Google Docs conversion — proposals, letters, policies, and anything that still lives as .docx in a company workflow.
When not to use it
Use PDF when the artifact should not be casually edited. Use markdown in-repo for engineering docs that belong in git.
How to install
- Personal install: create ~/.claude/skills/docx/SKILL.md (and any bundled scripts) so Claude Code, Claude Desktop, and compatible agents can load it in every project.
- Project install: commit the same folder at .claude/skills/docx/ so teammates get the skill with the repo.
- Restart the agent session after copying files so it re-scans the skills directory, then ask for the task in words that match the skill description.
What this skill does
The DOCX skill produces real Office Open XML, not a paste of text. That matters for headings, lists, and tables that survive a round-trip through Word.
Intended uses
- Draft a client proposal as .docx
- Rewrite an internal policy without losing heading structure
- Turn meeting notes into a letter template
Related skills
Related skills in this directory, for comparison before you install another skill.
productivity
PDF Skill
Read, fill, extract, and generate PDF documents from an agent session — forms, reports, and print-ready files rather than markdown-only output.
creativity
PowerPoint Skill
Generate and edit PowerPoint (.pptx) decks with real slides, not markdown pretending to be a presentation.
analysis
Excel Spreadsheet Skill
Build and analyze Excel (.xlsx) workbooks — formulas, multiple sheets, and tabular exports — from an agent instead of CSV paste.
writing
Academic Text Refinement Assistant
A reusable prompt for asking an AI assistant to work as Academic Text Refinement Assistant.