claude-error-learning CLAUDE.md

claude-error-learning CLAUDE.md is an instructions file for coding agents from jonathondouglasyager-debug/claude-error-learning. It costs 2,188 tokens per session, scanned A, original, MIT.

An instruction set for a Claude Code plugin that records errors, the fixes applied, and rules to help prevent the same mistakes later.

In plain words
What is it for?
It is for detecting command errors, tracking their fixes, and organizing prevention rules into reusable pattern packs.
Why use it?
It helps reduce repeated errors by turning known problems and their solutions into guidance for future coding sessions.

Instructions file

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/jonathondouglasyager-debug/claude-error-learning/claude-md
Clone the repo
git clone --depth 1 https://github.com/jonathondouglasyager-debug/claude-error-learning

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 claude-error-learning CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jonathondouglasyager-debug/claude-error-learning/claude-md.svg)](https://agentmods.dev/instructions/jonathondouglasyager-debug/claude-error-learning/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jonathondouglasyager-debug/claude-error-learning/claude-md"><img src="https://agentmods.dev/badge/instructions/jonathondouglasyager-debug/claude-error-learning/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,188 This file is loaded in full into every session.
When invoked 2,188 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.02188 $0.02188
Opus 5 $0.01094 $0.01094
Sonnet 5 $0.00438 $0.00438
Haiku 4.5 $0.00219 $0.00219

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

Security

Grade A, and why

claude-error-learning 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 · 248 lines

How it starts

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

Claude Error Learning Plugin

Automated error detection, fix tracking, and prevention for Claude Code via hooks.

Repo: https://github.com/jonathondouglasyager-debug/claude-error-learning


The Complete Loop

ERROR OCCURS                    FIX APPLIED                    FUTURE SESSIONS
     │                              │                               │
     ▼                              ▼                               ▼
┌──────────┐                  ┌──────────┐                    ┌──────────┐
│ Capture  │                  │ Capture  │                    │ Prevent  │
│  Error   │────────────────▶│   Fix    │─────────────────▶  │ + Teach  │
│          │  same session    │          │   curator pairs    │          │
└──────────┘  same tool type  └──────────┘   error → fix      └──────────┘

Result: Claude makes mistake once → learns the fix → never makes that mistake again. 70-90% token reduction per prevented error.


Smart Detection (v2)

The curator analyzes error messages to create precise blocking rules:

Error Type Signature Blocked Example
Bad flag bad_flag_ls_--xyz Only that flag ls --xyz blocked, ls -la works
Command not found cmd_not_found_choco Only that command choco blocked
Path not found path_not_found_* SKIPPED Won't learn (environmental)
Permission denied permission_* SKIPPED Won't learn (environmental)

This prevents false positives like blocking all ls commands when only one bad flag failed.


Plugin Architecture

Component File Hook Purpose
Error Logger hooks/error-logger.py PostToolUseFailure Captures errors with awaiting_fix flag
Fix Tracker hooks/fix-tracker.py PostToolUse (Bash) Links fixes to prior errors
Command Validator hooks/command-validator.py PreToolUse (Bash) Blocks + shows learned fix
Error Curator hooks/error-curator.py SessionEnd Pairs errors with fixes
Slash Command commands/error-learning.md - Management interface
Pattern Injector hooks/pattern-injector.py UserPromptSubmit TF-IDF ranking + natural-language injection

Read the full file on GitHub · 248 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 · 248 lines · 2,188 tokens per session scan A 2f2aabed848d

Subscribe to this mod's changes

claude-error-learning CLAUDE.md is an instructions file published in the GitHub repository jonathondouglasyager-debug/claude-error-learning (2 stars, last pushed 4mo ago), licensed MIT. It adds 2,188 tokens to every session, about $0.0109 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.