orchestrating-agents
Orchestrating Agents
This skill enables programmatic invocations for advanced workflows including parallel processing, task delegation, multi-agent analysis, and cost-optimized cross-vendor routing. Supports four CLI backends:
| CLI | Command | Cost Model | Ecosystem Access | Notes |
|---|---|---|---|---|
| Claude Code | claude |
Per-token (Anthropic API) | Native | Default orchestrator |
| Cursor Agent | agent |
Flat subscription | 37 models (GPT-5.x, Claude 4.x, Gemini 3.x, Grok) | Skill discovery buggy — use as leaf executor |
| Gemini CLI | gemini |
Subscription | Full (loads from ~/.agents/skills/) |
Full ecosystem access |
| Codex CLI | codex |
Subscription | Full (scans repo + ~/.codex/skills/) |
Built-in review command |
When to Use This Skill
Primary use cases:
- Parallel sub-tasks: Break complex analysis into simultaneous independent streams
- Multi-perspective analysis: Get 3-5 different expert viewpoints concurrently
- Cost-optimized delegation: Route tasks to the cheapest capable backend
- Cross-vendor workflows: Use Gemini/Codex for T2 tasks, Claude for T3 validation
- Recursive workflows: Orchestrator coordinating multiple API instances
More from arielperez82/agents-and-skills
algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
16problem-solving
Apply systematic problem-solving techniques for complexity spirals (simplification
15markdown-syntax-fundamentals
Use when writing or editing markdown files. Covers headings, text formatting, lists, links, images, code blocks, and blockquotes.
15research
Use when you need to research, analyze, and plan technical solutions that are scalable, secure, and maintainable.
14brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
14docs-seeker
Search technical documentation using executable scripts to detect query
14