What problem does it solve?
This skill captures learnings, errors, and corrections to enable continuous improvement of AI agents.
Core Features & Use Cases
- Learning Logging: Centralizes notes in
.learnings/ with templates for LEARNINGS.md, ERRORS.md, and FEATURE_REQUESTS.md to track outcomes and guidance.
- Structured Insights: Provides standardized formats for summaries, details, and metadata to support future audits and knowledge promotion.
- Automation & Promotion: Integrates with hooks and an extraction workflow to promote high-value learnings into reusable project memory (CLAUDE.md, AGENTS.md, and Copilot instructions).
Quick Start
Create the learning directory and templates, then begin logging after events such as failures, corrections, or feature requests. For example:
- mkdir -p .learnings
- touch .learnings/LEARNINGS.md .learnings/ERRORS.md .learnings/FEATURE_REQUESTS.md
- After a failure, append a structured ERRORS.md entry
- After a correction, append to LEARNINGS.md with category correction
- After a feature request, append to FEATURE_REQUESTS.md