task-weight-routing

Route coding tasks to cloud agents by weight, model, and budget.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill task-weight-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-weight-routing
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/task-weight-routing
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill task-weight-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures efficient task routing by assigning coding tasks to the most appropriate cloud agent CLI based on task weight and user-defined policies.

Core Features & Use Cases

  • Dynamic Routing: Based on task weight (Heavy, Medium, Light) to determine the optimal model selection, budget cap, and number of turns.
  • Policy Enforcement: Applies user-defined policies to manage budget constraints, turn limits, and model preferences.
  • Integration with Claude-Code: Complements bundled skills like 'claude-code' for task management without direct modification.

Quick Start

Set the desired policy for routing coding tasks using 'yuno configure routing <policy>'. Example: 'yuno configure routing "Heavy: Fable 5, Medium: Sonnet 5, Light: Haiku 4.5"'

Frequently Asked Questions about task-weight-routing

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

FAQPage Schema
How do I route coding tasks to optimize cloud agent resource utilization?

Route coding tasks by assigning them to cloud agent CLIs based on task weight. The skill dynamically allocates budgets and selects models to optimize resource usage without modifying your existing orchestration setup.

What is dynamic budget allocation for coding tasks and how does it work?

Dynamic budget allocation assigns task weights like Heavy, Medium, or Light to determine the optimal model selection, budget cap, and turn limits. This enforces user-defined policies to manage cloud agent constraints automatically.

How do I configure task routing policies for different model preferences?

Configure task routing policies by running a setup command to define model selections for specific task weights. You can specify exact model mappings for Heavy, Medium, and Light tasks to enforce your preferences.

Can I use this task routing approach with my existing Claude-code workflow?

Yes, you can use this routing approach with Claude-code. It integrates directly for task orchestration and management without requiring any modifications to your existing Claude-code setup or bundled skills.

Does task weight routing support budget limits and turn limits for cloud agents?

Task weight routing supports both budget limits and turn limits. It applies user-defined policies during the dynamic routing process to manage constraints and enforce resource boundaries across your cloud agents.

What are the limitations of using code routing for cloud agent orchestration?

Code routing depends on predefined task weight categories of Heavy, Medium, and Light. It requires setting explicit model preferences and budget policies beforehand, meaning tasks outside these defined weights may not route optimally.