| name | self_improvement |
| description | Captures learnings, errors, and corrections to .learnings/ directory for continuous improvement. |
Self-Improvement Skill
Log learnings and errors to enable continuous improvement across sessions.
Tools
| Tool | Purpose |
|---|
log_learning | Record a learning entry to .learnings/LEARNINGS.md |
log_error | Record an error entry to .learnings/ERRORS.md |
When to Log
- Non-obvious solution discovered through investigation
- Workaround for unexpected behavior
- Project-specific convention learned
- Error required debugging to resolve
Entry Format
Entries use structured markdown with ID, category, priority, and metadata.