Agent skill · Documentation

research-agent

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

parcadeigithub.com/parcadeiGitHub ↗
claude-codeMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill research-agent --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: .claude/skills/research-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,879
Language: Python
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

> **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/mcp/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/mcp/perplexity_search.py \ --query "best practices for implement

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:
Commands it runs
uv run python -m runtime.harness scripts/mcp/nia_docs.py \
uv run python -m runtime.harness scripts/mcp/perplexity_search.py \
uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \
More from Continuous-Claude-v3
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 parcadei/Continuous-Claude-v3 --skill research-agent --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 parcadei/Continuous-Claude-v3, a repository with 3,879 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