What problem does it solve?
This skill eliminates the tedious manual work of documenting coding patterns and workflows by automatically observing your Claude Code sessions, capturing user corrections, error resolutions, and repeated tool usage as learnable "instincts" with confidence scoring.
Core Features & Use Cases
- Hook-Based Observation: Captures 100% of tool use events via PreToolUse and PostToolUse hooks to detect patterns with perfect reliability.
- Atomic Instincts: Creates small, confidence-weighted behaviors (0.3-0.9) tagged by domain such as code-style, testing, git, and workflow, with full evidence tracking.
- Project-Scoped Isolation: v2.1 stores instincts per project using git remote URL hashes, ensuring React patterns stay in React projects and Python conventions stay in Python projects.
- Evolution Pipeline: Clusters related instincts into full skills, slash commands, or background agents using the
/evolve command.
- Cross-Project Promotion: Automatically promotes high-confidence patterns appearing in 2+ projects to global scope for universal application.
Quick Start
Enable continuous-learning-v2 to automatically observe your Claude Code sessions and build a library of project-specific instincts that evolve into reusable skills and commands.