continuous-learning-v2

Extract recurring patterns from Claude Code sessions into confidence-scored instincts.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/MBarry01/dousell-immo --skill continuous-learning-v2-mbarry01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/MBarry01/dousell-immo/tree/main/.claude/skills/continuous-learning-v2
Command: npx skills add https://github.com/MBarry01/dousell-immo --skill continuous-learning-v2-mbarry01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Claude Code sessions generate patterns from usage that are often repeated but not readily reusable. This Skill captures those patterns as atomic instincts with confidence scoring and evolves them into skills, commands, and agents to accelerate future work.

Core Features & Use Cases

  • Atomic, confidence-weighted instincts derived from session observations
  • Evolution pipeline: instincts → clusters → skills/commands/agents
  • Local, privacy-preserving learning with configurable thresholds and sources (personal/inherited)

Quick Start

Enable observation hooks and initialize the instincts system to begin accumulating patterns.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I extract recurring patterns from Claude Code sessions?

You extract recurring patterns from Claude Code sessions by enabling observation hooks that capture session data and convert it into atomic, confidence-weighted instincts for future reuse. The system operates via PreToolUse and PostToolUse hooks to store observations locally.

What is continuous learning for Claude Code and how does it work?

Continuous learning for Claude Code analyzes your sessions to capture repeated usage patterns and evolves them into personal, inherited, and evolved structures like skills, commands, and agents. It uses PreToolUse and PostToolUse hooks to store local observations and generate atomic instincts.

Can I use session observations to automatically generate skills and commands?

Yes, you can use session observations to automatically generate skills and commands through an evolution pipeline. The system converts confidence-scored instincts into clusters, which then evolve into modular skills, commands, and agents using YAML frontmatter and a modular file layout.

Does this pattern observation approach preserve my data privacy locally?

Yes, this pattern observation approach preserves data privacy locally by storing observations and evolving instincts on your local system. It supports configurable thresholds and sources including personal and inherited patterns without sending data externally.

What do I need to set up before capturing session patterns as instincts?

To capture session patterns as instincts, you need to enable observation hooks and initialize the instincts system within your Claude Code environment. This setup allows the PreToolUse and PostToolUse hooks to begin accumulating session data and extracting atomic patterns.

How do confidence scores work when evolving session instincts into skills?

Confidence scores evaluate the reliability of atomic instincts derived from session observations before evolving them into skills. The system uses configurable thresholds to determine when accumulated instincts cluster together reliably enough to form deterministic skills, commands, or agents.