skill-native-escalation-routing

skill-native-escalation-routing is a skill for Claude Code from nyldn/claude-octopus. It costs 25 tokens per session (473 once invoked), scanned A, original, MIT.

A routing guide for deciding whether repository setup, code review, or security review should use Claude's built-in handling or a multi-model Octopus workflow. It explains when extra model opinions or adversarial review are appropriate.

In plain words
What is it for?
Use it to choose handling for initialization, code reviews, security reviews, multi-model opinions, debates, or provider-specific analysis.
Why use it?
It prevents unnecessary escalation while preserving a path to broader or more rigorous review when the request needs it.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions Codex.

Part of the octo plugin — 70 skills, 106 commands, 10 agents, 18 hooks shipped together

Good fit Use it to choose handling for initialization, code reviews, security reviews, multi-model opinions, debates, or provider-specific analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nyldn/claude-octopus/skill-native-escalation-routing
About the project

Claude Octopus is an orchestration project that sends research, design, and coding tasks to Claude Code and other AI model providers so their results can be compared. Developers use it for multi-model work, disagreement detection, reviews, persistent context, and an optional workflow that moves from discovery through delivery. The catalogue entries are its commands, skills, agents, instructions, hooks, plugins, and settings.

nyldn/claude-octopus · 4,061 stars · on GitHub · reddit.com

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 nyldn/claude-octopus --skill skill-native-escalation-routing
Clone the repo
git clone --depth 1 https://github.com/nyldn/claude-octopus

Made for: Claude Code.

Or install octo, the plugin that ships this one along with the rest of its 70 skills, 106 commands, 10 agents, 18 hooks.

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 skill-native-escalation-routing

README.md
[![agentmods](https://agentmods.dev/badge/skills/nyldn/claude-octopus/skill-native-escalation-routing/github.svg)](https://agentmods.dev/skills/nyldn/claude-octopus/skill-native-escalation-routing)
Your own site
<a href="https://agentmods.dev/skills/nyldn/claude-octopus/skill-native-escalation-routing"><img src="https://agentmods.dev/badge/skills/nyldn/claude-octopus/skill-native-escalation-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 skill-native-escalation-routing

Your own site · 80×15
<a href="https://agentmods.dev/skills/nyldn/claude-octopus/skill-native-escalation-routing"><img src="https://agentmods.dev/badge/skills/nyldn/claude-octopus/skill-native-escalation-routing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 473 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00025 $0.00473
Opus 5 $0.00013 $0.00236
Sonnet 5 $0.00005 $0.00095
Haiku 4.5 $0.00003 $0.00047

Measured 11d ago against content hash 33c78e1fab93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

skill-native-escalation-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 11d ago.

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/skill-native-escalation-routing/SKILL.md · 70 lines

What it actually says

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, Antigravity, 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"
  • "security review this auth module"

Escalate to Octopus

Escalate when the user asks for or clearly benefits from:

  • multiple model opinions
  • adversarial review
  • debate between providers
  • provider-specific analysis
  • autonomous codegen verification
  • elevated rigor for complex or high-risk work

Examples:

  • "get multiple model opinions on this PR"
  • "have Codex and Antigravity review this architecture"
  • "do an adversarial security review"
  • "verify this AI-generated implementation before merge"

Execution Guidance

  • If Claude-native is sufficient, do not wrap the task in Octopus unnecessarily.
  • If the user explicitly invokes /octo:review or /octo:security, treat that as an escalation request.
  • If the request is ambiguous, prefer Claude-native first and mention Octopus as the escalation path.

Suggested User Framing

Use wording like:

Claude-native first, Octopus for escalation. Use Claude-native /review or /security-review for ordinary requests. Use Octopus when you want multiple model opinions, adversarial review, or stricter multi-LLM workflows.

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. 11d ago First seen · 70 lines · 25 tokens per session scan A 33c78e1fab93

Subscribe to this mod's changes

skill-native-escalation-routing is a skill published in the GitHub repository nyldn/claude-octopus (4,061 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 473 once invoked, about $0.0001 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-08-30.