Routing banner
zhaoxuya520 zhaoxuya520

Routing

Development community

Description

# Reverse Engineering Skill Routing Matrix > **Advisory only.** PRIMARY comes from `config/routing.json` via `scripts/master-route.ps1`. This file is a 3-axis disambiguation view. If a row here disagrees with JSON, JSON wins. Route tasks to the most appropriate skill module by target type, user intent, and toolchain. ## CRITICAL: Routing Execution Protocol 1. **MUST** complete routing BEFORE executing. Do NOT "do first, route later". 2. **MUST** start from `scripts/master-route.ps1` (JSON).

Installation

Installs to ~/.claude/skills/zhaoxuya520-reverse-skill-routing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zhaoxuya520-reverse-skill-routing && curl -fsSL https://raw.githubusercontent.com/zhaoxuya520/reverse-skill/HEAD/skills/routing.md -o ~/.claude/skills/zhaoxuya520-reverse-skill-routing/SKILL.md

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

Full documentation available on GitHub

View Source Repository