research

Route research queries to parallel subagents and return concise summaries with source URLs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/anntnzrb/.claude --skill research-anntnzrb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/anntnzrb/.claude/tree/main/skills/research
Command: npx skills add https://github.com/anntnzrb/.claude --skill research-anntnzrb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you systematically gather up-to-date information from the web, codebases, and libraries by orchestrating subagents. It preserves context while performing heavy research tasks.

Core Features & Use Cases

  • Parallel research: Break complex questions into focused queries and run them in parallel.
  • Context-preserving synthesis: Combine results from multiple sources into a concise answer with URLs.
  • Use Case: When you need current APIs, libraries, or event updates, you can have this Skill gather sources and deliver a concise briefing.

Quick Start

Ask me to Research: how does React Server Components fetch data? and I will launch parallel subagents to fetch code, web, and repository context.

Frequently Asked Questions about research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate research across multiple web sources in parallel?

Parallel research orchestrates subagents to query web, code repositories, and knowledge bases simultaneously, then synthesizes results into a single briefing with source URLs. This accelerates gathering current APIs, libraries, and event information without sequential delays.

When should I use parallel subagent execution for research tasks?

Use parallel subagent execution when you need current external information—library updates, API changes, repository code examples, or recent events—across multiple sources. Breaking complex questions into focused queries and running them concurrently preserves context while reducing total research time.

Can I research current APIs and libraries with this automation?

Yes. This Skill gathers up-to-date API documentation, library versions, and code examples by routing queries to web and repository subagents, then returns concise summaries with source URLs, enabling you to stay current without manual browsing.

How do I combine research results from web, code, and repository sources?

The Skill routes queries to appropriate subagents—web for current information, code context for implementation details, and deepwiki for structured knowledge—then synthesizes their outputs into a single answer with source attribution and URLs.

What's the difference between sequential and parallel research workflows?

Parallel research runs multiple focused queries simultaneously via subagents, reducing total time and enabling context-preserving synthesis. Sequential research processes one query at a time, increasing latency for multi-source information gathering tasks.