continuous-learning-v2

Observe user sessions via hooks to create and evolve atomic instincts.

5|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/oldwinter/skills --skill continuous-learning-v2-oldwinter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/oldwinter/skills/tree/main/lenny-skills/continuous-learning-v2
Command: npx skills add https://github.com/oldwinter/skills --skill continuous-learning-v2-oldwinter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and hooks (resource) and agents (resource) components.

What problem does it solve?

This Skill automates the process of turning your AI interactions into reusable knowledge, creating personalized "instincts" and evolving them into custom commands, skills, or even agents.

Core Features & Use Cases

  • Instinct Creation: Automatically observes your prompts and tool usage, identifying patterns and creating atomic "instincts" with confidence scores.
  • Evolution: Clusters related instincts into more complex, reusable components like commands, skills, or agents.
  • Use Case: After repeatedly correcting an AI's approach to writing functional code, this Skill will generate an "instinct" to prefer functional style, which can then evolve into a command or skill that guides future code generation.

Quick Start

Enable observation hooks in your Claude Code settings to begin learning from your sessions.

Frequently Asked Questions about continuous-learning-v2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate personalized AI learning from my prompt sessions?

Automated personalized AI learning works by using observation hooks to monitor your prompt sessions, detecting interaction patterns, and creating atomic instincts with confidence scores. These instincts then evolve into reusable commands, skills, or agents.

What is an instinct-based learning system for AI interactions?

An instinct-based learning system observes your AI sessions via hooks to identify repeated patterns in tool usage and prompts. It creates atomic instincts with confidence scores, which cluster and evolve into custom skills or agents for future use.

Can I use session hooks to detect patterns in Claude Code automatically?

Yes, you can enable observation hooks in your Claude Code settings to automatically detect patterns in your sessions. A background observer agent and Python scripts manage the pattern detection and instinct management process.

How do I turn repeated prompt corrections into reusable commands or skills?

Repeated prompt corrections are automatically captured as atomic instincts by the background observer agent. Once these instincts reach sufficient confidence, they cluster and evolve into functional commands or skills that guide future code generation.

Do I need to manually configure Python scripts for pattern detection in my AI sessions?

Pattern detection relies on built-in Python scripts and a background observer agent that manage instinct creation automatically. You only need to enable observation hooks in your Claude Code settings to begin the session learning process.

What are the limitations of automating skill evolution from user sessions?

Skill evolution relies on confidence scoring from repeated session patterns, meaning isolated or infrequent interactions may not generate instincts. The system requires sufficient pattern repetition before clustering instincts into commands or agents.