workweave

33 mods across 1 repository, 3.0k stars between them.

router-models

25

workweave/router

Command

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

3.0k 2d ago A 18 tokens

router-off

26

workweave/router

Command

Route Claude Code directly to Anthropic again (turn the Weave Router off).

3.0k 2d ago A 16 tokens

router-on

27

workweave/router

Command

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

3.0k 2d ago A 15 tokens

router-session

28

workweave/router

Command

Print the session id that correlates this session in router telemetry and logs.

3.0k 2d ago A 15 tokens

router-status

29

workweave/router

Command

Show whether Claude Code is routing through the Weave Router or directly to Anthropic.

3.0k 2d ago A 17 tokens

ufm

30

workweave/router

Command

Alias for /unforce-model — clear an active /force-model pin and resume automatic routing.

3.0k 2d ago A 19 tokens

install-lsps

32

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

33

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