A Claude Code skill for executing, monitoring, interpreting, and verifying experiments in academic research.
Lu et al. (2026, Nature) demonstrated an Experiment Progress Manager for autonomous AI research. This skill brings the same execute-and-monitor capability to human-in-the-loop academic workflows — without the risks of full automation.
| Mode | What It Does |
|---|---|
run | Execute code + monitor process |
manage | Plan + track human studies |
validate | Statistical interpretation + reproducibility check |
plan | Socratic dialogue to design experiments |
.claude/skills/Rscript analysis.R"This skill works independently. It also integrates optionally with Academic Research Skills (ARS):
In the ARS pipeline, experiment-agent fits between Stage 1 (RESEARCH) and Stage 2 (WRITE):
ARS Stage 1 RESEARCH → you get RQ Brief + Methodology Blueprint
↓
[pause ARS pipeline]
↓
experiment-agent → plan → run/manage → validate → get analyzed or verified results
↓
[resume ARS pipeline]
↓
ARS Stage 2 WRITE → write paper using your experiment results
Use experiment-agent when your research requires running experiments (code or human studies) before writing. If your paper is purely based on literature review or secondary data analysis, you don't need this — go directly from ARS Stage 1 to Stage 2.
Step 1: Clone this repo alongside your ARS project (or anywhere on your machine):
cd ~/Projects/HEEACT
git clone https://github.com/Imbad0202/experiment-agent.git
Step 2: When you need to run experiments, open a Claude Code session in the experiment-agent directory:
cd ~/Projects/HEEACT/experiment-agent
claude
Step 3: Paste the relevant ARS Stage 1 output (RQ Brief, Methodology Blueprint) into the session. The agent will auto-detect the ARS headings and pre-populate your experiment plan.
Step 4: After your experiments are done and validated, copy the output (which includes a Material Passport header and verification status) back into your ARS session to continue Stage 2.
You can also add this skill to any project via
.claude/skills/symlink — see Claude Code docs for skill installation.
CC-BY-NC 4.0
Cheng-I Wu
See CHANGELOG.md
14 commits
A Claude Code skill for executing, monitoring, interpreting, and verifying experiments in academic research.
Lu et al. (2026, Nature) demonstrated an Experiment Progress Manager for autonomous AI research. This skill brings the same execute-and-monitor capability to human-in-the-loop academic workflows — without the risks of full automation.
| Mode | What It Does |
|---|---|
run | Execute code + monitor process |
manage | Plan + track human studies |
validate | Statistical interpretation + reproducibility check |
plan | Socratic dialogue to design experiments |
.claude/skills/Rscript analysis.R"This skill works independently. It also integrates optionally with Academic Research Skills (ARS):
In the ARS pipeline, experiment-agent fits between Stage 1 (RESEARCH) and Stage 2 (WRITE):
ARS Stage 1 RESEARCH → you get RQ Brief + Methodology Blueprint
↓
[pause ARS pipeline]
↓
experiment-agent → plan → run/manage → validate → get analyzed or verified results
↓
[resume ARS pipeline]
↓
ARS Stage 2 WRITE → write paper using your experiment results
Use experiment-agent when your research requires running experiments (code or human studies) before writing. If your paper is purely based on literature review or secondary data analysis, you don't need this — go directly from ARS Stage 1 to Stage 2.
Step 1: Clone this repo alongside your ARS project (or anywhere on your machine):
cd ~/Projects/HEEACT
git clone https://github.com/Imbad0202/experiment-agent.git
Step 2: When you need to run experiments, open a Claude Code session in the experiment-agent directory:
cd ~/Projects/HEEACT/experiment-agent
claude
Step 3: Paste the relevant ARS Stage 1 output (RQ Brief, Methodology Blueprint) into the session. The agent will auto-detect the ARS headings and pre-populate your experiment plan.
Step 4: After your experiments are done and validated, copy the output (which includes a Material Passport header and verification status) back into your ARS session to continue Stage 2.
You can also add this skill to any project via
.claude/skills/symlink — see Claude Code docs for skill installation.
CC-BY-NC 4.0
Cheng-I Wu
See CHANGELOG.md
14 commits