cli-dispatch

Routes AI workflow tasks to compatible external CLIs based on their predefined capabilities and handles file-based result transfer.

1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/9thLevelSoftware/legion-ascended --skill cli-dispatch-9thlevelsoftware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-dispatch
Source: https://github.com/9thLevelSoftware/legion-ascended/tree/main/skills/cli-dispatch
Command: npx skills add https://github.com/9thLevelSoftware/legion-ascended --skill cli-dispatch-9thlevelsoftware

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gemini, codex, copilot, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies task dispatch to external CLIs (e.g., Gemini CLI, Codex CLI) in AI-assisted workflows, reducing complexity and enhancing efficiency.

Core Features & Use Cases

  • Cross-CLI Dispatch: Routes tasks to various external CLIs based on capability matching.
  • File-Based Result Handoff: Ensures results are securely and reliably transmitted.
  • Control-Mode Aware: Supports different control modes for varying degrees of security and permissions.
  • Use Case: For a software development project, automatically dispatch tasks to the appropriate CLI based on the task type and associated capabilities, such as code implementation or code review.

Quick Start

Dispatch a task to the 'codex' CLI using the 'cli-dispatch' skill.

Frequently Asked Questions about cli-dispatch

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

FAQPage Schema
How do I automate task routing to external CLIs like Gemini and Codex?

Task routing to external CLIs is automated by matching tasks with compatible command-line interfaces based on predefined capabilities. This ensures tasks are dispatched to the appropriate CLI for specific operations like code implementation or review.

What is the best way to manage AI-assisted workflows across multiple command-line interfaces?

Managing AI-assisted workflows across multiple command-line interfaces is handled through cross-CLI dispatch. It routes tasks based on capability matching and utilizes file-based result handoff to ensure outputs are securely and reliably transmitted.

How do I securely transfer results between different CLIs in an automated workflow?

Results are securely transferred between different CLIs using file-based result handoff. This mechanism guarantees reliable transmission of outputs while maintaining different operation modes for varying degrees of security and permissions.

Do I need specific environment setup to dispatch tasks to external command-line interfaces?

Yes, dispatching tasks to external command-line interfaces requires integration with specific CLIs and an appropriate environment setup. Control-mode aware settings provide security and control through different operation modes during task execution.

Can I use cross-CLI task dispatch for both code implementation and code review?

Yes, cross-CLI task dispatch supports both code implementation and code review by automatically routing tasks to the appropriate CLI. It matches each task type with the compatible CLI based on its associated predefined capabilities.

Why does task dispatch to external CLIs require different control modes?

Task dispatch requires different control modes to ensure security and control over external command-line interfaces. These modes provide varying degrees of permissions to safely manage how tasks are executed and how results are transferred.