continuous-learning-v2

Installation
Summary

Automatic learning system that captures session patterns as scoped "instincts" with confidence scoring, then evolves them into reusable skills and commands.

  • Observes all tool use via hooks (100% reliable capture) and automatically detects project context via git remote URL or repo path
  • Creates atomic instincts with confidence scores (0.3–0.9) that are project-scoped by default to prevent cross-project contamination; universal patterns auto-promote to global scope when seen in 2+ projects
  • Provides six commands: /instinct-status (view learned behaviors), /evolve (cluster instincts into skills/commands), /promote (move project instincts to global), /instinct-export//instinct-import (share instincts), and /projects (list all known projects)
  • Stores observations and instincts in isolated project directories under ~/.claude/homunculus/projects/ with a background observer agent (Haiku) that runs on configurable intervals to detect patterns from user corrections, error resolutions, and repeated workflows
SKILL.md

Continuous Learning v2.1 - Instinct

-Based Architecture

An advanced learning system that turns your Claude Code sessions into reusable knowledge through atomic "instincts" - small learned behaviors with confidence scoring.

v2.1 adds project-scoped instincts — React patterns stay in your React project, Python conventions stay in your Python project, and universal patterns (like "always validate input") are shared globally.

When to Activate

  • Setting up automatic learning from Claude Code sessions
  • Configuring instinct-based behavior extraction via hooks
  • Tuning confidence thresholds for learned behaviors
  • Reviewing, exporting, or importing instinct libraries
  • Evolving instincts into full skills, commands, or agents
  • Managing project-scoped vs global instincts
  • Promoting instincts from project to global scope

What's New in v2.1

Related skills
Installs
5.2K
GitHub Stars
179.7K
First Seen
Jan 26, 2026