AI AGENT ADDONS

Continuous Learning

affaan-m/ecc

An AI agent can learn from its own work and get better over time. This skill watches your Claude Code sessions and finds useful patterns. It saves those patterns as learned skills you can use later.

The skill runs a Stop hook at the end of each session. It checks if there were enough messages and then looks for things like error fixes, workarounds, and debugging tips. You can adjust what patterns it finds and where to save them.

Please note this version is deprecated. A newer version called continuous-learning-v2 is now the best choice. It uses a more reliable method and adds confidence scores for each pattern.

Add Continuous Learning skill to your workflow

Global

mkdir -p ~/.claude/skills/continuous-learning

Project

mkdir -p .claude/skills/continuous-learning

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago