Skill

intelli-router

by ColeMatthewBienek

AI Summary

Intelli-router automatically triages user messages by complexity and routes them to the most cost-effective AI model (local Ollama, Claude Sonnet, Codex, or Claude Opus). Developers building multi-model AI systems benefit from reduced costs and optimized latency.

Description

Intelligent model router that triages every incoming user message by complexity using a local Ollama model (qwen3:1.7b), then routes to the optimal AI model via session_status. Use on ALL incoming user messages to automatically select between local models (dengcao/Qwen3-32B:Q5_K_M via Ollama) for simple tasks, Claude Sonnet for moderate tasks, Codex for coding tasks, and Claude Opus for complex tasks. Triggers on any user message that is not a slash command. Keywords: model routing, triage, classify, complexity, cost optimization, smart routing.

Install

# Add to your project root as SKILL.md
curl -o SKILL.md "https://raw.githubusercontent.com/ColeMatthewBienek/IntelliRouter/main/SKILL.md"

Quality Score

D

Below Average

57/100

Standard Compliance42
Documentation Quality55
Usefulness72
Maintenance Signal100
Community Signal24
Scored Today

GitHub Signals

Stars3
Issues0
Updated21d ago
View on GitHub

Trust & Transparency

Open Source — MIT

Source code publicly auditable

Verified Open Source

Hosted on GitHub — publicly auditable

Actively Maintained

Last commit 21d ago

3 stars

0 forks

My Fox Den

Community Rating

Works With

Claude Code