What problem does it solve?
Agents and developers often repeat the same severe mistakes because prior solutions are not recorded or easily discoverable; this Skill provides a simple, persistent mistake notebook to record problems, insights, and fixes for future reuse. It centralizes troubleshooting knowledge into two locations: a project-local MISTAKE.md and a universal ~/MISTAKE.md, enabling quick lookups and consistent remediation across sessions.
Core Features & Use Cases
- Project-local vs Universal: Choose MISTAKE.md in the project root for project-scoped issues and ~/MISTAKE.md for generic programmatic mistakes that apply across projects.
- Search and Reuse: Read existing entries to try known solutions first, reducing repeated debugging effort.
- Append and Update Entries: When a severe problem is solved, append a structured entry with creation/update dates, project context, insights, and step-by-step solution so future agents or developers can avoid the same error.
- Use Case: After resolving a recurring CI build failure, append the root cause and exact fix to MISTAKE.md so subsequent agents automatically check and apply that solution.
Quick Start
Ask the agent to search both MISTAKE.md and ~/MISTAKE.md for the error, apply any found solution, and if resolved append a new entry describing the problem, insights, and solution.