spawn

Launch multiple agents in parallel within isolated git worktrees.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/4lerman/text_evaluator --skill spawn-4lerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn
Source: https://github.com/4lerman/text_evaluator/tree/main/.agents/skills/engineering-advanced-skills/agenthub/skills/spawn
Command: npx skills add https://github.com/4lerman/text_evaluator --skill spawn-4lerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of executing multiple tasks in parallel, allowing for concurrent processing and faster completion of complex tasks.

Core Features & Use Cases

  • Parallel Execution: Spawns N subagents to work on the same task simultaneously, each in an isolated git worktree.
  • Isolated Environments: Ensures that each agent operates in a separate, controlled environment to prevent interference.
  • Custom Templates: Utilizes predefined templates for optimized task execution, such as optimization, refactoring, testing, and bug fixing.

Quick Start

To launch parallel agents for a specific session, use the command: /hub:spawn 20260317-143022

Frequently Asked Questions about spawn

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

FAQPage Schema
How do I run parallel agents for concurrent task execution without git conflicts?

Parallel agents run in isolated git worktrees to prevent interference during concurrent task execution. Each subagent operates in a separate, controlled environment, ensuring simultaneous tasks do not conflict with each other.

What is the best way to distribute tasks across multiple agents for simultaneous processing?

Task distribution is handled by spawning N subagents to work on the same task simultaneously. This concurrent processing approach uses custom templates to optimize execution for specific scenarios like refactoring, testing, and bug fixing.

Do I need session configuration to launch parallel subagents in isolated environments?

Yes, session configuration and environment setup are required to launch parallel subagents. You initiate a specific session using a command with a timestamp identifier to properly configure the isolated git worktrees for concurrent execution.

Can I use custom templates for concurrent execution tasks like refactoring or bug fixing?

Yes, custom templates are supported for optimized task execution during concurrent processing. Predefined templates allow you to target specific workflows such as optimization, refactoring, testing, and bug fixing across spawned subagents.

Why should I use git worktrees for concurrent agent management?

Git worktrees provide isolated environments for each agent during concurrent execution, preventing file interference. This ensures that parallel tasks remain independent and controlled, which is essential for safe simultaneous processing.