RE

Automate research and documentation for new project ideas.

Install

mkdir -p .claude/skills/research-scout && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12656" && unzip -o skill.zip -d .claude/skills/research-scout && rm skill.zip

Installs to .claude/skills/research-scout

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Codex skill research-scout
26 charsno explicit “when” trigger
Beginner

Key capabilities

  • Perform web-search-based research
  • Populate docs/research/reading_list.md with summaries and URLs
  • Extract experiment ideas into docs/research/ideas/backlog.yml
  • Use cached search results first
  • Add leakage/forward-looking data review notes for horse-racing topics

How it works

The skill conducts web searches, prioritizing cached results, and then organizes the findings into a reading list and an ideas backlog.

Inputs & outputs

You give it
A research query
You get back
Updated docs/research/reading_list.md and docs/research/ideas/backlog.yml

When to use research-scout

  • Researching new technology stacks
  • Creating a bibliography for a project
  • Building a list of experiments to try
  • Gathering background info for a spike

About this skill


name: research-scout description: Perform web-search-based research to build a reading list and experiment ideas backlog.

Research Scout

Steps

  1. Use web search with cached results first.
  2. If cached results are insufficient, ask before using live search.
  3. Populate docs/research/reading_list.md with:
    • Title, brief summary, reason to include
    • Reproduction difficulty and license note
    • Source URL
  4. Extract ideas into docs/research/ideas/backlog.yml.
  5. For horse-racing topics, add a leakage/forward-looking data review note.

Output

  • Updated reading list and ideas backlog.

When not to use it

  • When research is not needed
  • When the user does not want to update reading lists or idea backlogs

Limitations

  • Asks before using live search if cached results are insufficient

How it compares

This skill structures research findings into specific markdown and YAML files, providing a more organized output than raw search results.

Compared to similar skills

research-scout side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
research-scout (this skill)06moNo flagsBeginner
citation-management237moReviewBeginner
microsoft-docs104moReviewBeginner
peer-review117moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

citation-management

davila7

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.

2395

microsoft-docs

github

Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. Use for Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies. Get accurate, current information from learn.microsoft.com and other official Microsoft websites—architecture overviews, quickstarts, configuration guides, limits, and best practices.

1059

peer-review

davila7

Systematic peer review toolkit. Evaluate methodology, statistics, design, reproducibility, ethics, figure integrity, reporting standards, for manuscript and grant review across disciplines.

1146

notion-research-documentation

openai

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

551

context7-auto-research

davila7

Automatically fetch latest library/framework documentation for Claude Code via Context7 API

550

fact-check

leonardomso

Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation

746

Search skills

Search the agent skills registry