Use this skill when the user wants to format, fix, or normalize a Wuhan Textile University undergraduate thesis in `.docx` format without changing the thesis content. Trigger this skill for requests mentioning 武汉纺织大学、武纺、本科毕业论文、学士学位论文、标准版、初稿、目录格式、摘要格式、标题格式、图表题注、公式格式、页眉页脚、页码、纯黑颜色、版式调整,or when a draft needs to be aligned to the WTU undergraduate thesis standard. This skill is specific to Wuhan Textile University undergraduate theses and should not be used for non-WTU documents, postgraduate thesis templates, or content-polishing tasks.
This skill packages a format-only workflow for Wuhan Textile University undergraduate theses.
.docx draftpython .agent/skills/wtu-undergrad-thesis/scripts/apply_wtu_undergrad_thesis.py --docx docs/毕业论文初稿-20260407.docx
python .agent/skills/wtu-undergrad-thesis/scripts/apply_wtu_undergrad_thesis.py \
--copy-from docs/wtu_format_template.docx \
--output docs/毕业论文初稿-20260408.docx
By default, the wrapper applies only two formatting steps:
format: page layout, heading/caption style, page headers/footers, and general visible formattingfix-toc: deterministic TOC indentation and page-number alignmentIf the user says the TOC is visually left/right shifted, keep using the wrapper and adjust all four values together:
python .agent/skills/wtu-undergrad-thesis/scripts/apply_wtu_undergrad_thesis.py \
--docx docs/毕业论文初稿-20260407.docx \
--steps fix-toc \
--toc1-left 480 --toc2-left 960 --toc3-left 1440 --toc-right-tab 8680
scripts/format_wtu_thesis.py: baseline page setup and thesis structure formattingscripts/fix_toc_format_docx.py: deterministic TOC indentation and page-number alignment000000) for headings, TOC, captions, and hyperlink text in the final visible result.For the detailed Wuhan Textile University undergraduate formatting checklist, read:
references/wtu_undergrad_rules.md