model-routing

Select and dispatch tasks to appropriate AI language models based on task type.

10|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/verivus-oss/llm-cli-gateway --skill model-routing-verivus-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-routing
Source: https://github.com/verivus-oss/llm-cli-gateway/tree/main/skills/model-routing
Command: npx skills add https://github.com/verivus-oss/llm-cli-gateway --skill model-routing-verivus-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill addresses the challenge of selecting the right AI language model for a wide range of tasks, ensuring the most efficient and effective use of AI capabilities.

Core Features & Use Cases

  • Task-based Model Selection: Dynamically choose between models like Claude, Codex, Gemini, Grok, and Mistral based on the specific task at hand.
  • Decision Matrix: Provides a comprehensive guide to choosing the right model for various scenarios, such as code implementation, review, documentation, and security analysis.
  • Multi-Model Approaches: Supports parallel reviews and consensus-based decisions using multiple models to catch issues missed by a single model.

Quick Start

Implement a new feature using Codex with automated code generation and review. Command: codex_request "Implement feature X in the project."

Frequently Asked Questions about model-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I select the best AI model for specific coding tasks?

To select the best AI model for coding tasks, use a decision matrix that matches task types like code implementation, review, or security analysis to appropriate models such as Claude, Codex, or Gemini.

How does multi-model processing work for AI-based code reviews?

Multi-model processing for code reviews works by dispatching tasks to multiple models in parallel. This consensus-based approach catches issues missed by a single model by comparing outputs from different AI language models simultaneously.

Can I use multiple AI models in parallel for consensus decisions?

Yes, you can use multiple AI models in parallel for consensus decisions. The skill supports multi-model approaches that run parallel reviews, allowing you to compare outputs from models like Claude, Grok, and Mistral to catch missed issues.

What is the best way to automate task dispatch across different AI models?

The best way to automate task dispatch across different AI models is using a routing skill that evaluates the task type and applies a decision matrix. This ensures efficient model selection for code generation, documentation, and security analysis within a controlled environment.

Does multi-model AI selection require specific dependencies or environments?

Multi-model AI selection operates within a controlled environment featuring security and validation checks, but requires no specific external dependencies to function. You simply need access to the target AI language models for task dispatch.

When should I avoid using a single AI model for code implementation and review?

You should avoid using a single AI model for code implementation and review when complex consensus is needed, as multi-model parallel processing catches issues missed by individual models and provides comprehensive coverage for security analysis.