task-delegation
跨 Agent 任务分发:将子任务委派给外部 CLI agent 执行。
调用
python3 skills/task-delegation/run.py dispatch --agent codex --task 'fix the bug in main.go'
python3 skills/task-delegation/run.py list
When a subtask should run on a different agent (Codex/Claude/Gemini) → delegate and track cross-agent execution.
Browse the full folder contents for task-delegation.
Loading file tree…
Skill Metadata
跨 Agent 任务分发:将子任务委派给外部 CLI agent 执行。
python3 skills/task-delegation/run.py dispatch --agent codex --task 'fix the bug in main.go'
python3 skills/task-delegation/run.py list