research-agent
SolidResearch agent for external documentation, best practices, and library APIs via MCP tools
AI & Automation 501 stars
42 forks Updated yesterday MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
> **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 implementing OAuth2 in Node.js 2024" \
--mode "research"
```
**For scraping specific documentation pages (Firecrawl):**
```bash
uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \
--url "https://docs.example.com/api/aut...
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
research-agent
Research agent for external documentation, best practices, and library APIs via MCP tools
3,809 Updated 4 months ago
parcadei AI & Automation Listed
best-practices-researcher
Use this agent when you need to research external best practices, documentation, and examples for any technology or development practice. Use framework-docs-researcher for a specific library's API docs; use this agent for cross-source best practices research.
10 Updated today
jikig-ai AI & Automation Solid
research
Document codebase as-is with thoughts directory for historical context
501 Updated yesterday
vibeeval