continuous-learning

Extract reusable patterns from Claude Code sessions into learned skills.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/unju-ai/ecc --skill continuous-learning-unju-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/unju-ai/ecc/tree/main/docs/ja-JP/skills/continuous-learning
Command: npx skills add https://github.com/unju-ai/ecc --skill continuous-learning-unju-ai

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 Claude Code sessions, turning your interactions into a growing library of learned skills.

Core Features & Use Cases

  • Automatic Session Evaluation: Analyzes completed sessions for valuable patterns.
  • Pattern Extraction: Identifies and extracts reusable solutions for errors, workarounds, and project-specific logic.
  • Skill Generation: Saves extracted patterns as new, learned skills for future use.
  • Use Case: After a complex debugging session, this skill can automatically save the resolution steps as a new skill, so you can recall it instantly the next time a similar issue arises.

Quick Start

Let the skill automatically evaluate your current session for reusable patterns upon completion.

Frequently Asked Questions about continuous-learning

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

FAQPage Schema
How do I automatically extract reusable patterns from Claude Code sessions?

To automatically extract reusable patterns from Claude Code sessions, you configure a stop hook to trigger session evaluation, which analyzes interactions to identify error resolutions, workarounds, and debugging techniques for future use.

What is session analysis for code debugging and how does it work?

Session analysis for code debugging evaluates completed Claude Code interactions to identify valuable patterns, user corrections, and project-specific conventions. It detects reusable solutions and saves them as learned skills for automatic future recall.

Do I need a stop hook to save learned skills from a debugging session?

Yes, a stop hook is required to trigger session evaluation and pattern detection logic. This hook automatically initiates the extraction of reusable error resolutions and workarounds when your Claude Code session completes.

Can I automatically save error resolutions and workarounds as new skills?

You can automatically save error resolutions and workarounds as new skills using post-session analysis. The skill extraction process identifies project-specific conventions and debugging techniques, generating a reusable library for subsequent coding tasks.

What's the best way to build a library of project-specific conventions from code sessions?

The best way to build a library of project-specific conventions is to automate post-session pattern detection. This approach continuously evaluates your Claude Code sessions, extracting and saving unique workarounds and logic directly into learned skills.