بنقرة واحدة
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.