continuous-learning-v2

Observe user interactions via hooks to generate atomic instincts and cluster them into skills.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/sangrokjung/claude-code-config-public --skill continuous-learning-v2-sangrokjung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/sangrokjung/claude-code-config-public/tree/main/skills/continuous-learning-v2
Command: npx skills add https://github.com/sangrokjung/claude-code-config-public --skill continuous-learning-v2-sangrokjung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill transforms your AI interaction history into reusable knowledge, automatically creating personalized instincts, commands, skills, and agents based on your observed patterns and preferences.

Core Features & Use Cases

  • Automatic Instinct Creation: Observes your tool usage and corrections to generate atomic "instincts" with confidence scores.
  • Pattern Evolution: Clusters related instincts into more complex, actionable skills, commands, or agents.
  • Personalized AI: Adapts the AI's behavior to your specific workflows and coding style over time.
  • Use Case: After you repeatedly correct the AI to use functional programming patterns, this Skill will automatically create a functional-patterns skill that Claude Code will then apply by default.

Quick Start

Enable observation hooks by adding the provided JSON snippet to your ~/.claude/settings.json file.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I make Claude Code learn from my corrections and adapt to my coding style?

You can personalize AI behavior by using a continuous learning approach that observes your tool usage via hooks to generate atomic instincts. These instincts are clustered into higher-level skills and commands, adapting the AI to your specific workflows and coding style over time.

How do I set up continuous learning for AI development workflows in Claude Code?

Setting up continuous learning involves adding a provided JSON snippet to your `~/.claude/settings.json` file to enable observation hooks. This configuration allows a background observer agent to detect patterns and create instincts from your tool usage.

What are atomic instincts in AI personalization and how do they work?

Atomic instincts are granular behavioral rules generated by observing your tool usage and corrections with assigned confidence scores. They are clustered together over time to evolve into complex, actionable skills, commands, or agents that match your workflows.

Does automatic instinct creation work without configuring Claude Code settings?

No, automatic instinct creation requires hooks to be configured in your Claude Code settings. The background observer agent relies on these hooks to monitor tool usage and detect patterns to generate the instincts accurately.

Can AI behavior be personalized to use functional programming patterns automatically?

Yes, AI behavior can be personalized to use functional programming patterns automatically. If you repeatedly correct the AI, the system will create a `functional-patterns` skill that Claude Code will then apply by default in future sessions.

What is the best way to evolve AI instincts into higher-level commands and agents?

The best way to evolve AI instincts into higher-level commands and agents is through continuous pattern evolution. This mechanism automatically clusters related atomic instincts generated from your observed interactions into more complex, actionable skills, commands, or agents.