delegate-multi-agent
Installation
SKILL.md
Delegate Multi-Agent — Subtask Delegation System
Delegate specialized tasks to different AI agents with custom model configurations and tool access.
Overview
This skill enables multi-agent workflows by:
- Model Routing: Delegate to agents with different LLM providers (fast models for simple tasks, reasoning models for complex tasks)
- Tool Isolation: Each sub-agent gets a filtered set of tools appropriate for their task
- Agentic Loops: Sub-agents can run iterative tool-call loops for complex tasks
- Timeout Management: Configurable timeouts prevent runaway sub-agents
- Depth Limiting: Prevent infinite delegation chains
- Result Aggregation: Collect and combine results from multiple sub-agents