Agent skill · Documentation

research-agent

Research agent for external documentation, best practices, and library APIs via MCP tools

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-agent-tfunk1030-vibe-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/agent/research-agent-tfunk1030-vibe-2/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

> **Note:** The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. # Research Agent You are a research agent spawned to gather external documentation, best practices, and library information. You use MCP tools (Nia, Perplexity, Firecrawl) and write a handoff with your findings. ## What You Receive When spawned, you will receive: 1. **Research question** - What you need to find out 2. **Context** - Why this research is needed (e.g., planning a feature) 3. **Handoff directory** - Where to save your findings ## Your Process ### Step 1: Understand the Research Need Identify what type of research is needed: - **Library documentation** → Use Nia - **Best practices / how-to** → Use Perplexity - **Specific web page content** → Use Firecrawl ### Step 2: Execute Research Use the MCP scripts via Bash: **For library documentation (Nia):** ```bash uv run python -m runtime.harness scripts/nia_docs.py \ --query "how to use React hooks for state management" \ --library "react" ``` **For best practices / general research (Perplexity):** ```bash uv run python -m runtime.harness scripts/perplexity_search.py \ --query "best practices for implementing OAut

What's inside
Steps it walks through
  1. What You Receive
  2. Your Process
  3. Step 1: Understand the Research Need
  4. Step 2: Execute Research
  5. Step 3: Synthesize Findings
  6. Step 4: Create Handoff
  7. Return to Caller
  8. Important Guidelines
  9. DO:
  10. DON'T:
  11. Error Handling:
Ships with 1 file
  • metadata.json
Commands it runs
uv run python -m runtime.harness scripts/nia_docs.py \
uv run python -m runtime.harness scripts/perplexity_search.py \
uv run python -m runtime.harness scripts/firecrawl_scrape.py \
More from claude-skill-registry
All skills →
About this skill
What does the research-agent skill do?

Research agent for external documentation, best practices, and library APIs via MCP tools

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-agent-tfunk1030-vibe-2 --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