Subagent Orchestration
by Rapa Canola
Intelligently delegate tasks to Claude, Codex, or Gemini based on cost, model strengths, and rate limits.
- Route tasks to cheaper models to save on token spend
- Cross-check security-critical code across three different LLM providers
- Automatically failover to a different model when hitting rate limits
$15
· or 75 creditsSecure checkout via Stripe
Included in download
- Route tasks to cheaper models to save on token spend
- Cross-check security-critical code across three different LLM providers
- terminal automation included
- Ready for Claude Code
Sample input
Run a cross-check on my refactor in main.js across all models to catch potential logic errors or optimization gaps.
Sample output
[Claude]: Logic looks sound, but check the overflow on line 42. [Codex]: LGTM. I'd suggest a try-catch block here. [Gemini]: Optimization tip: use a map instead of a nested loop for O(n) complexity. Analysis: 2/3 models suggest error handling improvements.
Subagent Orchestration
by Rapa Canola
Intelligently delegate tasks to Claude, Codex, or Gemini based on cost, model strengths, and rate limits.
$15
· or 75 creditsSecure checkout via Stripe
Included in download
- Route tasks to cheaper models to save on token spend
- Cross-check security-critical code across three different LLM providers
- terminal automation included
- Ready for Claude Code
- Instant install
Sample input
Run a cross-check on my refactor in main.js across all models to catch potential logic errors or optimization gaps.
Sample output
[Claude]: Logic looks sound, but check the overflow on line 42. [Codex]: LGTM. I'd suggest a try-catch block here. [Gemini]: Optimization tip: use a map instead of a nested loop for O(n) complexity. Analysis: 2/3 models suggest error handling improvements.
About This Skill
Smart Multi-Model Routing & Delegation
Subagent Orchestration is a high-level routing skill designed for developers who use multiple AI models (Claude, GPT/Codex, and Gemini) and want to optimize for cost, performance, and context window limitations. Instead of manually switching browser tabs or CLI tools, this skill allows your primary agent to intelligently delegate sub-tasks to the best-fitting model for the job.
How it works
The skill acts as an intelligent traffic controller. It analyzes your request and routes it to specific vendor CLIs based on task strengths: Claude for precise code refactoring, Gemini for massive context ingestion (up to 1M+ tokens), or Codex for web-integrated research. It handles the syntax differences between each model's CLI, enabling seamless cross-model execution.
Why use this skill?
- Cost Management: Automatically route lightweight formatting or summary tasks to cheaper models like Gemini Flash.
- Rate Limit Resilience: If Claude is rate-limited, the skill can automatically failover to Gemini or Codex to keep your workflow moving.
- Cross-Model Verification: Run the same security or logic check across all three models simultaneously to find "blind spots" through a side-by-side comparison table.
- Context Optimization: Automatically detects when a prompt exceeds standard context limits and routes it to the large-window models.
Supported Integration
The skill leverages your existing local environment, supporting official CLIs for Claude, Codex/ChatGPT, and Gemini. It outputs clean, prefixed text for single runs or structured Markdown tables for cross-model comparisons.
Use Cases
- Route tasks to cheaper models to save on token spend
- Cross-check security-critical code across three different LLM providers
- Automatically failover to a different model when hitting rate limits
- Process massive files by routing to Gemini's 1M+ context window
Known Limitations
- Requires manual CLI auth for each vendor.
- Blocking execution (no real-time streaming).
- Heuristic-based routing rather than ML-optimized selection.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/subagent-orchestration -o /tmp/subagent-orchestration.zip && unzip -o /tmp/subagent-orchestration.zip -d ~/.claude/skills && rm /tmp/subagent-orchestration.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Claude Code, Codex CLI, Gemini CLI
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.