Command
List the models the Weave Router may route to, and turn them on or off.
Command
List the models the Weave Router may route to, and turn them on or off.
Command
Route Claude Code directly to Anthropic again (turn the Weave Router off).
Command
Route Claude Code through the Weave Router again (turn it back on).
Command
Print the session id that correlates this session in router telemetry and logs.
Command
Show whether Claude Code is routing through the Weave Router or directly to Anthropic.
Command
Alias for /unforce-model — clear an active /force-model pin and resume automatic routing.
Command
Clear an active /force-model pin and resume automatic routing.
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…
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…