/skill-native-escalation-routing
Use when choosing native or multi-LLM handling for init, review, or security requests
One skill from octo.
shell
$ npx -y skills add nyldn/claude-octopus --skill skill-native-escalation-routing --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/skill-native-escalation-routing
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when choosing native or multi-LLM handling for init, review, or security requests
Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
Ships with octo
SKILL.md
skill-native-escalation-routing.SKILL.md
--- name: skill-native-escalation-routing description: "Use when choosing native or multi-LLM handling for init, review, or security requests" --- # Native-First Escalation Routing Use this skill when the user asks for repository initialization, code review, or security review and it is not yet clear whether Claude-native behavior is sufficient or whether Octopus escalation is warranted. ## Core Policy Claude-native first: - `/init` - `/review` - `/security-review` Octopus for escalation: - `/octo:review` - `/octo:security` - `/octo:debate` - `/octo:multi` ## Route to Claude-Native First Prefer Claude-native behavior when all of the following are true: - the request maps directly to init, review, or security review - the user did not ask for multiple model opinions - the user did not ask for Codex, Gemini, or another provider explicitly - the task does not require adversarial debate, consensus scoring, or external-provider specialization Examples: - "initialize this repo" - "review my staged changes"
