Self-Improving Agent Captures learnings, errors, and corrections to enable continuous improvement across sessions. Activation Triggers This skill automatically activates when: | Trigger | What Gets Logged | Location | |---------|------------------|----------| | Command fails | Error type, context, recovery suggestion | | | User corrects | "No, that's wrong...", "Actually..." | | | Missing capability | "Can you X?" where X isn't available | | | API/tool fails | Failure pattern, suggested fix | | | Better approach found | Optimization learned | | How It Works 1. Automatic Logging (via hooks) 2.…