steel-quench

steel-quench is a skill for Claude Code from chrono-meta/forge-harness. It costs 169 tokens per session (13,251 once invoked), scanned A, original, MIT.

A structured final review that repeatedly challenges an almost-finished design or artifact from different angles, then records remaining risks and added complexity.

In plain words
What is it for?
Use it before completion for end-to-end verification, devil’s-advocate review, and root-cause checks.
Why use it?
It turns vague doubts about whether something is ready into specific counterexamples, weaknesses, and decisions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/target_freeze.sh pin "$REPO" "$WAVE_LABEL" # 발주 직전 — 토큰을 프롬프트에 박는다.

Part of the fh-meta plugin — 38 skills, 7 agents shipped together

Good fit Use it before completion for end-to-end verification, devil’s-advocate review, and root-cause checks.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/chrono-meta/forge-harness
agentmods
npx agentmods add skills/chrono-meta/forge-harness/steel-quench

Made for: Claude Code.

Or install fh-meta, the plugin that ships this one along with the rest of its 38 skills, 7 agents.

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 steel-quench

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrono-meta/forge-harness/steel-quench/github.svg)](https://agentmods.dev/skills/chrono-meta/forge-harness/steel-quench)
Your own site
<a href="https://agentmods.dev/skills/chrono-meta/forge-harness/steel-quench"><img src="https://agentmods.dev/badge/skills/chrono-meta/forge-harness/steel-quench/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 steel-quench

Your own site · 80×15
<a href="https://agentmods.dev/skills/chrono-meta/forge-harness/steel-quench"><img src="https://agentmods.dev/badge/skills/chrono-meta/forge-harness/steel-quench.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 169 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 13,251 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 warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium analysis-evasion · line 1
    Suspicious Unicode normalization or mixed-script content
    Fix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
  • medium MCP Rug Pull · line 158
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00169 $0.13251
Opus 5 $0.00084 $0.06626
Sonnet 5 $0.00034 $0.02650
Haiku 4.5 $0.00017 $0.01325

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

Security

Grade A, and why

steel-quench 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 12d 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/fh-meta/skills/steel-quench/SKILL.md · 642 lines

How it starts

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

steel-quench — All-Angle Verification Meta-Skill

Heating steel and plunging it into water brings internal defects to the surface. quench-challenger attacks → defense → repeat = systematic surfacing and elimination of design flaws.

A designer's anxiety is most dangerous when vague. steel-quench breaks that anxiety into concrete attack angles, defends against them, and closes with residual risks explicitly stated.

Scope boundary: steel-quench stress-tests a near-complete artifact (post-build). For pre-build design decisions → deliberation. For completed-asset validation → sim-conductor.

Trigger Phrases

Phrase Situation
"quench this", "run quench" All-angle verification just before completion
"devil's judgment" Focused challenger attack on specific design decision
"all-angle review", "end-to-end verification" Full project scope verification
"shake out design anxiety", "deep pre-completion inspection" Concretize vague anxiety
"attack from the root" Re-verify from reason for existence
"diagnose with counterexample", "use this bad case as reference" Phase 0 calibration
"did it really pass?", "re-attack after the gate", "the gate said PASS" Wave-P3 gate-passage re-attack
/steel-quench Explicit call

Wave Structure

Wave Role Termination
Phase 0 (optional) Counterexample calibration — extract patterns from external bad cases, merge into Wave 1 (→ SKILL_detail.md §Phase0) No external case → skip
Wave 1 Challenger attack (quench-challenger) — surface critical flaws, no defense
Wave 2 Defense — defend or state as residual risk
Wave 3+ Convergence — repeat until a round is clean AND triggers no repair Zero new S/A and no repairs made in response, B included (§Convergence Criteria)
Wave 4 (optional) Meta-Aware Adversary — AI uses its own nature as attack vector Wave 3+ criterion (clean + no-repair) + AI-specific criteria
Wave-P3 (optional) Gate-passage re-attack — when an upstream gate declares PASS, re-attack the just-passed artifact on Coverage / Narrative / False-confidence All 3 dimensions Attack Failed
Wave 5 (optional) Multi-Team Adversarial Panel — external CLIs or cross-session Claude Wave 3+ criterion, cross-team
Wave-T (after convergence) Temper — measure complexity the quench added; flag over-hardening τ-PASS or named τ-FAIL

Read the full file on GitHub · 642 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 642 lines · 169 tokens per session scan A 66abaafc4804

Subscribe to this mod's changes

steel-quench is a skill published in the GitHub repository chrono-meta/forge-harness (14 stars, last pushed today), licensed MIT. It adds 169 tokens to every session and 13,251 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

taiyi-review

A pre-merge review guide for checking code changes, design decisions, tests, and documentation. A merge adds reviewed changes to the main code branch.

Dong90/oh-my-taiyiforge · 26 tokens

review

Use when the user wants code assessed rather than changed — "review PR 88", "is this branch ready to merge?", "look over my changes", "any problems with this diff?", "give me a code review", "what do you think of this PR?", "sanity-check this branch", "ship it?". Applies to a pull request or the current branch when…

The01Geek/prflow · 123 tokens

fix

PRFlow's code-review reception skill (formerly receiving-code-review), used by the review-and-fix loop and available directly. Use when addressing review feedback already posted on a pull request — verifying findings before applying them — as distinct from /prflow:review-and-fix, which runs the review itself and then…

The01Geek/prflow · 82 tokens

review-and-fix

Use when the user wants problems in a pull request or the current branch both found AND corrected — "review my changes and fix what's wrong", "clean up whatever the review turns up", "address the review feedback on this branch", "tidy this PR up before merge", "find and fix the issues here". Requires explicit fix…

The01Geek/prflow · 88 tokens

create-issue

Transitional alias — prefer /prflow:specs, which runs the same issue-drafting pipeline. Use when a rough user story, bug report, feature idea, piece of feedback, or an implementation plan should be recorded as a GitHub issue rather than built right now. This command name is retained so existing /prflow:create-issue…

The01Geek/prflow · 89 tokens

docs-sync-internal

Use when code changes on the current branch need matching internal or developer documentation — "update our internal docs", "the architecture docs are stale after this change", "document what I just changed", "do the dev docs still match the code?" — or as a pre-push check that developer docs track the code. Narrower…

The01Geek/prflow · 105 tokens