mcpbeat

Thesis Tex Writeback

willoscar/thesis-tex-writeback

| 把已经在 Markdown 中间层收敛的中文毕业论文内容回写到 `chapters/*.tex` 与相关交付层文件,保持结构、图表、公式、交叉引用与章节承接一致。

806 tokens
context cost
the whole folder, loaded on every use
5
files
instructions only
0
copies elsewhere
how many repositories repackaged it
496
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill thesis-tex-writeback

What comes with it

1 537 bytes besides the instruction
assets/tex_writeback_contract.json
references/consistency_checks.md
references/overview.md
references/writeback_rules.md

The instruction itself

6 sections, as written by the author

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

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

Key Rule

如果问题本质上属于:

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

就不应该留在 tex 层解决。

How to use it

Copy the folder

Take willoscar/thesis-tex-writeback from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.