escalating-to-thinker

escalating-to-thinker is a skill for Claude Code from Acendas/shipyard. It costs 18 tokens per session (1,776 once invoked), scanned A, original, MIT.

A way to ask a higher-reasoning helper for advice when the documented recovery steps cannot resolve a stalled software task. The helper only investigates and recommends; it does not change files.

In plain words
What is it for?
Use it after the same fix or verification step has failed twice, or when a process stops without a documented recovery path.
Why use it?
Repeatedly trying the same fixes can waste time when the cause is unclear or unusual. A separate consultation offers another diagnosis before more changes are attempted.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions subagents; names the AskUserQuestion tool.

Part of the shipyard plugin — 32 skills, 7 agents, 4 hooks shipped together

Good fit Use it after the same fix or verification step has failed twice…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/acendas/shipyard/escalating-to-thinker
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 Acendas/shipyard --skill escalating-to-thinker
Clone the repo
git clone --depth 1 https://github.com/Acendas/shipyard

Made for: Claude Code.

Or install shipyard, the plugin that ships this one along with the rest of its 32 skills, 7 agents, 4 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 escalating-to-thinker

README.md
[![agentmods](https://agentmods.dev/badge/skills/acendas/shipyard/escalating-to-thinker.svg)](https://agentmods.dev/skills/acendas/shipyard/escalating-to-thinker)
Your own site
<a href="https://agentmods.dev/skills/acendas/shipyard/escalating-to-thinker"><img src="https://agentmods.dev/badge/skills/acendas/shipyard/escalating-to-thinker.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,776 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.00018 $0.01776
Opus 5 $0.00009 $0.00888
Sonnet 5 $0.00004 $0.00355
Haiku 4.5 $0.00002 $0.00178

Measured 6d ago against content hash 30cebc514b15, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

escalating-to-thinker 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 6d 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.

plugins/shipyard/skills/escalating-to-thinker/SKILL.md · 88 lines

How it starts

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

Capability: Escalating To Thinker

Render before asking. Before any AskUserQuestion, render the decision context as assistant chat text. Content that exists only in a Read result, a subagent/Agent return, or the question/option strings does not count as rendered (the UI shows a compact card) — restate it in chat first.

Dispatch a one-shot consult subagent on the project's think tier (models.think from config) when the orchestrating pipeline is stuck in a way the documented recovery paths don't cover. The consult returns a structured recommendation; the orchestrator executes it. The consult never mutates anything — it reads, reasons, and recommends.

Why this exists: the orchestrating session runs a mid-tier model tuned for stage-walking and dispatch, not for hard diagnosis. When the same fix fails twice or a gate hard-stops with no covered playbook, the cheap move is to buy one round of top-tier reasoning rather than burn iterations guessing. The per-sprint cap keeps this a scalpel, not a crutch.

When to invoke (the seven triggers — do NOT invoke outside these)

  1. Repeated fix failure — the same task or gate has failed 2 consecutive fix iterations (*_fix_iter / redispatch exhausted, or two code_review_iter passes with an unchanged must-fix set).
  2. Integration-gate hard stopshipyard-data verify-wave-integrated exit 3 whose named branches/tasks don't match the documented remediation (rebase + ff-merge, anchor-commit) after one attempt.
  3. Uncovered blocked task — a BLOCKED return whose escalation_code has no matching entry in the deviation rules / blocked-handling table.
  4. Critic deadlock — review Stages 4.6/4.7 produce contradictory verdicts that a second pass does not reconcile.
  5. Recovery-path ambiguity — the situation matches more than one documented recovery path, or matches one only partially, and picking between them (or adapting one to fit) requires judgment the shell isn't positioned to exercise. Since ship-execute now runs on Sonnet with a zero-thinking doctrine, this is the structural admission that "which documented path applies here" is itself sometimes a judgment call, not a lookup.
  6. Uninterpreted gate failure — any CLI call exits 3 with a reason string that names a condition but no covered remediation exists for it in the skill body or references (distinct from trigger 2, which is specifically the integration gate; this covers any other gate — terminal-evidence, stale-cycle, task-state CLI refusals, etc.).
  7. Deviation classification — a discrepancy between expected and actual state (a task's diff doesn't match its spec, a probe passes but the implementation looks wrong, a wave's evidence is technically complete but suspicious) needs a bug-vs-structural-deviation call: is this a defect to fix, or a legitimate divergence from the plan that the Deviation Rules should log and proceed past? The shell does not make this call itself.

Read the full file on GitHub · 88 lines

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. 6d ago First seen · 88 lines · 18 tokens per session scan A 30cebc514b15

Subscribe to this mod's changes

escalating-to-thinker is a skill published in the GitHub repository Acendas/shipyard (2 stars, last pushed 25d ago), licensed MIT. It adds 18 tokens to every session and 1,776 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-31.

Related

Other skills, from other repositories

debug-systematic

Systematic 4-phase debugging methodology for complex, intermittent, or mysterious issues. Use when investigating bugs, race conditions, or unexplained failures.

travisjneuman/.claude · 33 tokens

investigate-root-cause

Use when encountering ANY bug, error, test failure, or unexpected behavior. Activate for keywords like "bug", "error", "failing", "broken", "doesn't work", "unexpected", "crash", "exception", "TypeError", "undefined", stack traces, or any error message. Also trigger when tests fail unexpectedly, when behavior differs…

duthaho/claudekit · 121 tokens

evidence-driven-debugging

Use during active debugging when you have a hypothesis to test or need to instrument a running system. Activate for keywords like "debug", "instrument", "log", "trace", "breakpoint", "what's happening at runtime", "production behavior". Pair to investigate-root-cause for the doing-it phase. Always record what you…

duthaho/claudekit · 87 tokens

map-codebase

Use when entering an unfamiliar codebase or area, before making non-trivial changes, when onboarding to a new system, or when planning a refactor that touches multiple modules. Activate for keywords like "explore", "map", "find where", "trace", "how does X work", "what calls Y", "scope of change". Produces an…

duthaho/claudekit · 112 tokens

afc:issue

Analyze GitHub issue — investigate bug reports, understand requirements, inspect issues.

jhlee0409/all-for-claudecode · 19 tokens

afc:doctor

Diagnose afc plugin setup and health.

jhlee0409/all-for-claudecode · 13 tokens