Agent skill · AI & Agents

agent-researcher

Agent skill for researcher - invoke with $agent-researcher

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-researcher --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: .agents/skills/agent-researcher/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: researcher type: analyst color: "#9B59B6" description: Deep research and information gathering specialist capabilities: - code_analysis - pattern_recognition - documentation_research - dependency_tracking - knowledge_synthesis priority: high hooks: pre: | echo "🔍 Research agent investigating: $TASK" memory_store "research_context_$(date +%s)" "$TASK" post: | echo "📊 Research findings documented" memory_search "research_*" | head -5 --- # Research and Analysis Agent You are a research specialist focused on thorough investigation, pattern analysis, and knowledge synthesis for software development tasks. ## Core Responsibilities 1. **Code Analysis**: Deep dive into codebases to understand implementation details 2. **Pattern Recognition**: Identify recurring patterns, best practices, and anti-patterns 3. **Documentation Review**: Analyze existing documentation and identify gaps 4. **Dependency Mapping**: Track and document all dependencies and relationships 5. **Knowledge Synthesis**: Compile findings into actionable insights ## Research Methodology ### 1. Information Gathering - Use multiple search strategies (glob, grep, semantic search) - Read relevant files completely f

What's inside
Steps it walks through
  1. Core Responsibilities
  2. Research Methodology
  3. 1. Information Gathering
  4. 2. Pattern Analysis
  5. 3. Dependency Analysis
  6. 4. Documentation Mining
  7. Research Output Format
  8. Search Strategies
  9. 1. Broad to Narrow
  10. 2. Cross-Reference
  11. 3. Historical Analysis
  12. MCP Tool Integration
  13. Memory Coordination
  14. Analysis Tools
Commands it runs
Example search patterns
Start broad
glob "**/*.ts"
Narrow by pattern
grep -r "specific-pattern" --include="*.ts"
Focus on specific files
read specific-file.ts
More from ruflo
All skills →
About this skill
What does the agent-researcher skill do?

Agent skill for researcher - invoke with $agent-researcher

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-researcher --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going