continuous-learning

Extract reusable patterns from Claude Code sessions to generate new skills.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/sangrokjung/claude-code-config-public --skill continuous-learning-sangrokjung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/sangrokjung/claude-code-config-public/tree/main/skills/continuous-learning
Command: npx skills add https://github.com/sangrokjung/claude-code-config-public --skill continuous-learning-sangrokjung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the process of identifying and saving reusable patterns from your coding sessions, turning them into new skills for future use without manual effort.

Core Features & Use Cases

  • Automatic Pattern Detection: Analyzes completed sessions to find valuable, repeatable solutions.
  • Skill Generation: Extracts identified patterns into new, usable skills.
  • Session Evaluation: Runs automatically at the end of sessions meeting a minimum length.
  • Use Case: After a complex debugging session where you discovered a novel way to resolve a specific error, this skill can automatically capture that solution as a new skill, making it available for future similar problems.

Quick Start

Ensure the continuous-learning skill is configured to run as a stop hook in your settings.json.

Frequently Asked Questions about continuous-learning

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

FAQPage Schema
How do I automatically generate reusable skills from code generation session transcripts?

To automatically generate reusable skills from code session transcripts, configure a continuous-learning stop hook. It analyzes completed sessions to extract problem-solving patterns and error resolutions, saving them as new skills for future use.

What is the best way to capture user-correction strategies and error resolutions from completed coding sessions?

The best way to capture user-correction strategies is through automatic session analysis. This process detects repeatable solutions and codifies them into actionable skills, making your novel debugging techniques available for future similar problems.

How do I set up automatic pattern detection for Claude Code sessions?

To set up automatic pattern detection for Claude Code sessions, configure the continuous-learning skill to run as a stop hook in your settings.json. This triggers session evaluation automatically upon meeting a minimum length threshold.

Can I extract reusable patterns from short debugging sessions?

Extracting reusable patterns requires sessions meeting a minimum length threshold. Short debugging sessions may not trigger the automatic evaluation needed to identify and codify problem-solving techniques into newly generated skills.

Does session analysis for skill generation require any external dependencies?

Session analysis for skill generation requires no external dependencies. It relies solely on internal pattern detection logic applied to your session transcripts to identify and save actionable insights as learned skills.

When do I need to codify problem-solving techniques into automated skills?

You need to codify problem-solving techniques into automated skills when you want to reuse solutions for similar problems. This applies to scenarios requiring pattern recognition for error resolutions and user-correction strategies extracted from session transcripts.