Skills for editing Office DOCX files with Word revisions, default formatting, editable equations, bilingual translation, and translation-format audits
Use when a `.docx` or Word task requires Chinese-to-English translation, bilingual paragraph insertion, table translation, 中英对照, 逐段翻译, or preserving Word formatting while adding English below Chinese source text.
Use when a `.docx` or Word task requires paragraph-by-paragraph translation QA, format review, bilingual document audit, formula preservation checks, 逐段核对, 翻译审校, or validation before deleting Chinese text.
Use when editing `.docx` or Word documents that need visible Track Changes, revision marks, 修订模式, insertions, deletions, reviewer-facing redlines, or preserved change history.
Use when creating or editing `.docx` or Word documents that explicitly need the default/house Word format, 默认格式, Chinese academic paper layout, mixed Chinese-English fonts, headings, spacing, margins, or formal style cleanup, and no supplied template or custom style overrides it.
Use when a `.docx` or Word task needs editable equations, Word-native formulas, OMML, Cambria Math, formula line breaking, or converting plain-text formulas into editable Word equation objects.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Office DOCX Skills is a multi-skill package for LLM-assisted Microsoft Word .docx editing. It focuses on Word-visible tracked changes, default Word formatting, editable Word equations, bilingual Chinese-English DOCX translation, and translation-format audits.
The package keeps each capability as its own triggerable skill so agents can use one skill or combine several in the same document workflow.
.docx editsdocx-bilingual-translation Translate Chinese DOCX content into bilingual Chinese-English Word output.
docx-format-audit Audit translated DOCX formatting, pairing, formulas, tables, and English-only cleanup readiness.
docx-tracked-changes Edit DOCX files with visible Word revisions.
word-default-formatting Apply default Word formatting and Chinese paper layout rules.
word-formula-writing Write formulas as editable Word equation objects and preserve embedded formula objects.
This package now includes two DOCX translation-focused skills:
docx-bilingual-translation is for Chinese .docx files that need paragraph-by-paragraph Chinese-English output while preserving Word structure. It guides agents to keep the original Chinese source paragraph or table cell content, insert English translations next to the corresponding source content, and preserve Word-native structures such as tables, footnotes, endnotes, superscript/subscript markers, formulas, images, embedded objects, and other non-text runs.
docx-format-audit is for reviewing translated DOCX files before delivery or before deleting Chinese source text. It checks Chinese-English paragraph pairing, missing or extra translations, residual Chinese in English-only output, table and cell alignment, formula and embedded object preservation, footnotes/endnotes, headings, numbering, and other structure-sensitive Word formatting issues. Its Chinese removal helper is audit-gated: deletion of Chinese source paragraphs should happen only after bilingual audit passes, and the resulting English-only document is audited again.
Use them together for the full translation workflow:
1. docx-bilingual-translation creates the bilingual Chinese-English DOCX.
2. docx-format-audit checks pairing, formatting, and preserved Word structures.
3. docx-format-audit performs audit-gated Chinese source removal when an English-only final copy is required.
Codex can use this package through native skill discovery:
git clone https://github.com/wintersdragon-c/office-docx-skills.git ~/.codex/office-docx-skills
mkdir -p ~/.agents/skills
ln -s ~/.codex/office-docx-skills/skills ~/.agents/skills/office-docx-skills
Restart Codex after installation.
After installation, Codex may display these skills with the package namespace, such as office-docx-skills:word-default-formatting.
Windows PowerShell:
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.agents\skills"
cmd /c mklink /J "$env:USERPROFILE\.agents\skills\office-docx-skills" "$env:USERPROFILE\.codex\office-docx-skills\skills"
Claude Code can install this repository as a plugin marketplace, matching the Superpowers installation model:
claude plugin marketplace add https://github.com/wintersdragon-c/office-docx-skills.git
claude plugin install office-docx-skills@office-docx-skills-dev
Restart Claude Code after installation.
For local development, point Claude Code at this checkout instead:
claude plugin marketplace add /path/to/office-docx-skills
claude plugin install office-docx-skills@office-docx-skills-dev
Marketplace status: this package is not currently published to the official Claude plugin marketplace. The repository's .claude-plugin/marketplace.json provides the installable marketplace metadata.
Ask the agent to use a named skill directly:
Use $docx-tracked-changes to edit this DOCX with visible Word revisions.
Use $word-default-formatting before finalizing this Word document.
Use $word-formula-writing to convert formulas into editable Word equations.
Use $docx-bilingual-translation to translate this Chinese DOCX into English below each paragraph.
Use $docx-format-audit to review the translated DOCX before deleting Chinese text.
Chinese examples:
npx claudepluginhub wintersdragon-c/office-docx-skills --plugin office-docx-skillsDocument processing suite — Excel (xlsx), Word (docx), PowerPoint (pptx), and PDF generation and manipulation.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions