scramjet:troubleshoot

scramjet:troubleshoot is a command for Claude Code from LeanAndMean/scramjet. It costs 9 tokens per session (1,109 once invoked), scanned A, original, Apache-2.0.

A read-only troubleshooting command for unexpected behavior from Scramjet commands, which are project-specific agent commands.

In plain words
What is it for?
Use it to diagnose a failed or surprising command and get safe, concrete next steps.
Why use it?
It helps identify whether the problem came from the user's request, command instructions, the agent's interpretation, or the tools involved without changing anything.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to diagnose a failed or surprising command and get safe, concrete next steps.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/leanandmean/scramjet/scramjet-troubleshoot
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.

Clone the repo
git clone --depth 1 https://github.com/LeanAndMean/scramjet

Made for: Claude Code.

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 scramjet:troubleshoot

README.md
[![agentmods](https://agentmods.dev/badge/commands/leanandmean/scramjet/scramjet-troubleshoot/github.svg)](https://agentmods.dev/commands/leanandmean/scramjet/scramjet-troubleshoot)
Your own site
<a href="https://agentmods.dev/commands/leanandmean/scramjet/scramjet-troubleshoot"><img src="https://agentmods.dev/badge/commands/leanandmean/scramjet/scramjet-troubleshoot/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 scramjet:troubleshoot

Your own site · 80×15
<a href="https://agentmods.dev/commands/leanandmean/scramjet/scramjet-troubleshoot"><img src="https://agentmods.dev/badge/commands/leanandmean/scramjet/scramjet-troubleshoot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,109 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.00009 $0.01109
Opus 5 $0.00005 $0.00554
Sonnet 5 $0.00002 $0.00222
Haiku 4.5 $0.00001 $0.00111

Measured 4d ago against content hash 02c379148b4b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

scramjet:troubleshoot 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 4d 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.

packages/scramjet/scramjet/commands/scramjet:troubleshoot.md · 87 lines

How it starts

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

Troubleshoot

Goals

  • Give the user a concise, evidence-grounded explanation of the gap between their intent and the observed Scramjet behavior.
  • Identify the simplest supported root cause, distinguish observations from inference, and state material uncertainty plainly.
  • Recommend only safe, concrete next steps.

Use the user's description, the current conversation, command instructions, tool results, logs, source, and external state as read-only evidence. Establish both the user's intent and the specific unexpected behavior before drawing a conclusion. If either remains materially ambiguous, ask the user instead of inventing it.

Do not edit command or source files, publish a GitHub issue, retry a side effect, or otherwise mutate state while diagnosing. Tool scoping is advisory, so these prohibitions apply even if another tool happens to be available.

Perform the following as internal lenses. Integrate relevant conclusions into the five-section answer; do not render these as additional reports:

  • agent interpretation — Did the agent misunderstand, omit, or over-literalize an instruction?
  • command instructions — Were the command's wording, ordering, constraints, or declared route incomplete or conflicting?
  • harness and tool design — Did confusing names, descriptions, responses, errors, overlapping tools, missing capabilities, or lifecycle behavior contribute?
  • user input — Was a user message ambiguous, misleading, factually incorrect, or reasonably interpreted another way?
  • historical recurrence — Is this an isolated outcome or a pattern supported by relevant prior examples?
  • user experience — Does the command name set the right expectation, is the behavior usable, and did invoking it provide value from the user's perspective?

Prefer the simplest root cause supported by evidence. Distinguish direct observations from inferences, identify contributing factors only when they changed the outcome, and verify current source or external state before relying on historical claims.

Read the full file on GitHub · 87 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. 4d ago Changed · +4 lines 02c379148b4b
  2. 9d ago First seen · 83 lines · 9 tokens per session scan A 2f0f7ca5a3ad

Subscribe to this mod's changes

scramjet:troubleshoot is a command published in the GitHub repository LeanAndMean/scramjet (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 9 tokens to every session and 1,109 once invoked, about $0.0000 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.