setup_routing

Configure project routing policies by analyzing code and classifying sensitivity profiles.

4|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/blendsdk/claude-codeops --skill setup-routing-blendsdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup_routing
Source: https://github.com/blendsdk/claude-codeops/tree/main/skills/setup_routing
Command: npx skills add https://github.com/blendsdk/claude-codeops --skill setup-routing-blendsdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the configuration of model and effort routing for projects, ensuring that expensive reasoning is used where it matters most and high-volume mechanical work is efficiently handled.

Core Features & Use Cases

  • Model & Effort Routing: Configure per-project routing for models like Opus and Sonnet to optimize reasoning and mechanical work distribution.
  • Sensitivity Analysis: Independently analyzes the project and classifies it into a sensitivity profile to determine optimal routing.
  • Customization: Offers the option to customize routing policies and executor configurations for specific project needs.
  • Use Case: For a project involving both complex reasoning and routine tasks, this Skill can be used to route complex tasks to Opus and routine tasks to Sonnet, improving overall efficiency.

Quick Start

Run the /codeops:setup_routing command to configure model and effort routing for your current project.

Frequently Asked Questions about setup_routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize model routing for complex reasoning versus mechanical work?

Project routing classifies your codebase into sensitivity profiles to apply routing policies. It ensures expensive reasoning is used where it matters most while high-volume mechanical work is handled efficiently by models like Sonnet.

What is the best way to configure effort routing for my codebase?

Run the setup routing command to analyze your project structure and code. It automatically classifies the project into a sensitivity profile and applies customized routing rules and executor configurations for optimal effort distribution.

Can I customize routing policies for specific project needs?

Yes, you can customize routing policies and executor configurations after the initial sensitivity analysis. This allows you to tailor model and effort distribution to match your specific project requirements and code structure.

Does project routing require manual code analysis to determine sensitivity?

No, the skill independently analyzes your project code and structure to classify it into a sensitivity profile. This automated analysis determines the optimal routing policies without requiring manual code review.

When should I use automated routing policies instead of manual model selection?

Use automated routing policies when your project involves both complex reasoning and routine tasks. It improves overall efficiency by ensuring expensive reasoning models are used only where they matter most.