mcpbeat Sign in

Thesis Question List Skill for Codex

| 维护中文毕业论文的 `codex_md/question_list.md`:把本轮问题、边界、优先级、协作方案和验收口径结构化,作为整条 thesis pipeline 的控制面。

2k tokens
context cost
the whole folder, loaded on every use
7
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-question-list

What comes with it

4 007 bytes besides the instruction
assets/question_list_contract.json
references/examples_bad.md
references/examples_good.md
references/overview.md
references/question_entry_schema.md
scripts/run.py

The instruction itself

8 sections, as written by the author

Thesis Question List

这个 skill 负责维护毕业论文流程的控制面文档

  • codex_md/question_list.md

它不是备忘录,而是这一轮工作的单一入口。

Inputs

  • codex_md/material_index.md
  • codex_md/missing_info.md
  • 现有 codex_md/*.md
  • claude_md/review_checklist.md
  • 最新编译 / 审稿 / 自查结果

Outputs

  • codex_md/question_list.md

Load Order

Always read:

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

Machine-readable contract:

  • assets/question_list_contract.json

Workflow

  • 收集问题来源
  • 上一轮 review
  • 当前编译失败 / warning
  • 结构问题
  • 引用问题
  • 文风问题
  • 归并成本轮问题
  • 去重
  • 合并同源问题
  • 区分结构问题 / 证据问题 / TeX问题 / 风格问题
  • 排优先级
  • 先结构
  • 再证据
  • 再交付层
  • 最后润色
  • 写入标准问题条目
  • 问题描述
  • 涉及章节
  • 为什么是问题
  • 修改方向
  • 是否需要多 agent 讨论
  • 验收口径

Script

Quick Start

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

Notes

  • 当前脚本只负责在缺失时生成问题单骨架。
  • 真正的条目内容仍由你根据本轮问题填充与维护。

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take willoscar/thesis-question-list 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.