一键导入
delegation
Agent delegation and orchestration capabilities to split tasks and run them in parallel.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Agent delegation and orchestration capabilities to split tasks and run them in parallel.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
File-based planning system.
Coding assistant capabilities including file investigation, reading, searching, editing, and command execution.
Git version control operations for repositories.
Office document reading capabilities using the markitdown library.
Operating System file manipulation capabilities (list, bulk create, bulk move, regex move).
System administration tools for local OS info and remote SSH connection management.
| name | delegation |
| description | Agent delegation and orchestration capabilities to split tasks and run them in parallel. |
| allowed-tools | ["list_available_skills","delegate_task","check_task_status"] |
This skill allows the main agent to act as an orchestrator, dispatching sub-tasks to independent sub-agents. This is useful for parallelizing work or isolating complex sub-problems.
View which skills (servers) can be assigned to sub-agents.
Spawns a new autonomous sub-agent process to handle a specific task. The sub-agent runs asynchronously.
task_description: Clear instructions for the sub-agent.skills_needed: List of skill names the sub-agent requires (e.g., ["web_fetch", "office_reader"]).task_id for tracking.Retrieves the status (RUNNING/COMPLETED) and the final output of a delegated task.
task_id: The ID returned by delegate_task.delegate_task.check_task_status.