delegate-to-other-agents

Route implementation tasks to executors and Claude subagents based on complexity.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/Khang5687/agent-scripts --skill delegate-to-other-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegate-to-other-agents
Source: https://github.com/Khang5687/agent-scripts/tree/main/skills/delegate-to-other-agents
Command: npx skills add https://github.com/Khang5687/agent-scripts --skill delegate-to-other-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires codex-cli, grok-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the routing of implementation work to the appropriate executors and subagents, optimizing productivity and ensuring quality.

Core Features & Use Cases

  • Executor Routing: Select the best executor (Codex CLI, Grok CLI) for tasks based on size, complexity, and model capability.
  • Subagent Utilization: Utilize Claude subagents for tasks requiring session tools, state, or reasoning depth.
  • Failure Handling: Implement robust failure handling and recovery processes to maintain productivity and quality.

Quick Start

To delegate a task to an executor, use the 'delegate-to-other-agents' skill with the following command:

delegate-to-other-agents --executor codex-terra --task "Implement the new feature"

Frequently Asked Questions about delegate-to-other-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route implementation tasks to subagents for better productivity?

Task routing to subagents assigns implementation work to executors like Codex CLI or Grok CLI based on complexity and model capabilities. It utilizes Claude subagents specifically for complex, state-dependent tasks requiring deep reasoning.

When should I use Claude subagents instead of CLI executors for task routing?

Use Claude subagents for task routing when your implementation work requires session tools, state management, or deep reasoning depth. CLI executors handle standard tasks, while subagents manage complex, state-dependent scenarios.

Do I need Codex CLI and Grok CLI installed to delegate tasks to other agents?

Yes, Codex CLI and Grok CLI are required dependencies for routing executor tasks. You need both installed to delegate implementation work to the appropriate executors based on task size and model capabilities.

What's the best way to handle executor failure when delegating implementation work?

Handling executor failure requires robust failure handling and recovery processes to maintain productivity and quality. This Skill implements recovery workflows and ensures executor outputs are reviewed by Claude family agents for accuracy.

How are executor outputs reviewed for quality assurance after task routing?

Executor outputs are reviewed by Claude family agents for accuracy and quality assurance after task routing. This review process ensures that work delegated to Codex CLI or Grok CLI meets quality standards before completion.