What problem does it solve?
This Skill captures learnings, errors, and corrections to enable continuous improvement of AI agents and workflows, preventing recurring mistakes and accelerating development.
Core Features & Use Cases
- Error Logging: Records command failures, API errors, and unexpected behaviors.
- Learning Capture: Logs user corrections, knowledge gaps, and discovered best practices.
- Feature Request Tracking: Documents user-requested capabilities that are missing.
- Promotion: Facilitates promoting valuable learnings to project memory (e.g.,
CLAUDE.md, AGENTS.md).
- Skill Extraction: Provides a workflow to turn recurring learnings into reusable skills.
- Use Case: When an AI agent makes a mistake, like misinterpreting a command or failing to execute a script, this Skill logs the error and the context. If the user corrects the AI, that correction is also logged. Over time, these logs help refine the AI's behavior and identify areas for improvement or new skill development.
Quick Start
Use the self-improvement skill to log an error encountered while running a bash command.