mk:scale-routing

mk:scale-routing is a skill for Claude Code from ngocsangyem/MeowKit. It costs 45 tokens per session (1,553 once invoked), scanned A, original, MIT.

A task classifier that matches a request to known domains and estimates how complex the work is. It also identifies the task type and relevant project areas.

In plain words
What is it for?
It helps route bug fixes, features, refactors, security work, DevOps tasks, documentation, reviews, and intake requests.
Why use it?
It replaces guesswork about how much planning and coordination a task needs with a repeatable assessment.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths.

Good fit It helps route bug fixes, features, refactors, security work, DevOps tasks, documentation, reviews, and intake requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngocsangyem/meowkit/scale-routing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ngocsangyem/MeowKit --skill scale-routing
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mk:scale-routing

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/scale-routing/github.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/scale-routing)
Your own site
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/scale-routing"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/scale-routing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mk:scale-routing

Your own site · 80×15
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/scale-routing"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/scale-routing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,553 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.01553
Opus 5 $0.00023 $0.00776
Sonnet 5 $0.00009 $0.00311
Haiku 4.5 $0.00005 $0.00155

Measured 9d ago against content hash 2123f067709e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mk:scale-routing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (eval/classify.py, eval/run-routing-eval.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/scale-routing/SKILL.md · 144 lines

How it starts

The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Scale-Adaptive Routing

Automatically classifies task complexity based on domain keywords.

Internal sub-skill of Phase 0 (Orient). Not user-invocable directly — invoked by the orchestrator during task classification.

Purpose

Replace subjective orchestrator judgment with deterministic, auditable domain-based routing. A fintech auth change should auto-classify as COMPLEX without human intervention.

How It Works

  1. Input: User task description (string)
  2. Layer 0: Match keywords from data/domain-complexity.csv
  3. Layer 1: Analyze task content — classify type and extract mentioned files/modules (load references/multi-layer-detection.md)
  4. Layer 2: Check project context — files present, directory structure, recent git changes
  5. Layer 3: Score confidence per domain (HIGH ≥70, MEDIUM 40–69, LOW <40)
  6. Classify task type — map signals to one of: bug_fix, feature, refactor, security, devops, docs, review, intake (load references/task-type-classification.md)
  7. Optional: Check .claude/product-areas.yaml if exists — merge area keywords and paths (see references/product-area-config.md)
  8. Output: {domain, level, workflow, execution_tier, task_type, suggested_skill, confidence, product_area?}
  9. Fallback: No match → return unknown, defer to manual classification

CSV Schema

Column Values Purpose
domain snake_case identifier Domain name
signals comma-separated keywords Match against task description
level low, medium, high Complexity classification
workflow one-shot, standard, enhanced, advanced Workflow intensity
web_searches comma-separated topics Suggested research queries

Routing Logic

Level Execution Tier Gate 1 Workflow
low minimal Bypass eligible (one-shot) Minimal
medium standard Required Standard phases
high high-assurance Required Full phases + security

Read the full file on GitHub · 144 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 144 lines · 45 tokens per session scan A 2123f067709e

Subscribe to this mod's changes

mk:scale-routing is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 1,553 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories