by mmTheBest
An end-to-end research workflow skill for turning ideas into evidence-backed, citation-supported manuscript drafts
# Add to your Claude Code skills
git clone https://github.com/mmTheBest/Research-ArchitectGuides for using ai agents skills like Research-Architect.
Research-Architect is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by mmTheBest. An end-to-end research workflow skill for turning ideas into evidence-backed, citation-supported manuscript drafts. It has 54 GitHub stars.
Research-Architect's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/mmTheBest/Research-Architect" and add it to your Claude Code skills directory (see the Installation section above).
Research-Architect is primarily written in Python. It is open-source under mmTheBest on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Research-Architect against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
English | 简体中文
Research Architect 是一套用于科研选题、研究设计和论文写作的 workflow skill suite。它把论文写作中最容易卡住的部分拆成可执行步骤:从参考文献中提炼选题思路,判断题目难度,明确 research gap,定义创新点,设计实验,组织证据,并把零散材料收束成清晰的论文主线。
论文写作中常见的问题有:选题边界太宽,创新点表达模糊,实验链条缺少逻辑,claim 超出证据强度,缺少科学严谨度。Research Architect 的目标就是清楚地指出这些问题并系统地解决他们。

Research Architect 可以端到端运行,也可以按阶段调用。核心思想是保留从原始想法到 research spine、study design、evidence、claim、citation support、draft 和 audit 的透明轨迹。
安装后先运行:
research-architect
示例任务:
I have a broad idea: genetic regulation in lung cancer.
Use Research Architect to propose feasible research-question options,
then help me choose one and build the research spine.
Research Architect 的核心方法是:对标你的参考文献,拆解优秀文献的研究结构,模仿文献背后的科研思路,再围绕你的课题设计实验、组织证据、明确创新点,并形成可写成论文的研究主线。
这里的“对标参考文献”关注研究结构:一篇好论文如何提出问题,如聚焦题目,如何定义 gap,如何设置实验,如何安排 baseline 和 control,如何把实验结果组织成 figures,如何让每个 claim 获得恰当证据支撑。
原始想法
-> 参考文献与方法范例映射
-> 选题思路与 research gap
-> research spine
-> study design
-> 实验与分析计划
-> evidence bank
-> claim register
-> citation support bank
-> section blueprint
-> 初稿
-> 审计与修改队列
Research Architect 会把参考文献当作“科研设计范例”来拆解,重点分析:
Research Architect 会把选题过程拆成一组可回答的问题:
Research Architect 会把参考文献中的实验设计逻辑转化为适合当前课题的 study design。它会帮助规划核心实验、baseline、control、ablation、robustness check、validation experiment、failure case、threats to validity、evaluation metrics 和 claim-strength boundary。
Research Architect 会把“创新点”拆成更具体的类型,例如更清晰的问题、新的数据组合、新的分析流程、已有方法的新应用场景、更严格的 benchmark、更可信的 validation、更清楚的 evidence hierarchy,或把分散思路整合成可复用 framework。
一次完整运行会在 paper_output/ 下留下完整的研究构建轨迹,包括 research spine、source inventory、literature map、study design、analysis plan、experiment registry、evidence bank、claim register、citation support bank、writing rationale matrix、manuscript draft 和 audit report。
从仓库根目录运行以下命令。Codex 的实际安装目录是 ${CODEX_HOME:-$HOME/.codex}/skills。
Codex:
CODEX_SKILLS_DIR="${CODEX_HOME:-$HOME/.codex}/skills" && mkdir -p "$CODEX_SKILLS_DIR" && cp -R dist/codex/skills/. "$CODEX_SKILLS_DIR/"
Claude Code:
CLAUDE_SKILLS_DIR="${CLAUDE_HOME:-$HOME/.claude}/skills" && mkdir -p "$CLAUDE_SKILLS_DIR" && cp -R dist/codex/skills/. "$CLAUDE_SKILLS_DIR/"
也可以使用 release artifact:
mkdir -p "${CODEX_HOME:-$HOME/.codex}" && tar -xzf release/research-architect-codex-skills.tar.gz -C "${CODEX_HOME:-$HOME/.codex}"
安装后调用主 skill:
research-architect
也可以在只需要某个阶段时直接调用 branch skills。
src/ 是唯一源头:
src/skills/ 保存 skill definitions;src/references/ 保存共享参考资料;src/templates/ 保存输出模板;src/scripts/ 保存验证、索引和 release 构建脚本。参考文献的作用是提供研究结构、problem framing、方法逻辑、实验顺序、证据标准和写作组织方式。用户自己的数据、实验结果、分析输出和证据材料始终是论文内容的基础。Research Architect 会根据证据强度控制 claim 的表达,让论文主张与实际材料保持一致。
本项目使用 MIT License。详见 LICENSE。
后续版本会继续推进 skill evals、扩展 validation,并调整 skill descriptions,让 Codex 和 Claude 更稳定地路由到正确的 branch skill。详见 CHANGELOG.md。
English | 简体中文
Research Architect is a research workflow skill suite for moving from a raw topic, partial materials, or scattered results to a coherent research-paper draft.
It provides an end-to-end research workflow for building a study from scratch: selecting a research question, conducting a focused literature review, identifying the research gap, designing the study, organizing evidence, controlling claims, planning figures, managing citation support, and drafting an auditable manuscript. The skill turns early-stage research ideas into a structured, reproducible path from brainstorming to a credible first draft.

Research Architect can run end-to-end or one branch at a time. The core idea is simple: preserve a transparent trail from raw idea to research spine, study design, evidence, claims, citation support, draft, and audit.
After installation, start with:
research-architect
Example task:
I have a broad idea: genetic regulation in lung cancer.
Use Research Architect to propose feasible research-question options,
then help me choose one and build the research spine.
Research Architect helps you learn research design from reference papers. It decomposes strong papers into reusable research structure: how they frame a problem, narrow scope, define the gap, set up experiments, choose baselines and controls, organize figures, and keep each claim within its evidence boundary.
The goal is to transfer the research logic behind good papers into your own project without copying their text, figures, data, results, citation choices, or claims.
Raw idea
-> Literature and exemplar mapping
-> Research-question options and research gap
-> Research spine
-> Study design
-> Experiment and analysis plan
-> Evidence bank
-> Claim register
-> Citation support bank
-> Section blueprint
-> First draft
-> Audit and revision queue
Research Architect treats references as research-design examples. It analyzes:
Research Architect pushes a broad topic into concrete research judgment by asking:
Research Architect converts the design logic learned from references into a project-specific study design. It helps plan core experiments, baselines, controls, ablations, robustness checks, validation experiments, failure cases, threats to validity, evaluation metrics, and claim-strength boundaries.
Research Architect breaks "contribution" into more concrete types, such as a clearer research question, a new data combination, a new analysis workflow, a new application context for an existing method, a stricter benchmark, more credible validation, a clearer evidence hierarchy, or a reusable framework that integrates scattered ideas.
A complete run leaves a transparent trail under paper_output/, including research spine, source inventory, literature map, study design, analysis plan, experiment registry, evidence bank, claim register, citation support bank, writing rationale matrix, manuscript draft, and audit report.
Run one of these commands from the repository root. The actual Codex install path is ${CODEX_HOME:-$HOME/.codex}/skills.
Codex:
CODEX_SKILLS_DIR="${CODEX_HOME:-$HOME/.codex}/skills" && mkdir -p "$CODEX_SKILLS_DIR" && cp -R dist/codex/skills/. "$CODEX_SKILLS_DIR/"
Claude Code:
CLAUDE_SKILLS_DIR="${CLAUDE_HOME:-$HOME/.claude}/skills" && mkdir -p "$CLAUDE_SKILLS_DIR" && cp -R dist/codex/skills/. "$CLAUDE_SKILLS_DIR/"
You can also install from the release artifact:
mkdir -p "${CODEX_HOME:-$HOME/.codex}" && tar -xzf release/research-architect-codex-skills.tar.gz -C "${CODEX_HOME:-$HOME/.codex}"
After installation, call the main skill as:
research-architect
Branch skills can also be called directly when only one stage is needed.
src/ is the single source of truth:
src/skills/ stores skill definitions;src/references/ stores shared reference material;src/templates/ stores output templates;src/scripts/ stores validation, index