self-improving-agent
Installation
SKILL.md
Self-Improvement Skill
Log learnings and errors to markdown files. Important patterns get promoted to project memory files.
Quick Reference
| Situation | Action |
|---|---|
| Command/operation fails | Log to .learnings/ERRORS.md |
| User corrects you | Log to .learnings/LEARNINGS.md (category: correction) |
| User wants missing feature | Log to .learnings/FEATURE_REQUESTS.md |
| API/external tool fails | Log to .learnings/ERRORS.md |
| Knowledge was outdated | Log to .learnings/LEARNINGS.md (category: knowledge_gap) |
| Found better approach | Log to .learnings/LEARNINGS.md (category: best_practice) |
| Similar to existing entry | Link with **See Also**, bump priority |
| Broadly applicable learning | Promote to workspace files (see below) |