continuous-learning-v2

Extract atomic patterns with confidence scores from Claude Code sessions.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/danielkhigay/gaz --skill continuous-learning-v2-danielkhigay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/danielkhigay/gaz/tree/main/.claude/skills/archived/continuous-learning-v2
Command: npx skills add https://github.com/danielkhigay/gaz --skill continuous-learning-v2-danielkhigay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Continuous Learning v2 system turns Claude Code sessions into reusable knowledge by extracting atomic instincts with confidence scoring and evolving them into skills, commands, or agents.

Core Features & Use Cases

  • Observes tool usage via pre/post hooks to capture actionable patterns.
  • Builds atomic instincts with confidence levels and scope awareness (project/global).
  • Evolves instincts into skills/commands/agents and exports for reuse across projects.

Quick Start

Activate observation hooks and start the observer to begin capturing instincts and evolving them into skills.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I turn Claude Code sessions into reusable knowledge?

You can turn Claude Code sessions into reusable knowledge by using observer hooks to capture actionable patterns, which are then extracted as atomic instincts with confidence scores and scope awareness for future application.

What are atomic instincts in the context of continuous learning?

Atomic instincts are actionable coding patterns extracted from tool usage observations, scored by confidence levels and tagged with project or global scope to determine how they evolve into skills, commands, or agents.

How do I extract coding patterns automatically using pre and post hooks?

To extract coding patterns automatically, activate the observation hooks to monitor tool usage during sessions, which feeds observations through the instinct pipeline to build a library of reusable patterns.

Can I apply project-scoped learning patterns globally across other projects?

Yes, the system applies instincts within per-project contexts and also across global patterns, allowing you to reuse evolved skills and commands across different projects in your environment.

Do I need access to project directories under ~/.claude/homunculus to capture instincts?

Yes, capturing instincts requires access to project directories under the ~/.claude/homunculus path and the observer hooks that feed observations through the instinct pipeline for extraction.

What is the best way to evolve captured coding instincts into new agents or commands?

The best way to evolve coding instincts is to let the system accumulate confidence scores from observations, then export the matured patterns as new skills, commands, or agents for reuse across your workflow.