| name | docx-official |
| description | A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have diff |
| category | Document Processing |
| source | antigravity |
| tags | ["python","javascript","typescript","node","pdf","docx","markdown","api","ai","workflow"] |
| url | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/docx-official |
DOCX creation, editing, and analysis
Overview
A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
Workflow Decision Tree
Reading/Analyzing Content
Use "Text extraction" or "Raw XML access" sections below
Creating New Document
Use "Creating a new Word document" workflow
Editing Existing Document