workweave/router

Model router for agentic systems. Routes every prompt to the right model in <50ms. Cut costs 40-70% with just an endpoint change.

3.0kStars on the repository
33Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

workweave/router

Skill Claude CodeCodex

Investigate a specific Claude Code session by session ID — correlate the local transcript (/.claude/projects/...jsonl) with the router's production logs to understand what the client rendered vs. what the upstream served. Use when given a session ID and asked "why did X render?" for a Claude Code conversation routed…

3.0k 2d ago B 74 tokens

debug-codex-session

02

workweave/router

Skill Claude CodeCodex

Investigate a specific Codex CLI session by session ID — correlate the local rollout transcript (/.codex/sessions/YYYY/MM/DD/rollout-- .jsonl) with the router's production logs to understand what Codex rendered vs. what the upstream served on the /v1/responses path. Use when given a session ID and asked "why did X…

3.0k 2d ago B 112 tokens

fix-pr-reviews

03

workweave/router

Skill Claude CodeCodex

Fetches feedback from a GitHub PR — review-thread comments, ad-hoc PR comments (including those posted as a review's body without a thread), and bot/advisory review submissions — and fixes all of them as they appear (comments before CI). Bot comment-length nits apply verbatim; comments requiring a genuine human…

3.0k 2d ago A 174 tokens

test-claude-locally

04

workweave/router

Skill Claude CodeCodex

Run the Weave router locally in docker compose and drive it with claude -p to reproduce and verify routing/translation behavior for a specific upstream model (e.g. GLM-5.1, DeepSeek, Qwen). Use when verifying a router fix end-to-end, reproducing a prod routing bug, confirming a model's streaming behavior (nudges…

3.0k 2d ago B 111 tokens

test-codex-locally

05

workweave/router

Skill Claude CodeCodex

Run the Weave router locally in docker compose and drive it with codex exec to reproduce and verify routing/translation/marker behavior for Codex's Responses API path. Use when verifying a router fix end-to-end for Codex, reproducing a prod Codex routing bug, confirming routing-marker / force-model /…

3.0k 2d ago D 98 tokens

disable-routing

06

workweave/router

Skill Claude CodeCodex

Switch Codex back to its normal provider for future sessions.

3.0k 2d ago A 15 tokens

fm

07

workweave/router

Skill Claude CodeCodex

Alias for force-model — pin this Codex session to a specific model through the Weave Router.

3.0k 2d ago A 22 tokens

force-model

08

workweave/router

Skill Claude CodeCodex

Pin this Codex session to a specific model through the Weave Router.

3.0k 2d ago A 18 tokens

rf

09

workweave/router

Skill Claude CodeCodex

Alias for router-feedback — submit feedback about a Weave Router decision or model performance.

3.0k 2d ago A 19 tokens

router-feedback

10

workweave/router

Skill Claude CodeCodex

Submit feedback about a Weave Router decision or model performance.

3.0k 2d ago A 15 tokens

router-models

11

workweave/router

Skill Claude CodeCodex

List the models the Weave Router may route to, and turn them on or off.

3.0k 2d ago A 22 tokens

router-off

12

workweave/router

Skill Claude CodeCodex

Route Codex to its default provider again (turn the Weave Router off).

3.0k 2d ago A 19 tokens

router-on

13

workweave/router

Skill Claude CodeCodex

Route Codex through the Weave Router again (turn it back on).

3.0k 2d ago A 18 tokens

router-status

14

workweave/router

Skill Claude CodeCodex

Show whether Codex is routing through the Weave Router or using its default provider.

3.0k 2d ago A 20 tokens

ufm

15

workweave/router

Skill Claude CodeCodex

Alias for unforce-model — clear the active Weave Router model pin.

3.0k 2d ago A 18 tokens

unforce-model

16

workweave/router

Skill Claude CodeCodex

Clear the active Weave Router model pin for this Codex session.

3.0k 2d ago A 18 tokens

install-lsps

17

workweave/router

Skill Claude CodeCodex

Install language servers (gopls, typescript-language-server, pyright, rust-analyzer) and their prerequisite toolchains (Go, Node/npm, rustup) so the lsp tool works. Use when the user asks to enable or install LSP / language-server support, when lspenable reports a missing toolchain, or when the lsp tool reports no…

3.0k 2d ago D 85 tokens

lsp-guide

18

workweave/router

Skill Claude CodeCodex

Recipes for the lsp tool — resolving where a symbol is defined, every place it is used, type signatures and docs, file outlines, and compiler/type errors through a real language server (Go, TypeScript/JavaScript, Python, Rust). Use when navigating or explaining code by symbol, finding callers or usages, checking what…

3.0k 2d ago A 84 tokens