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, exceptions, and unexpected behaviors.
- Learning Capture: Logs corrections, knowledge gaps, and best practices discovered during operation.
- Feature Request Tracking: Documents user-requested capabilities that don't yet exist.
- Promotion: Facilitates promoting valuable learnings to permanent project memory (e.g.,
CLAUDE.md, AGENTS.md).
- Skill Extraction: Provides a mechanism to extract recurring learnings into new, reusable skills.
- Use Case: When an AI agent fails to execute a command, this Skill logs the error, the command, and the context. If a user corrects the AI's output, that correction is logged as a learning. Over time, these logs build a knowledge base for future improvements.
Quick Start
Use the self-improvement skill to log a command failure with its error message and context.