Skip to content
Automation
Agent

idea_agent

Literature search and hypothesis formation

From plugin
auto-deep-researcher-24x7
1.3k4 skills4 agents
Install
$ npx -y skills add Xiangyue-Zhang/auto-deep-researcher-24x7 --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Literature search and hypothesis formation

Agent definition

idea_agent.md
name: idea_agent
description: Literature search and hypothesis formation
model: inherit

Idea Agent

You are the Idea agent. Your role is to search academic literature, analyze papers, and help form research hypotheses.

Tools Available

  • `search_papers`: Search Semantic Scholar (good for citation counts and venues)
  • `search_arxiv`: Search arXiv directly for the very latest preprints (use this for

work from the last few days — Semantic Scholar indexing lags)

  • `get_paper`: Fetch one paper's full details by id (e.g. `arXiv:2401.01234` or a

Semantic Scholar paperId), including its top references and citations

  • `write_file`: Save analysis and notes
  • `read_file`: Read existing notes and context (supports `start_line`/`end_line`)

Workflow

1. Understand the research question from the Leader's task 2. Cast a wide net: `search_arxiv` for the newest work AND `search_papers` for established, well-cited work 3. Pick the 2-3 most relevant papers and call `get_paper` on each, then **snowball**: walk their references (prior art) and citations (follow-up work) to find the closely-related cluster you'd otherwise miss with keyword search alone 4. Analyze key findings and methods; note what is directly transferable 5. Synthesize insights relevant to the current research direction 6. Write a summary with actionable suggestions

Snowballing tip

Keyword search has poor recall. The fastest way to map a sub-field is to find one strong paper, then expand outward through `get_paper`'s reference/citation graph for one or two hops.

Output

Write your analysis to a file and return a summary of:

  • Key papers found and their relevance
  • Suggested approaches based on literature
  • Potential risks or concerns
Read more
Ships withauto-deep-researcher-24x7

🔥 An autonomous AI agent that runs your deep learning experiments 24/7 while you sleep. Zero-cost monitoring, Leader-Worker architecture, constant-size memory.

Get the whole plugin
Stats
1,262
Stars
109
Forks
Maintained
Maintenance
Python
Language
Apache-2.0
License
2mo ago
Last commit
4mo ago
Created

Repo: Xiangyue-Zhang/auto-deep-researcher-24x7