debug-bank CLAUDE.md

debug-bank CLAUDE.md is an instructions file for Claude Code from soleimanmansouri/debug-bank. It costs 799 tokens per session, scanned A, original, MIT.

Repository instructions for a debugging process that records the path from an error to its confirmed cause and fix.

In plain words
What is it for?
Use them when investigating software bugs, from capturing the exact failure through isolating the cause, applying a small fix, and documenting the result.
Why use it?
They make debugging evidence-based by requiring reproduction, ranked hypotheses, focused tests, and a written record.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

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.

agentmods
npx agentmods add instructions/soleimanmansouri/debug-bank/claude-md
Clone the repo
git clone --depth 1 https://github.com/soleimanmansouri/debug-bank

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 debug-bank CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/soleimanmansouri/debug-bank/claude-md.svg)](https://agentmods.dev/instructions/soleimanmansouri/debug-bank/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/soleimanmansouri/debug-bank/claude-md"><img src="https://agentmods.dev/badge/instructions/soleimanmansouri/debug-bank/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 799 This file is loaded in full into every session.
When invoked 799 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.00799 $0.00799
Opus 5 $0.00400 $0.00400
Sonnet 5 $0.00160 $0.00160
Haiku 4.5 $0.00080 $0.00080

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

Security

Grade A, and why

debug-bank CLAUDE.md 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 5d 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.

CLAUDE.md · 77 lines

How it starts

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

Debug Bank — Debug Trajectory Protocol

Debugging Protocol

Follow this exact chain for every debugging session. Each step produces evidence for the next — never skip.

Before Investigating

  1. Pattern Check — Read patterns/ for matching root cause type. If a match exists, verify the known fix applies before re-investigating. This takes 30 seconds and saves hours.
  2. Domain Search — Search your domain catalogs (if any) for similar symptoms.

The Trajectory

  1. Reproduce — Get the exact error. Capture full output (logs, stack trace, HTTP status). If you can't reproduce, add logging and try again.
  2. Hypothesize — State 2-3 possible root causes ranked by likelihood. Each hypothesis must be falsifiable with a specific test.
  3. Isolate — Test hypotheses one at a time. Use binary search: disable half the system, check if bug persists, narrow.
  4. Diagnose — Identify the single root cause. Trace the full call chain from trigger to symptom. Check for "root cause behind the root cause."
  5. Fix — Minimal change. Verify the fix addresses the root cause, not a symptom.
  6. Record — Add the trajectory to your domain catalog using this format:
    ### [Category] Short Title (date)
    - **Symptom:** What the user/system saw
    - **Root cause:** The actual technical cause
    - **Fix:** What was changed (file:line)
    - **Key insight:** The generalizable lesson
    - **Pattern:** P-number if it matches an existing pattern
    

The 3-Exchange Rule

If 3 rounds of iterative fixing show no progress: STOP. Do not continue the same approach.

Instead:

  • Re-plan from scratch with everything you now know
  • Add logging/instrumentation to gather new evidence
  • Switch strategy entirely (e.g., from code-level fix to config-level fix)

Anti-Patterns (Enforced)

  • Never fix a symptom without finding the root cause
  • Never apply a fix you saw work elsewhere without verifying it matches the current root cause
  • Never keep iterating past 3 exchanges — switch strategy
  • Never assume you understand the bug from the description alone — always reproduce first
  • Always check if 2+ symptoms share one root cause before filing separate fixes

Read the full file on GitHub · 77 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. 5d ago First seen · 77 lines · 799 tokens per session scan A 7e3528c944dc

Subscribe to this mod's changes

debug-bank CLAUDE.md is an instructions file published in the GitHub repository soleimanmansouri/debug-bank (1 stars, last pushed 3mo ago), licensed MIT. It adds 799 tokens to every session, about $0.0040 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.