Brainrouter — AI skill for Claude Code
LLM routing proxy for coding harnesses.
How to install Brainrouter
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ajaxdude/brainrouter and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Brainrouter does
LLM routing proxy for coding harnesses. Auto-routes to cloud or local inference via Bonsai LLM classification. Fallback, prompt rewriting, MCP code review, Signal/Discord Remote Communication
Alternatives in AI
- Inference Serving — ai-research-skills vLLM, SGLang, TensorRT-LLM, llama.cpp 5.4k ★
- Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★
- Surface — Show ranked attack surface for a target from its recon manifest + hunt memory 3.8k ★
README
brainrouter
A Rust proxy and local control plane between coding harnesses and LLMs. Choose independent Main, Reviewer, and local Subagent roles, inspect current model activity and completed-stream measurements, and explore imported benchmarks without running benchmark jobs. Bonsai classification and Manifest cloud access are opt-in; the defaults stay local. Core management and reviews have a headless CLI, while the benchmark and model-observability pages also expose HTTP APIs.
coding harness -> brainrouter :9099 (OpenAI or Anthropic wire format)
|
+-- auto/default -> Main choice (local by default)
+-- local/cloud -> explicit backend default
+-- model ID -> exact local, or cloud/
+-- subs -> separate local subagent pool
+-- review -> snapshotted Reviewer choice
|
+-- local -> llama-swap
+-- cloud -> Manifest when enabled -> local fallback
+-- Auto role -> Bonsai when enabled, otherwise local
/dashboard -> routing/profile/review/operations controls
/models -> read-only activity, measured completions, indicative alerts
/benchmarks -> stored results, import previews, plan previews, inspector
- One endpoint, all harnesses. OpenAI-compatible on
POST /v1/chat/completions. Anthropic-compatible onPOST /v1/messages. Every harness connects to the same:9099. - Independent routing roles. Choose Main, Reviewer (explicit local or cloud ID), and a separate local Subagent pool, or apply a named preset. Legacy
auto,local,cloud, andsubsaliases remain supported. Cloud and Bonsai stay off by default. - Off by default, opt in. Fresh installs run fully local with a single hop — no Bonsai model downlo
Related Skills
Discord
Manage Discord server - channels, messages, announcements, webhooks, and team communication. Your AI team memb
Openproxy
Smart AI proxy router that connects Claude Code, Cursor, Codex, Copilot, and 50+ coding tools to 40+ AI provid
Arbiter
A local proxy that lets Claude Code use NVIDIA NIM models instead of Anthropic's API. Features task-aware mode
Modelweaver
Multi-provider model orchestration proxy for Claude Code. Route agent roles (planning, coding, research) to di
IRA
Voice-first AI assistant in Rust. Wake word, full-duplex speech with barge-in, hybrid local/cloud inference. C
Anthropic Proxy Rs
A proxy server that intercepts Anthropic API requests and converts them to OpenAI-compatible format, enabling
Related Agents
Gaia
Remote sensing domain specialist — satellite image processing, spectral analysis, SAR, change detection, time
Inference Architect
You are the system Inference Architect — a senior ML infrastructure engineer specializing in local LLM serving
Impl Regex
Reviews implementation plans from a regex and pattern matching perspective. Use when evaluating completion sig