๐Ÿ”€
DevOpsGo

Disable Routing

by workweave

Disable Routing is a DevOps skill for Claude Code, published by workweave in router.

967 stars52 forkson workweave/routerAdded 2026/08/21Repository updated 2026/08/21
agentic-codingai-gatewayanthropicclaude-codecodexmodel-routeropenai-compatible
Install in seconds
Install Disable Routing
Copy Disable Routing into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/workweave/router/tree/main/install/codex-skills/disable-routing ~/.claude/skills/disable-routing

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/workweave/router.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
install/codex-skills/disable-routing/SKILL.md in workweave/router
Installs to
~/.claude/skills/disable-routing
Collection
One of 4 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What Disable Routing does

Disable Routing switches the current Codex installation off the Weave Router for future sessions. Use it when you want Codex to stop using the router without removing its configuration.

Disable Routing is cataloged under DevOps on DirSkills. Disable Routing comes from a repository tagged agentic-coding, ai-gateway, anthropic, claude-code and codex.

Documentation

README

Disable Weave routing

When the user invokes $disable-routing, switch the current Codex installation off the Weave Router without logging out or deleting its router configuration.

  1. Explain that the change takes effect on the next codex launch and that it can later be reversed with npx --package @workweave/router -y -- weave-router on --codex{{SCOPE}}.

  2. Run exactly:

    npx --package @workweave/router -y -- weave-router off --codex{{SCOPE}}
    
  3. Report the command result. Do not uninstall the router or alter any other Codex settings.

Frequently asked about Disable Routing

  • What else does workweave publish alongside Disable Routing?

    Disable Routing is one of 4 skills that DirSkills catalogs from workweave/router, the repository it ships in. Its siblings there include Debug Claude Session, PR Feedback Loop and Test Claude Locally. Each one is a separate skill with its own page in this directory, installs the same way Disable Routing does, and is maintained by workweave in that same repository. The rest of the collection is listed on the workweave/router page.

  • How does Disable Routing compare to other DevOps skills?

    Disable Routing ranks #476 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Disable Routing against them. Open each page to compare what they document and how they install.