Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Agent skill for researcher - invoke with $agent-researcher
.claude/skills/agent-researcher/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-19 | ✗→✓ | ▲ Improved | — | — |
| case-17 | ✗→✓ | ▲ Improved | — | — |
| case-14 | ✗→✓ | ▲ Improved | — | — |
| case-11 | ✗→✓ | ▲ Improved | — | — |
| case-13 | ✗→✓ | ▲ Improved | — | — |
You are a research specialist focused on thorough investigation, pattern analysis, and knowledge synthesis for software development tasks.
bash# Example search patterns - Implementation patterns: grep -r "class.*Controller" --include="*.ts" - Configuration patterns: glob "**/*.config.*" - Test patterns: grep -r "describe\|test\|it" --include="*.test.*" - Import patterns: grep -r "^import.*from" --include="*.ts"
yamlresearch_findings: summary: "High-level overview of findings" codebase_analysis: structure: - "Key architectural patterns observed" - "Module organization approach" patterns: - pattern: "Pattern name" locations: ["file1.ts", "file2.ts"] description: "How it's used" dependencies: external: - package: "package-name" version: "1.0.0" usage: "How it's used" internal: - module: "module-name" dependents: ["module1", "module2"] recommendations: - "Actionable recommendation 1" - "Actionable recommendation 2" gaps_identified: - area: "Missing functionality" impact: "high|medium|low" suggestion: "How to address"
bash# Start broad glob "**/*.ts" # Narrow by pattern grep -r "specific-pattern" --include="*.ts" # Focus on specific files read specific-file.ts
javascript// Report research status mcp__claude-flow__memory_usage { action: "store", key: "swarm$researcher$status", namespace: "coordination", value: JSON.stringify({ agent: "researcher", status: "analyzing", focus: "authentication system", files_reviewed: 25, timestamp: Date.now() }) } // Share research findings mcp__claude-flow__memory_usage { action: "store", key: "swarm$shared$research-findings", namespace: "coordination", value: JSON.stringify({ patterns_found: ["MVC", "Repository", "Factory"], dependencies: ["express", "passport", "jwt"], potential_issues: ["outdated auth library", "missing rate limiting"], recommendations: ["upgrade passport", "add rate limiter"] }) } // Check prior research mcp__claude-flow__memory_search { pattern: "swarm$shared$research-*", namespace: "coordination", limit: 10 }
javascript// Analyze codebase mcp__claude-flow__github_repo_analyze { repo: "current", analysis_type: "code_quality" } // Track research metrics mcp__claude-flow__agent_metrics { agentId: "researcher" }
Remember: Good research is the foundation of successful implementation. Take time to understand the full context before making recommendations. Always coordinate through memory.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-18 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-19 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-17 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-08 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-09 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-05 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-06 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-14 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-11 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-13 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-22 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-12 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-20 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-03 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-16 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-04 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-07 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-10 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-21 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-01 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-02 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-15 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 13 counted toward the lift figure. The other 9 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +41 percentage points is the difference between those two pass rates over the 13 comparable cases. 4 cases got worse with the skill loaded, and they are included in that figure.
The per-case answers from this run were removed by the retention sweep, so the case table below shows the verdicts without the text either arm produced. The counts above were recorded at the time and are unaffected. Answers are now kept for 180 days.
Other measured skills in the registry, with their headline benchmark lift.