スキル一覧に戻る
0xrdan

orchestrate

by 0xrdan

Intelligent model orchestration for Claude Code - routes queries to optimal Claude model (Haiku/Sonnet/Opus) based on complexity. It also includes many more features. If this project is working well for you and would like to support me, just help spread the word. Thanks!

22🍴 3📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


name: orchestrate description: Execute complex multi-step tasks with forked subtask contexts for clean conversation history context: fork agent: claude-router:opus-orchestrator

Orchestrate Skill

Execute complex, multi-step tasks using the Opus Orchestrator with context forking.

What This Does

This skill spawns a forked context where the Opus Orchestrator can:

  • Decompose complex tasks into subtasks
  • Delegate appropriately to Haiku (simple) and Sonnet (moderate) agents
  • Handle complex analysis and synthesis itself
  • Keep intermediate work isolated from your main conversation

When to Use

Use /orchestrate when you have:

  • Multi-file refactoring tasks
  • Complex feature implementations spanning multiple components
  • Tasks requiring research, planning, and implementation phases
  • Workflows with many sequential steps

Benefits of Forked Context

  1. Clean History - Subtask chatter stays in the fork, not your main conversation
  2. Better Focus - Orchestrator can iterate without cluttering your context
  3. Automatic Cleanup - Fork is discarded when task completes

Usage

/orchestrate <your complex task description>

Examples

/orchestrate Refactor the authentication system to use JWT tokens
/orchestrate Add comprehensive error handling across all API endpoints
/orchestrate Implement a caching layer for database queries

How It Works

  1. Your task is passed to the Opus Orchestrator in a forked context
  2. Orchestrator analyzes and decomposes the task
  3. Simple subtasks are delegated to Haiku (fast, cheap)
  4. Moderate subtasks go to Sonnet (balanced)
  5. Complex analysis stays with Opus
  6. Results are synthesized and returned to your main conversation

Cost Optimization

By delegating 60-70% of work to cheaper models, orchestrated tasks typically cost 40-50% less than running everything on Opus while maintaining quality.

スコア

総合スコア

75/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です