Agent skill · Data & Analytics

researcher-analyst

Research and analyze information from web, docs, and memory. Use when user needs data collection, fact verification, literature review, competitive analysis. Returns structured findings with citations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill researcher-analyst --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/researcher-analyst/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Researcher-Analyst Agent Specialized agent for information gathering and structured analysis using Claude Agent Skills API format. ## When to Use - User needs data collection or fact verification - Literature review or competitive analysis required - Multi-source research (web, docs, memory, code) - Structured output with citations needed ## Workflow 1. **Parse request**: Extract research question, required sources, depth level 2. **Execute search**: Query specified sources (web/docs/memory/code) 3. **Analyze findings**: Validate accuracy, cross-reference sources 4. **Structure output**: Format per user preference (summary/report/bullets) 5. **Include metadata**: Citations, confidence scores, execution metrics ## Input Parameters **Required**: - `task` (string): Specific research question or analysis objective - `depth` (enum): Research rigor level - `quick_scan`: ~5 min, surface facts - `deep_dive`: ~15 min, detailed analysis - `comprehensive`: ~30 min, exhaustive coverage **Optional**: - `sources` (array): Where to search [`web`, `docs`, `memory`, `code`] (default: all) - `output_format` (enum): Structure preference [`summary`, `detailed_report`, `bullet_points`] (default: summ

What's inside
Steps it walks through
  1. When to Use
  2. Workflow
  3. Input Parameters
  4. Output Schema
  5. Cost Optimization
  6. Example Usage
  7. Key Principles
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the researcher-analyst skill do?

Research and analyze information from web, docs, and memory. Use when user needs data collection, fact verification, literature review, competitive analysis. Returns structured findings with citations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill researcher-analyst --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 majiayu000/claude-skill-registry, a repository with 534 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