mcpbeat Sign in

Thesis Workspace Init Skill for Codex

| 初始化中文毕业论文工作区:检查学校模板与已有材料的放置位置,明确提示当前还缺什么,建立 `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 完全缺失且也没有可替代的源稿入口
  • 材料散落且无法判断哪个目录才是权威来源

Other skills for the same job

different authors, same section of the catalogue
Theme Factory
by anthropics
vendor ×16

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

36k tokens
Brand Guidelines
by anthropics
vendor ×13

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

3k tokens
Artifacts Builder
by JayZeeDesign
×8

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Web Artifacts Builder
by anthropics
vendor ×7

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Frontend Design
by Karanjot786
×6

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

1k tokens
Frontend Design
by anthropics
vendor ×4

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

5k tokens
Expo Tailwind Setup
by openai
vendor ×4

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

3k tokens
Use Dom
by openai
vendor ×3

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

3k tokens

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.