spawn-search-agents

Spawn parallel search agents to gather codebase, reference, and web information.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Zeliper/z-coder --skill spawn-search-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn-search-agents
Source: https://github.com/Zeliper/z-coder/tree/main/.claude/skills/spawn-search-agents
Command: npx skills add https://github.com/Zeliper/z-coder --skill spawn-search-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates parallel information gathering by spawning codebase-search-agent, reference-agent, and web-search-agent to quickly surface relevant code patterns, docs, and references.

Core Features & Use Cases

  • Parallel Discovery: Spawn multiple search agents at once to accelerate context gathering.
  • Focused Results: Collect code patterns, templates, and external references to guide tasks.
  • Feed to Planning: Deliver results to the next step (todo-list-agent) to plan work.

Quick Start

Spawn codebase-search-agent, reference-agent, and web-search-agent in parallel for TASK-001 to collect context before coding.

Frequently Asked Questions about spawn-search-agents

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

FAQPage Schema
How do I gather information from multiple sources at once when exploring a codebase?

Spawn search agents in parallel to perform information gathering across codebase, documentation, and web sources simultaneously. This Skill coordinates codebase-search-agent, reference-agent, and web-search-agent to surface relevant code patterns, templates, and references faster than sequential searches, then delivers consolidated results for planning.

Can I use search agents to find code examples and templates across repositories?

Yes. This Skill spawns dedicated agents to discover code patterns, templates, and examples across projects and repositories. Results are collected in parallel and summarized for handoff to planning or coding tasks, accelerating context gathering before implementation.

What's the best way to coordinate multiple search tasks without using Bash directly?

Use this Skill to spawn search agents via Task tool invocation rather than orchestrating searches through Bash or CLI commands. Parallel agent spawning handles codebase exploration, API reference lookups, and external documentation discovery while maintaining structured result aggregation.

How do I prepare my codebase before using search agents for context gathering?

Search agents work with existing codebases and documentation without special setup. Ensure your codebase is accessible and document sources are available; the agents will explore them in parallel and return focused results ready for the next planning or coding step.

What happens after search agents return their findings?

Agent results are summarized and handed off to downstream tasks like planning or coding workflows. This Skill feeds discovered patterns, references, and documentation into todo-list-agent or similar tools to guide implementation decisions based on gathered context.

Can search agents work with both internal codebases and external web documentation?

Yes. This Skill spawns codebase-search-agent for internal exploration, reference-agent for API and library docs, and web-search-agent for external resources. Parallel execution collects all three result types in one coordinated operation.