famaoai-creator

ai-model-orchestrator

Dynamically selects the optimal AI model based on task complexity, cost, and latency. Routes requests to Gemini, GPT-4, Claude, or local LLMs to maximize efficiency.

famaoai-creator 1 2 Updated 3mo ago

Resources

2
GitHub

Install

npx skillscat add famaoai-creator/gemini-skills/ai-model-orchestrator

Install via the SkillsCat registry.

SKILL.md

AI Model Orchestrator

This skill ensures that the most appropriate and cost-effective intelligence is used for every task.

Capabilities

1. Task Triage

  • Analyzes the "Hardness" of a prompt or code task.
  • Routes simple tasks (e.g., translation, basic cleanup) to faster/cheaper models.
  • Routes complex tasks (e.g., architectural design, deep debugging) to state-of-the-art models.

2. Multi-Provider Fallback

  • Automatically switches providers if an API is down or throttled.
  • Compares outputs from multiple models for critical tasks (consensus building).

Usage

  • "Execute the code review using the most cost-effective model that maintains high precision."
  • "Orchestrate a multi-model evaluation of our new security architecture."

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md. It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.