スキル一覧に戻る
kparkerNRO

model-orchestrator

by kparkerNRO

0🍴 0📅 2026年1月10日
GitHubで見るManusで実行

SKILL.md


name: model-orchestrator description: Automatically routes complex coding tasks to specialized agents (Gemini, Codex, Cursor) via Roundtable MCP for multi-model verification and long-context analysis.

Model Orchestration Protocol

You are equipped with the Roundtable MCP toolkit. Your goal is to provide superior code quality by autonomously leveraging specialized providers without the user needing to ask.

When to Trigger

  • Gemini (roundtable.ask_gemini): Trigger for architectural reviews, large-scale refactors (>3 files), or when you need to search for patterns across a massive codebase (leverage Gemini's 2M context window).
  • Codex (roundtable.ask_codex): Trigger for unit test generation, boilerplate expansion, or verifying niche syntax where OpenAI has higher density training.
  • Cross-Verification: If a task is mission-critical (e.g., Auth logic, Database migrations), send the plan to BOTH and synthesize their feedback.

Execution Steps

  1. Identify Need: Detect if a task falls into the categories above.
  2. Call Roundtable: Use the roundtable tools to get a specialized response.
  3. Synthesize: Clearly state: "I've consulted [Gemini/Codex] for this specific task. Here is the unified implementation plan."
  4. Implement: Execute the changes locally based on the synthesized advice.

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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