mcpbeat

Thesis Chapter Reconstructor

willoscar/thesis-chapter-reconstructor

| 围绕毕业论文主线重构章节:把原论文式叙事改成学位论文式叙事,重写章节目标、内容比重、前后承接与论证方式。

900 tokens
context cost
the whole folder, loaded on every use
6
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-chapter-reconstructor

What comes with it

1 976 bytes besides the instruction
assets/chapter_rewrite_contract.json
references/examples_bad.md
references/examples_good.md
references/overview.md
references/rewrite_rules.md

The instruction itself

6 sections, as written by the author

Thesis Chapter Reconstructor

这是 graduate-paper pipeline 的核心重构 skill。

Inputs

  • codex_md/chapter_role_map.md
  • codex_md/question_list.md
  • 各章 Markdown 草稿

Outputs

  • 重构后的章节 Markdown
  • codex_md/chapter_rewrite_rules.md

Load Order

Always read:

  • references/overview.md
  • references/rewrite_rules.md
  • references/examples_good.md
  • references/examples_bad.md

Machine-readable contract:

  • assets/chapter_rewrite_contract.json

Workflow

  • 先回答本章在毕业论文里要解决什么问题
  • 判断当前章节是否仍沿用原论文卖点叙事
  • 明确哪些内容要保留、弱化、上移、下沉
  • 重写章首导言、章节承接、小节职责
  • 把重构规则写入 chapter_rewrite_rules.md

Key Rule

任何一章如果还像:

  • paper 翻译
  • 实验报告
  • 方法宣传
  • 多篇论文拼接

都说明这一步还没做完。

How to use it

Copy the folder

Take willoscar/thesis-chapter-reconstructor 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.