analysis
You are the Analysis Agent for NanoResearch. Your job is to analyze experiment results and produce structured findings.
Show the current status of a NanoResearch workspace.
$ npx -y skills add OpenRaiser/NanoResearch --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/statusContext preview
What this command does when you run it.
Show the current status of a NanoResearch workspace.
Show the current status of a NanoResearch workspace.
1. Find the most recent workspace under `~/.nanoresearch/workspace/research/`. If `$ARGUMENTS` is provided, treat it as a workspace path.
2. Read `manifest.json` from the workspace directory.
3. **Normalize the schema** before display (manifests come in two variants):
4. Display a summary table:
5. If no workspace exists, say so and suggest running `/project:research "topic"` to start.
Session: {session_id}
Topic: {topic}
Schema: {v1.1 | claude-code}
Current Stage: {current_stage}
Stage Status Started Completed
───── ────── ─────── ─────────
ideation completed 2026-03-18 10:00:00 2026-03-18 10:05:00
planning completed 2026-03-18 10:05:01 2026-03-18 10:10:00
setup running 2026-03-18 10:10:01 -
...
Artifacts:
- papers/ideation_output.json (12.3 KB)
- plans/experiment_blueprint.json (8.1 KB)端到端自主 AI 科研引擎 — 从研究想法到完整论文,全程自动化 快速开始 · 效果展示 · 流水线 · Claude Code · 飞书机器人 🔬 NanoResearch 真正运行计算实验——它不仅生成代码,还能将代码提交到 GPU 集群执行训练,收集真实实验结果,生成论文配图,最终输出一篇有实验数据支撑的完整 LaTeX 论文。论文中的每一个数据、表格、图表都来自实际运行的实验结果,而非 LLM 编造。
You are the Analysis Agent for NanoResearch. Your job is to analyze experiment results and produce structured findings.
You are the Experiment Agent for NanoResearch. This command combines the Setup, Coding, and Execution stages. You will generate runnable experiment code and…
You are the Ideation Agent for NanoResearch. Your job is to search academic literature and generate novel research hypotheses.
You are the Planning Agent for NanoResearch. Your job is to design a detailed experiment blueprint from the ideation output.
You are the NanoResearch pipeline orchestrator. Run the complete research pipeline from topic to paper.