What problem does it solve?
This Skill eliminates the tedious manual work of identifying and saving reusable coding patterns from Claude Code sessions, reducing repetitive effort and preserving institutional knowledge. Note that this Skill is deprecated as of 2026-04-28, with all functionality superseded by the continuous-learning-v2 Skill.
Core Features & Use Cases
- Automatic Session Evaluation: Runs as a Stop hook at the end of each Claude Code session to evaluate content for extractable patterns, with no per-message latency overhead.
- Pattern Detection: Identifies high-value patterns including error resolutions, debugging techniques, workarounds, and project-specific conventions, while ignoring low-value entries like simple typos and one-time fixes.
- Learned Skill Storage: Saves approved extracted patterns to a dedicated local directory for reuse across future sessions and projects.
- Use Case: If your team repeatedly encounters the same Kubernetes deployment error across multiple projects, this Skill will automatically detect the resolution pattern from your session and save it as a reusable learned skill to apply in future work.
Quick Start
Use the continuous-learning skill to automatically extract and save reusable coding patterns from your completed Claude Code session to your local learned skills library.