Claude Researcher
Description
Structured research skill for Claude — parallel web search, test solutions, weighted scoring decisions
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Researcher Skill

Give Claude a research question. Get a structured report with tested solutions and a scored decision.

Install in 30s · See example output · ⭐ Star if useful
This skill gives Claude a structured research workflow: search the web in parallel, organize findings into folders, optionally test each solution, and produce a weighted scoring decision.
What This Skill Does
- Creates a dedicated
workspace._problem/ - Searches for candidate solutions from multiple source types (community, articles, code repos, academic, reference docs, videos).
- Organizes each solution into its own directory with documentation notes.
- Produces a per-solution
README.mdwith summary, sources, pros, and cons. - Optionally tests each solution and records reproducible outcomes.
- Generates a final
decision/DECISION.mdwith weighted scoring and a recommended choice.
Install
mkdir -p ~/.claude/skills/researcher
curl -o ~/.claude/skills/researcher/SKILL.md \
https://raw.githubusercontent.com/maher-naija-pro/claude-researcher/main/researcher/SKILL.md
Then restart your Claude CLI session so the skill is reloaded.
How To Use
Ask for research tasks with prompts like:
- "Research solutions for fixing slow API response times."
- "Compare approaches for background jobs in Node.js."
- "Investigate options for vector databases for RAG."
The skill follows this flow:
- Create problem directory.
- Search for candidate solutions in parallel.
- Create one directory per solution.
- Gather source documentation into markdown files.
- Write per-solution summary (
README.md). - Optionally test each solution and write `test_results_<s
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing