mcpbeat

Thesis Workspace Init

willoscar/thesis-workspace-init

| 初始化中文毕业论文工作区:检查学校模板与已有材料的放置位置,明确提示当前还缺什么,建立 `codex_md/` / `claude_md/` / `tmp_layout*/` 等中间层目录,并生成材料盘点与初始工作文件。

2k tokens
context cost
the whole folder, loaded on every use
5
files
ships runnable scripts
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-workspace-init

What comes with it

6 831 bytes besides the instruction
assets/workspace_contract.json
references/material-placement.md
references/overview.md
scripts/run.py

The instruction itself

10 sections, as written by the author

Thesis Workspace Init

初始化一条中文毕业论文重构流程所需的工作区,而不是只复制通用 workspace 模板。

这个 skill 负责四件事:

  • 检查材料是否放在对的位置
  • 明确写出“当前还缺什么 / 哪些位置异常 / 哪些需要用户确认”
  • 建立毕业论文专用中间层目录与初始文件
  • 生成材料盘点与待补信息清单

Inputs

建议至少具备以下材料中的一部分:

  • 学校模板或现有论文仓库
  • main.tex
  • 已有 chapters/*.tex
  • pdf/ 下的已发表 / 已投稿论文
  • Overleaf_ref/ 下的源稿或修回稿
  • references/ 下的 bib / 样式文件
  • 题目、学号、年份等基础元信息

Outputs

  • codex_md/material_index.md
  • codex_md/material_readiness.md
  • codex_md/missing_info.md
  • codex_md/question_list.md
  • codex_md/00_thesis_outline.md
  • claude_md/review_checklist.md
  • tmp_layout/
  • tmp_layout2/
  • mermaid/(位于 codex_md/mermaid/

Load Order

Always read:

  • references/overview.md
  • references/material-placement.md

Machine-readable contract:

  • assets/workspace_contract.json

Workflow

  • 检查是否已经存在可用工作区
  • 如果核心中间工件已经齐全,只补缺,不重置
  • 盘点材料放置位置
  • 对照 references/material-placement.md
  • 标出“已有 / 缺失 / 位置异常 / 待人工确认”
  • 初始化毕业论文专用中间层
  • 建立 codex_md/claude_md/tmp_layout/tmp_layout2/
  • 生成最小工作文件骨架
  • 写出材料盘点、就绪度和缺口清单
  • codex_md/material_index.md
  • codex_md/material_readiness.md
  • codex_md/missing_info.md
  • 生成本轮工作入口
  • codex_md/question_list.md
  • codex_md/00_thesis_outline.md

Script

Quick Start

  • uv run python .codex/skills/thesis-workspace-init/scripts/run.py --workspace <workspace>

All Options

  • --workspace <dir>

Notes

  • 当前脚本只做目录与骨架文件初始化,不负责正文抽取与重构。
  • 如果还没有标准 workspace,可以先使用现有 workspace-init,再运行这个 skill 补齐毕业论文专用结构。

Block Conditions

遇到以下情况应停止并先修正:

  • 没有任何可用模板或现有论文工程
  • main.tex 完全缺失且也没有可替代的源稿入口
  • 材料散落且无法判断哪个目录才是权威来源

How to use it

Copy the folder

Take willoscar/thesis-workspace-init 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.