band-aid-finder

band-aid-finder is a skill for Claude Code from jerseycheese/agent-skills. It costs 162 tokens per session (1,651 once invoked), scanned A, original, MIT.

A code-analysis workflow that finds fixes which hide symptoms while leaving the underlying defect in place.

In plain words
What is it for?
Use it to inspect changes or parts of a codebase, trace visible problems to their causes, and propose a root-cause fix.
Why use it?
It helps developers distinguish a temporary, documented mitigation from a fix that actually addresses the root cause.

Skill for Claude Code

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

Part of the workflow-skills plugin — 31 skills shipped together

Good fit Use it to inspect changes or parts of a codebase, trace visible problems to their causes, and propose a root-cause fix.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jerseycheese/agent-skills/band-aid-finder
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 jerseycheese/agent-skills --skill band-aid-finder
Clone the repo
git clone --depth 1 https://github.com/jerseycheese/agent-skills

Made for: Claude Code.

Or install workflow-skills, the plugin that ships this one along with the rest of its 31 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 band-aid-finder

README.md
[![agentmods](https://agentmods.dev/badge/skills/jerseycheese/agent-skills/band-aid-finder/github.svg)](https://agentmods.dev/skills/jerseycheese/agent-skills/band-aid-finder)
Your own site
<a href="https://agentmods.dev/skills/jerseycheese/agent-skills/band-aid-finder"><img src="https://agentmods.dev/badge/skills/jerseycheese/agent-skills/band-aid-finder/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 band-aid-finder

Your own site · 80×15
<a href="https://agentmods.dev/skills/jerseycheese/agent-skills/band-aid-finder"><img src="https://agentmods.dev/badge/skills/jerseycheese/agent-skills/band-aid-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,651 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.00162 $0.01651
Opus 5 $0.00081 $0.00826
Sonnet 5 $0.00032 $0.00330
Haiku 4.5 $0.00016 $0.00165

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

Security

Grade A, and why

band-aid-finder 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 9d 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.

skills/band-aid-finder/SKILL.md · 119 lines

How it starts

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

Band-Aid Finder

A band-aid stops the bleeding without treating the wound: the symptom disappears, the defect stays, and it resurfaces later or somewhere else. This skill finds those fixes, traces the symptom back to its cause, and pushes to the fix that actually resolves it — while still allowing a deliberate, documented mitigation when a root-cause fix genuinely isn't the right move right now.

This is the counterweight to kiss. KISS argues against a fix more complex than the problem needs; this skill argues against a fix so simple it only hides the symptom. The target is the simplest fix that still reaches the cause — neither the smallest diff nor the largest refactor.

Process

  1. Identify the symptom and the fix. What visible problem is being addressed, and what does the change actually do?
  2. Trace to the root cause. Follow the symptom back to why it occurs. Confirm the cause by reproducing it or reading the code path — don't assert it from a guess. (This is squarely evidence-check territory: "the root cause is X" is an Unverified claim until you've read the path or run the repro this session. Naming a plausible cause is not confirming it.)
  3. Classify the fix against the band-aid signals below.
  4. Judge: band-aid or real fix? A fix that resolves the traced cause is real, even if small. A fix that leaves the cause in place and only hides its effect is a band-aid.
  5. Check for a legitimate mitigation. Sometimes suppressing the symptom is the right call for now (see below). If so, it must be documented as deliberate with a follow-up — not left silent.
  6. Propose the fix — only once the cause is confirmed. If step 2 confirmed the root cause, propose the fix concretely: where the real defect is and the change that resolves it, landing in the right layer rather than patched at the call site. If the cause is not confirmed, do not prescribe a fix — report the evidence gap and the next verification step (the repro to run, the file/path to read) instead. Prescribing a fix for an unconfirmed cause is the exact failure this skill exists to catch.

Read the full file on GitHub · 119 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. 9d ago First seen · 119 lines · 162 tokens per session scan A 27af3b5e238f

Subscribe to this mod's changes

band-aid-finder is a skill published in the GitHub repository jerseycheese/agent-skills (1 stars, last pushed 10d ago), licensed MIT. It adds 162 tokens to every session and 1,651 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-09-03.

Related

Other skills, from other repositories

rubber-ducky

Use when you've planned a non-trivial change and are about to implement it, finished a complex or multi-file piece of work, just wrote tests, or are stuck on repeated failures — and any time the user says "rubber duck this", "rubber ducky", "get a second opinion", "sanity-check my plan", "poke holes in this", "what am…

harnessprotocol/harness-kit · 186 tokens

a-unslop-code

Finds what makes source code read as AI-written and points you at the parts that actually ship bugs. Sorts every tell into three buckets and fixes them in that order: bugs (swallowed errors, a made-up API, a left-in "rest of the code" stub), substance (tutorial-shaped boilerplate, over-engineering, code that ignores…

imisic/claude-marketplace · 187 tokens

chorus-council

Run an LLM council — Claude (correctness), Gemini (edge cases), Cursor (integration), Kilo (maintainability), and you (scope) tackle the same task in parallel. Use when the user wants multiple independent perspectives on a decision, approach, or problem.

valpere/chorus · 62 tokens

chorus-parallel-debug

Parallel root-cause hypotheses from multiple agents for a reported bug. Use when the user says "parallel debug", "chorus debug", "multiple hypotheses", or "debug with all agents".

valpere/chorus · 44 tokens

chorus-parallel-review

Parallel code review of the current git diff from multiple agents — Claude (correctness/security), Gemini (edge cases), Cursor (integration), Kilo (maintainability), and you (scope/simplicity). Use when the user says "parallel review", "review with all agents", or "chorus review".

valpere/chorus · 69 tokens

plankton-code-quality

Write-time code quality enforcement using Plankton — auto-formatting, linting, and AI-powered fixes on every file edit via hooks.

Jamkris/everything-gemini-code · 34 tokens