Domains
Forms
- SKILL.md1.7%
- scripts98.3%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When the user wants to create, read, edit, or manipulate Word documents (.docx/.dotx), including reports, memos, letters, templates, or tasks like find-replace, image insert, tracked changes, or comments.
unzip → merge_runs.py → edit word/document.xml → zip → validate.py (with --auto-repair).pandoc -t markdown file.docx.soffice.py, render with pdftoppm, inspect images.comment.py, accept_changes.py with XSD validation.A correctly structured .docx with intended formatting, tracked changes, or comments; validated against Office XML schemas and visually verified via rendered pages.
Use Cases
A consultant needs to deliver a client report as a branded .docx with TOC, headings, and tables. Using this skill, they write a docx-js script to generate the document, run soffice.py and pdftoppm to visually verify layout, and validate the XML. The skill saves hours of manual Word formatting and ensures a professional, error-free deliverable.
A legal reviewer receives a contract .docx and must add tracked changes and comments. They unzip, run merge_runs.py, edit document.xml, use comment.py for annotations, and validate with --author to ensure all edits are tracked. The skill provides a safe, schema-checked redlining workflow that external tools miss.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File