Codex Documents + Anthropic DOCX Bridge
This is a routing and precedence bridge, not a replacement document builder.
When this skill triggers:
- Use Codex's native
documentsskill for the main workflow, workspace dependencies, design presets, Google Docs sanitization/import expectations, and render-to-PNG QA. - Also read or search
C:\Users\24322\.codex\skills\anthropic-docx\SKILL.mdbefore implementing layout-sensitive DOCX work. - Read this bridge's persistent references
references/typography_standards.mdand, for papers/research documents,references/academic_paper_standard.md. - Apply Anthropic DOCX formatting guidance for explicit page geometry, professional fonts, built-in heading style IDs, real numbering, DXA table widths, cell padding, TOC-compatible headings, image sizing, comments, tracked changes, and OOXML formatting preservation.
- For Chinese or bilingual DOCX files, explicitly set Word
w:eastAsia,w:ascii, andw:hAnsifonts in core styles. Do not rely on Word theme-font fallback. - For a generic Chinese paper without a supplied template, use the native
academic_paper_generalpreset andzh_cn_academic_generaltypography profile. - Before render QA, run
python C:\Users\24322\.codex\skills\codex-documents-anthropic-docx\scripts\typography_audit.py output.docx --profile zh_cn_academic_general. - Do not follow Anthropic examples that assume global installs such as
npm install -g docx; use Codex workspace dependencies and the native Documents skill's bundled helpers.
Conflict order:
- Explicit user instruction
- Codex Documents render/QA and Google Docs sanitizer requirements
- Selected Codex Documents design preset tokens
- Anthropic DOCX formatting reference
- Implementation-library examples