model-strategy
SolidMulti-Modell Orchestrierung und Model-Switching Strategie. Score-basierte Modellauswahl, Cross-Agent-Delegation (Gemini, Codex, Ollama), Advisor-Pairing, Eskalations-Trigger, Berechtigungsmatrix und Kosten-Effizienz-Optimierung.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- ellmos-ai
- Repository
- ellmos-ai/skills
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
superforge-dev
Build multi-component features by decomposing the work and dispatching subagents, assigning a model tier per subtask across Claude 5, Gemini 3.6, Codex, and Kimi. Proposes Subagents versus Agent Teams topology by task complexity and token cost. Use when the user says "implement", "build this feature", "execute the plan", "in parallel", "dispatch agents", "subagents", "which model should", "実装して", "作って", "並列で", "サブエージェント", "プランを実行", "どのモデルで", or runs /superforge-dev.
co-pilot-loop
Cooperative Multi-Agent Coordination Loop. Spawns a lightweight companion sub-agent (Gemini 3.5 Flash Low) to perform spec discovery, planning, and implementation. The primary agent (Claude) acts as the QA Director, answering Gemini's questions, approving the spec/plan, and running verification tests. Assumes the superpowers plugin is installed in the target repository.
stuntdouble
Your frontier model is the star — stop making it do the stunts. Two modes. ADVISOR: analyzes a task and recommends the best AI model (Anthropic/OpenAI/Google) with the exact switch command. ORCHESTRATOR: stays ON for the whole session (like a mode toggle) — every task gets scored, decomposed, and dispatched to "stunt double" workers running the cheapest capable model OF THE HOST'S OWN PROVIDER (Claude models in Claude Code, OpenAI models in Codex, Gemini models in Gemini CLI), with the star (strongest model) doing only the final close-up: verification. TRIGGER on /stuntdouble, "stuntdouble on/off", "which model should I use", "select the best model", "optimize model usage", "is this task worth Opus". DO NOT TRIGGER when the user asks about model pricing/APIs in their own application code.