Agent Skills: Thesis TeX Writeback

|

UncategorizedID: willoscar/research-units-pipeline-skills/thesis-tex-writeback

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/HEAD/.codex/skills/thesis-tex-writeback

Skill Files

Browse the full folder contents for thesis-tex-writeback.

Download Skill

Loading file tree…

.codex/skills/thesis-tex-writeback/SKILL.md

Skill Metadata

Name
thesis-tex-writeback
Description
|

Thesis TeX Writeback

Inputs

  • codex_md/00_thesis_outline.md
  • 重构后的各章 Markdown
  • codex_md/terminology_glossary.md
  • codex_md/symbol_metric_table.md
  • codex_md/figure_plan.md
  • 现有 chapters/*.tex

Outputs

  • 更新后的 chapters/*.tex
  • 相关图表、公式、交叉引用的 TeX 同步版本

Load Order

Always read:

  • references/overview.md
  • references/writeback_rules.md
  • references/consistency_checks.md

Machine-readable contract:

  • assets/tex_writeback_contract.json

Workflow

  1. 以 Markdown 中间层为准,确定章级与节级结构
  2. 把稳定内容回写到 chapters/*.tex
  3. 同步图表、公式、表格、交叉引用
  4. 同步章首导言、章末小结和必要的承接句
  5. 记录哪些问题必须回退到 Markdown 层,而不是留在 TeX 层硬修

Key Rule

如果问题本质上属于:

  • 章节角色不清
  • 主线不稳
  • 证据不足
  • 术语不统一

就不应该留在 tex 层解决。