Route Eval banner
alinaqi alinaqi

Route Eval

Development community

Description

# /route-eval — Evaluate a project and set its routing profile Analyze the current project's structure **and** your past routing history, then recommend a per-project routing profile — e.g. a small, low-risk project can send everything through one cheap model (like `glm-5.2`), while security-sensitive files always escalate to Claude. The profile is stored **privately, per-machine** at `~/.claude/projects/<encoded-cwd>/routing.yaml` (never committed) and overrides the global `~/.maggy/routing.y

Installation

Installs to ~/.claude/skills/alinaqi-maggy-route-eval/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alinaqi-maggy-route-eval && curl -fsSL https://raw.githubusercontent.com/alinaqi/maggy/HEAD/commands/route-eval.md -o ~/.claude/skills/alinaqi-maggy-route-eval/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository