What problem does it solve? Valuable problem-solving patterns discovered during Claude Code sessions are lost when the session ends, forcing users to repeatedly rediscover the same fixes and workarounds. ## Core Features & Use Cases - Automatic Session Evaluation: Runs as a Stop hook at session end and checks whether the transcript meets a minimum message threshold before analysis. - Configurable Pattern Detection: Detects error resolutions, user corrections, workarounds, debugging techniques, and project-specific conventions while ignoring typos and one-time fixes via config.json. - Learned Skill Storage: Saves extracted patterns as reusable skills under ~/.claude/skills/learned/ for future sessions. - Use Case: After a long debugging session where you resolved a tricky framework quirk, the Stop hook flags the session for pattern extraction so the workaround becomes a reusable learned skill. ## Quick Start Set up the continuous learning Stop hook so reusable patterns from my sessions are automatically extracted into learned skills. Note: this v1 skill is deprecated; the documentation directs new installs to continuous-learning-v2, which uses PreToolUse/PostToolUse hooks and instinct-based learning.