원클릭으로
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.