plumb-line-remediate

plumb-line-remediate is a skill for Claude Code from slopstopper/plumb-line. It costs 51 tokens per session (2,564 once invoked), scanned A, original, Apache-2.0.

A workflow for applying fixes from a plumb-line audit report, where the report lists architectural problems and suggested corrections.

In plain words
What is it for?
Use it to validate an audit report, explain any format issues, and implement the listed architecture or boundary fixes after explicit approval.
Why use it?
It separates finding problems from changing code and ensures fixes are based on reviewed findings rather than assumptions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/check_report_format.py <the report>.

Part of the plumb-line plugin — 5 skills shipped together

Good fit Use it to validate an audit report, explain any format issues, and implement the listed architecture or boundary fixes after explicit approval.

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/slopstopper/plumb-line
agentmods
npx agentmods add skills/slopstopper/plumb-line/plumb-line-remediate

Made for: Claude Code.

Or install plumb-line, the plugin that ships this one along with the rest of its 5 skills.

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 plumb-line-remediate

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/slopstopper/plumb-line/plumb-line-remediate"><img src="https://agentmods.dev/badge/skills/slopstopper/plumb-line/plumb-line-remediate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,564 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.00051 $0.02564
Opus 5 $0.00026 $0.01282
Sonnet 5 $0.00010 $0.00513
Haiku 4.5 $0.00005 $0.00256

Measured today against content hash f50595ce7fb9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

plumb-line-remediate 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 today.

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.

skills/plumb-line-remediate/SKILL.md · 216 lines

How it starts

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

Remediate plumb-line audit findings

REQUIRED READING FIRST: reference/portable-principles.md (plugin root). If this file cannot be read, stop immediately and report: "Cannot remediate: reference/portable-principles.md is missing or unreadable. Do not proceed from memory — the principles file is the source of truth for what a fix must honor."

The audit finds; this skill fixes. The two never blur: remediation runs only on an explicit invitation, consumes a report the audit produced (any report-format: v1+; v3 is current), and applies nothing the builder has not seen. If there is no report, offer to run plumb-line-audit first, or accept findings pasted in the findings-table shape (Path / Line / Function / Issue / Suggested Fix / Principle).

Validate the report before consuming it. This skill acts on a contracted input, so check the contract when scripts/check_report_format.py is reachable:

python3 scripts/check_report_format.py <the report>

A violation is not a reason to refuse the run — it is a reason to say what is wrong before acting on it. Report the violations, then ask whether to proceed; the risk a malformed report carries is that a column means something other than you assume, and the builder is the one who can tell. If the checker is unavailable, say the input was not mechanically validated rather than staying silent — the same honesty the audit owes its own output.

The contract (what a remediation run IS)

A remediation run produces, in order:

  1. a fix plan — every finding classified before any edit,
  2. per-finding diffs — each shown before it is considered done,
  3. a remediation record — the finding→change table that gives the remediation itself the lineage it demands of the code (P8),
  4. a verification step — the project's own enforcement, run, with output.

Editing a file the builder never sees a diff for, or finishing without the record, is a failed run — regardless of whether the fixes were correct.

Read the full file on GitHub · 216 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. today Changed f50595ce7fb9
  2. 11d ago First seen · 216 lines · 51 tokens per session scan A 92227ae4d3eb

Subscribe to this mod's changes

plumb-line-remediate is a skill published in the GitHub repository slopstopper/plumb-line (4 stars, last pushed today), licensed Apache-2.0. It adds 51 tokens to every session and 2,564 once invoked, about $0.0003 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

craft-fix

The Craftsman standard for driving fixes against an existing craft-audit workspace — "fix the findings", "fix SEC-003", "work through the audit", "start the climb". An ACTION skill, not a domain: it picks findings off the master tracker's climb sequence, re-verifies each is still real, gets the user's approval, and…

gul-labs/craftsman-marketplace · 182 tokens

loud-errors

Use when you spot a swallowed, vague, or context-losing error — an empty catch, a bare except: pass, catch (e) { console.log(e) } that then continues, throw new Error("something went wrong"), an error logged then ignored, or a caught exception that drops its cause. Makes failures loud and specific: each error says…

mikestangdevs/craft-skills · 138 tokens

delete-this

Use when a codebase feels heavy, when you suspect dead code, or before adding a feature to an area that's already cluttered. Finds and safely removes code that no longer earns its place — dead branches, unused exports, commented-out blocks, abandoned feature flags, speculative abstractions used once, and TODOs from a…

mikestangdevs/craft-skills · 102 tokens

fix-it-now

Use the moment a real bug is found during any task — an audit, a review, a test wave, unrelated feature work — and the temptation appears to document it and move on. Defaults to fixing confirmed bugs in the current pass: a found bug is work surfaced, not work deferred. If a fix genuinely can't happen now (out of…

mikestangdevs/craft-skills · 157 tokens

recipe-diagnose

Investigate problem, verify findings, and derive solutions.

shinpr/claude-code-workflows · 15 tokens

audit

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

oliver-kriska/claude-elixir-phoenix · 35 tokens