spawn-agent

Spawn sub-agents from SKILL.md definitions for delegated task execution.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill spawn-agent-acosmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn-agent
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/tools/subagents/spawn-agent
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill spawn-agent-acosmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

子智能体的创建与管理常常复杂且易失控。该技能提供基于技能定义派生可独立对话的子智能体,从角色、能力、约束与预算等维度实现模块化与可控扩展。

Core Features & Use Cases

  • 基于技能定义派生子智能体,允许为每个子智能体设置独立的会话与上下文边界。
  • 支持 agent_config 定义角色、能力、约束和预算,实现灵活的协作分工和资源控制。
  • 适用于分布式多智能体协同、任务分解与边界化执行的场景。

Quick Start

指定 skill_name 和 task,系统将基于技能 SKILL.md 的定义派生一个对应的子智能体并启动独立对话。

Frequently Asked Questions about spawn-agent

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

FAQPage Schema
How do I spawn sub-agents for parallel task execution in a modular AI system?

To spawn sub-agents, specify a skill_name and task so the system can derive an independent sub-agent from the skill definition, enabling parallel, isolated task execution across multiple skills with separate LLM sessions.

What is skill-driven sub-agent isolation and when do I need it for task delegation?

Skill-driven sub-agent isolation creates independent conversational boundaries for delegated tasks. You need it when executing parallel modular tasks requiring role-based constraints, budgets, and dynamic skill trees to prevent context overlap.

How do I configure role-based constraints and budgets for multiple AI agents?

Configure role-based constraints and budgets by defining agent_config parameters within the skill definition. This allows you to set independent contexts, allocate resources, and enforce specific capabilities for each spawned sub-agent.

Can I use dynamic skill trees to manage distributed multi-agent collaboration?

Yes, you can use dynamic skill trees and tool trees as defined in SKILL.md to manage distributed multi-agent collaboration. This supports modular AI systems requiring task decomposition and boundary-isolated execution across agents.

Do I need a defined SKILL.md file to spawn isolated sub-agents?

Yes, you need a defined SKILL.md file because the system derives sub-agents directly from the skill definition. This file establishes the dynamic skill trees, tool trees, and role-based constraints required for isolated execution.