continuous-learning-v2

Observe Claude Code interactions to create and evolve scored instincts.

3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Nixdorfer/ClaudeCodeTool --skill continuous-learning-v2-nixdorfer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/Nixdorfer/ClaudeCodeTool/tree/main/plugins/cache/everything-claude-code/everything-claude-code/1.4.1/.cursor/skills/continuous-learning-v2
Command: npx skills add https://github.com/Nixdorfer/ClaudeCodeTool --skill continuous-learning-v2-nixdorfer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of learning user patterns and preferences from Claude Code sessions, transforming them into reusable "instincts" that can evolve into skills, commands, or agents.

Core Features & Use Cases

  • Instinct Creation: Automatically generates atomic "instincts" based on observed user behavior, corrections, and workflows.
  • Confidence Scoring: Assigns a confidence score to each instinct, indicating its reliability.
  • Evolution: Clusters related instincts to evolve them into more complex skills, commands, or agents.
  • Use Case: After repeatedly correcting Claude's code style, this Skill will learn your preferred functional programming style and automatically apply it in future sessions, or even suggest a new command for enforcing it.

Quick Start

Enable observation hooks by adding the provided JSON configuration 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 automate learning user code patterns in Claude Code sessions?

To automate learning user code patterns, this Skill uses observation hooks to track interactions within Claude Code sessions, generating atomic instincts with confidence scoring that evolve into reusable skills, commands, or agents through pattern clustering.

What is instinct-based learning for AI coding assistants?

Instinct-based learning is a mechanism that observes user corrections and workflows to create atomic instincts, assigning confidence scores to each one before clustering related instincts to evolve them into complex skills, commands, or agents.

How do I set up observation hooks to track Claude Code workflows?

You set up observation hooks by adding the provided JSON configuration to your `~/.claude/settings.json` file, which enables the background observer agent to monitor sessions and store local observation data for analysis.

Can I use continuous-learning-v2 to automatically apply my preferred code style in future sessions?

Yes, you can use it to automatically apply your preferred code style in future sessions. It observes repeated corrections to your code style, learns the pattern as an instinct, and applies it automatically or suggests a new command for enforcing it.

Does this AI learning assistant require any external dependencies to analyze workflows?

No external dependencies are required to analyze workflows. The system operates using local observation storage and a background observer agent, requiring only the provided scripts, references, and assets to function within the Claude Code environment.

What are the limitations of using confidence scoring for evolving code instincts?

The limitation of using confidence scoring is that instinct evolution relies on pattern detection and clustering. If user interactions are too sparse or inconsistent, the confidence scores may remain low, preventing instincts from evolving into skills or commands.