writing-scramjet-commands

writing-scramjet-commands is a skill for Claude Code, Codex from LeanAndMean/scramjet. It costs 27 tokens per session (2,454 once invoked), scanned A, original, Apache-2.0.

A guide for writing, revising, reviewing, and diagnosing Scramjet commands. These commands are broad plans that an agent carries out using the user's context, rather than step-by-step programs.

In plain words
What is it for?
Use it to define user-input and approval points, handle missing or conflicting information, and review whether a command gives an agent enough direction without encoding every possible branch.
Why use it?
It helps keep commands focused on the desired result, limits, and handoffs without forcing the user to approve routine analysis or leaving important approval decisions unclear.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to define user-input and approval points, handle missing or conflicting information, and review whether a command gives an agent enough direction without encoding every possible branch.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leanandmean/scramjet/writing-scramjet-commands
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 LeanAndMean/scramjet --skill writing-scramjet-commands
Clone the repo
git clone --depth 1 https://github.com/LeanAndMean/scramjet

Made for: Claude Code, Codex.

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 writing-scramjet-commands

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/leanandmean/scramjet/writing-scramjet-commands"><img src="https://agentmods.dev/badge/skills/leanandmean/scramjet/writing-scramjet-commands.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,454 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.00027 $0.02454
Opus 5 $0.00014 $0.01227
Sonnet 5 $0.00005 $0.00491
Haiku 4.5 $0.00003 $0.00245

Measured 7d ago against content hash 81bac798bc90, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

writing-scramjet-commands 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 7d 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/skills/writing-scramjet-commands/SKILL.md · 233 lines

How it starts

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

Writing Scramjet Commands

Mental model

A Scramjet command is a generalized plan executed by a capable agent with user-supplied context. It is not a natural-language program and should not encode every branch the agent might encounter.

State the destination, controlling boundaries, and necessary handoffs. Let the agent choose tactics from current context.

Informed alignment

User-input and approval gates align the user and agent; they are not obstacles to clear. The main agent owns compressing its larger working context so the user can decide without reconstructing the investigation. Agreement without relevant understanding is not alignment.

Ask when:

  • the user owns a product, scope, risk, preference, or authorization decision;
  • necessary information is unavailable;
  • conflicting authority cannot be resolved safely;
  • a coaching or unclassified instruction exception requires approval;
  • consequential effects require informed authorization.

Do not ask when current authority, safe investigation, or capable agent judgment resolves the matter. Ritual confirmation and transferring ordinary analysis to the user are command defects.

Before a consequential ask, provide proportionate context: the decision, why the user owns it, evidence and uncertainty, meaningful options, consequences, and a recommendation with its assumptions when appropriate. Do not infer approval from silence, generic prior consent, plan acceptance, or a neighboring decision. Do not manufacture urgency or repeatedly present a declined option without new evidence.

What a command should contain

  • Purpose and outcomes: the user- or caller-visible result.
  • Authority: the inputs, decisions, and artifacts that control the work.
  • Necessary common-path guidance: process supported by an acceptable reason below.
  • Hard boundaries: user decisions, exact consumer contracts, consequential side effects, and real trust or safety constraints.
  • Ownership: who investigates, decides, mutates, publishes, and asks the user.
  • Handoffs: only the artifact or information a downstream participant needs.
  • Completion: observable conditions for a truthful result.

Read the full file on GitHub · 233 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. 7d ago First seen · 233 lines · 27 tokens per session scan A 81bac798bc90

Subscribe to this mod's changes

writing-scramjet-commands is a skill published in the GitHub repository LeanAndMean/scramjet (7 stars, last pushed today), licensed Apache-2.0. It adds 27 tokens to every session and 2,454 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-09-05.

Related

Other skills, from other repositories