spawn-research-agents
Installation
SKILL.md
Spawn Research Agents
Use specialized agents in parallel to research different aspects of the codebase efficiently.
Agent Selection
Choose agents based on research needs:
Always start with locators:
codebase-locator- Find WHERE files/components arethoughts-locator- Find WHAT documentation exists
Then use analyzers on findings:
codebase-analyzer- Understand HOW specific code workscodebase-pattern-finder- Find SIMILAR implementationsthoughts-analyzer- Extract insights from specific docs
Only if user explicitly requests:
web-search-researcher- External research