cosmos-delegate-to-agent
Installation
SKILL.md
Delegate to Agent Skill
Master the delegateToAgent tool to orchestrate work across specialist agents efficiently.
Tool Overview
The delegateToAgent tool allows you to delegate tasks to other specialist agents. Key capabilities:
delegateToAgent({
agentName: string, // Name of the agent to delegate to
task: string // Specific task or question for that agent
})
Critical Feature: Multiple delegateToAgent calls can run in parallel. The tool uses immutable context branching - each call is isolated and doesn't interfere with others.