continuous-learning

Extract reusable patterns from Claude Code sessions into learned skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Hanseooo/hanseo-opencode-workflows --skill continuous-learning-hanseooo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/Hanseooo/hanseo-opencode-workflows/tree/main/skills/continuous-learning
Command: npx skills add https://github.com/Hanseooo/hanseo-opencode-workflows --skill continuous-learning-hanseooo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates distillation of actionable patterns from Claude Code sessions into reusable learned skills, reducing manual triage and repetitive work.

Core Features & Use Cases

  • Stop-hook based session evaluation at the end of Claude Code sessions to extract actionable patterns.
  • Saves extracted patterns to ~/.claude/skills/learned/ for quick reuse and cross-session sharing.
  • Supports configurable thresholds and pattern categories to tailor extraction behavior.

Quick Start

Configure the Stop hook to run this skill at the end of Claude Code sessions and review learned skills in ~/.claude/skills/learned/.

Frequently Asked Questions about continuous-learning

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

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

You can extract reusable patterns by applying the continuous-learning skill via the Stop hook at the end of Claude Code sessions. It automatically analyzes session transcripts and stores the extracted patterns as learned skills for future reuse.

What is the Stop hook in Claude Code used for?▼

The Stop hook in Claude Code triggers automated session evaluation when a session ends. In this context, it runs pattern extraction to distill actionable insights from your session transcripts into reusable learned skills.

Where are extracted learned skills stored after a session ends?▼

Extracted learned skills are stored under the ~/.claude/skills/learned/ directory. This allows for quick reuse and cross-session sharing of the actionable patterns pulled from your Claude Code transcripts.

Can I configure pattern extraction behavior for Claude Code sessions?▼

Yes, pattern extraction is configurable. You can adjust thresholds and pattern categories via a config.json file to tailor how the Stop hook evaluates transcripts and extracts learned skills.

Do I need Claude Code transcripts to persist learned skills?▼

Yes, the skill relies on transcripts provided by Claude Code hooks. These transcripts are required to analyze the session and successfully persist the extracted learned patterns to the configured path.