continuous-learning

Extract reusable patterns from Claude Code session transcripts into learned skills.

Updated May 1, 2026
One-click install
npx skills add https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations --skill continuous-learning-oguzhanguvenkaya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations/tree/main/skills/continuous-learning
Command: npx skills add https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations --skill continuous-learning-oguzhanguvenkaya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically identifies and captures repeatable patterns from Claude Code sessions to bootstrap a personal library of learned skills.

Core Features & Use Cases

  • Pattern detection from session transcripts and consolidation into reusable skills
  • Saving learned patterns to ~/.claude/skills/learned/
  • Review and curate learned skills to refine patterns and categories
  • Configurable thresholds and min_session_length to tune extraction

Quick Start

Run the Stop hook at the end of a Claude Code session to extract patterns and save them as learned skills.

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?

Extract reusable patterns from Claude Code sessions by running an end-of-session Stop hook that analyzes the full transcript to identify debugging techniques, error resolutions, and project conventions, saving them to a learned-skills library.

What types of patterns can be automatically identified from Claude Code transcripts?

Patterns automatically identified from Claude Code transcripts include error resolutions, user corrections, debugging techniques, and project-specific conventions, which are consolidated into reusable learned skills.

How do I configure pattern extraction thresholds for Claude Code session analysis?

Configure pattern extraction thresholds for Claude Code session analysis by adjusting configurable thresholds and min_session_length parameters to tune extraction sensitivity and filter out insignificant sessions.

Does Claude Code session pattern extraction require write access to specific directories?

Claude Code session pattern extraction requires write permission to the ~/.claude/skills/learned/ directory to store extracted patterns, access to the full session transcript, and an end-of-session trigger.

Can I review and curate learned skills after they are extracted from session transcripts?

Review and curate learned skills after extraction to refine identified patterns and categories, ensuring the personal library of skills extracted from Claude Code sessions remains accurate and relevant.

What is the best way to build a personal learned-skills library from Claude Code sessions?

Build a personal learned-skills library from Claude Code sessions by applying a Stop hook at the end of each session to automatically detect repeatable patterns and save them under ~/.claude/skills/learned/.