error-memory

Look up learned error solutions after two consecutive failures.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Ferreira-Jefferson/j-skills --skill error-memory-ferreira-jefferson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-memory
Source: https://github.com/Ferreira-Jefferson/j-skills/tree/main/error-memory
Command: npx skills add https://github.com/Ferreira-Jefferson/j-skills --skill error-memory-ferreira-jefferson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repeats of the same errors create wasted time and token overhead; this skill prevents repetition by consulting a structured memory of learned errors and their solutions.

Core Features & Use Cases

  • Automatic LOOKUP: triggers after two consecutive failures to fetch a known solution.
  • Manual queries: enables retrieving learned errors and applying saved resolutions.
  • Structured storage: organizes entries by category under .claude/memory/errors with an INDEX.md for fast lookup.

Quick Start

Type the query to recall a known solution for a repeated error and apply it.

Frequently Asked Questions about error-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop repeating the same CLI errors across different automation tasks?

To stop repeating CLI errors, an error memory system automatically consults a learned-errors knowledge base after two consecutive failures, fetching and applying previously discovered solutions to prevent wasted time and token overhead.

How does automatic error lookup work after a command fails twice in a row?

Automatic error lookup triggers after two consecutive command failures, querying a structured knowledge base indexed by keywords and error categories to instantly retrieve a known resolution and apply it to the current workflow.

Can I retrieve and apply previously discovered error solutions for Windows and Supabase environments?

Yes, you can manually query the structured error memory to retrieve learned errors and apply saved resolutions across various environments, including Windows, Supabase, and CLI task workflows.

How are learned errors and their solutions stored for fast retrieval?

Learned errors are stored safely under .claude/memory/errors with an INDEX.md file, organizing entries into predefined error classes and applying keyword-based indexing for fast and structured lookups.

What is the best way to manage persistent errors in automated Claude workflows?

The best way to manage persistent errors in automated workflows is using a persistent error memory that categorizes failures into predefined classes and safely persists new entries with their solutions to an indexed knowledge base.

Do I need any external dependencies to set up persistent error management?

No external dependencies are required, as the error management system operates independently by safely persisting new error entries and an INDEX.md directly within the local .claude/memory/errors directory structure.