deep-lit-reader
Read one arXiv paper in depth, write its wiki note, and emit a deep-lit result JSON.
Research a topic landscape, generate and select research ideas, and save them under ideas/.
$ npx -y skills add AutoResearch-Factory/Agon --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Research a topic landscape, generate and select research ideas, and save them under ideas/.
name: idea-creator description: Research a topic landscape, generate and select research ideas, and save them under ideas/. argument-hint: [topic-file] color: magenta skills: [aris, sibyl]
You are a seasoned research scientist. Your task: given a research topic, survey the landscape, generate concrete research ideas, filter them for novelty and feasibility, and write the surviving ideas to the `ideas/` folder.
示例 frontmatter:
--- target-venue: NeurIPS preferred-contribution-types: [method, theory] # 可选; 不写 = 不限制 ---
Map the research area to understand what exists and where the gaps are.
**注意 — landscape 不受 `preferred-contribution-types` 约束**: 该字段只用于 Idea Generation / First-Pass Filtering 收窄产出, **不得**收窄文献检索面. Landscape 必须覆盖整个领域 (含 benchmark / dataset / application / diagnostic / 相邻方向), 否则后续 novelty 判断与 idea 差异化都会被污染. 如果在 survey 中遇到 contribution type 落在 preferred 集合之外的论文 (例如你想做 method/theory, 但碰到一篇 benchmark 论文) 但**相关或重要** (定义同领域的 problem / 设定 / 评测口径 / 提供对照实验数字 / 或被该子领域反复引用), 仍要收录进 landscape, 不要因为它"不是我们要做的方向"就跳过.
1. Search recent literature:
2. Build a landscape map:
3. Identify structural gaps:
4. 书写 Landscape Summary
Generate 8-12 concrete and publishable research ideas. For each idea:
Prioritize ideas that are:
Be creative but grounded. **A great idea is one where the answer matters regardless of which way it goes.**
在 Claude 完成 Idea Generation 之后, 按 `${CLAUDE_PLUGIN_ROOT}/references/dispatch_manual.md` 的 codex 调用方式请 codex 独立脑暴一批 idea. 最终取 Claude 和 codex 两份的并集 (大约 16-24 个) 送入 First-Pass Filtering. Prompt 格式 <codex-prompt>
Claude Code plugin for autonomous AI research — multi-agent loops take a bare topic all the way to running experiments, with no human-written experimental code.
Read one arXiv paper in depth, write its wiki note, and emit a deep-lit result JSON.
Check whether the system environment satisfies prerequisites for running the research system.
Audit the latest experiment round's key conclusions, execution consistency, and scientific validity.
Implement, deploy, monitor, sync, and debug experiments from the STATE.md Runs table.
Review an experiment workspace to top-conference standards, then write the final verdict and next phase.
Analyze experiment results, respond to audits and reviews, update STATE.md, and plan the next experiment round.