AI AGENT ADDONS
AI & Agent Building
5,647installs

This skill helps an AI agent learn from each session. It watches for useful patterns like error fixes or workarounds. The agent then saves these patterns as new skills. Stop hook runs at the end of a session. It checks the conversation and extracts the most helpful pieces. This way the agent gets better over time without extra work. Note that continuous-learning-v2 is the newer and better version.

You can customize what patterns to detect and ignore. Set a minimum session length and an extraction threshold. The learned skills are stored in a special folder. This tool is great for anyone who wants their AI to remember and reuse effective solutions.

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