This handles precise Word document formatting using python-docx, which matters because manual formatting across dozens of pages is tedious and error prone. You'd reach for this when standardizing academic papers, fixing mixed Chinese-English fonts, or bulk-applying formatting rules. The skill emphasizes processing both paragraphs and tables (where content often hides in official documents), properly setting CJK fonts with qn('w:eastAsia'), and using uv run to avoid dependency issues. It includes ready-to-run templates for common tasks like bibliography formatting and markdown-to-docx conversion. The decision tree is practical: analyze unknown formats first, then apply official or academic standards. One thing to appreciate is the explicit checklist reminding you to backup files and close Word before running scripts, which saves you from the classic "file is locked" headache.
npx skills add https://github.com/ninestep/docx-format-skill --skill docx-format