cklxx

task-delegation

跨 Agent 任务委派 — 将子任务分发给 Codex/Claude/Gemini CLI 执行。

cklxx 11 2 Updated 6mo ago

Resources

2
GitHub

Install

npx skillscat add cklxx/elephant-ai/task-delegation

Install via the SkillsCat registry.

About this skill

This skill enables an agent to delegate subtasks to external CLI-based agents such as Codex, Claude, or Gemini by invoking a script with a JSON payload specifying the target agent and task. It solves the problem of orchestrating work across multiple AI agents from within another agent's workflow. Developers should use it when they need to offload or parallelize sub-tasks to specialized CLI agents during automated or multi-agent workflows.

SKILL.md

task-delegation

跨 Agent 任务分发:将子任务委派给外部 CLI agent 执行。

调用

python3 skills/task-delegation/run.py '{"action":"dispatch","agent":"codex","task":"fix the bug in main.go"}'
python3 skills/task-delegation/run.py '{"action":"list"}'