continuous-learning

Extract reusable patterns from Claude Code session transcripts and save them as learned skills.

17|1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jakezp/everything-opencode --skill continuous-learning-jakezp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/jakezp/everything-opencode/tree/main/skills/continuous-learning
Command: npx skills add https://github.com/jakezp/everything-opencode --skill continuous-learning-jakezp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

Claude Code sessions produce patterns that are often reusable but can be overlooked. This skill automatically analyzes the end-of-session transcript to extract repeatable patterns and saves them as learned skills for future use.

Core Features & Use Cases

  • Pattern extraction: Identifies repeated issues, fixes, and approaches from a session transcript.
  • Learned-skills storage: Writes extracted patterns to ~/.claude/skills/learned/ for reuse in future sessions.
  • Automatic stop-hook integration: Triggers evaluation at session end via a Stop hook for minimal latency.

Quick Start

Run the stop-hook evaluation script at the end of a Claude Code session to generate learned skills from the session transcript.

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?

Extracting reusable patterns from Claude Code sessions involves evaluating end-of-session transcripts to identify repeatable issues and approaches. The skill stores these extracted patterns as learned skills in ~/.claude/skills/learned/ for future workflows.

What is automatic pattern extraction from session transcripts?

Automatic pattern extraction from session transcripts is a technique that analyzes end-of-session logs to identify repeatable fixes and approaches. It transforms overlooked session data into stored, learned skills for future Claude workflows.

Do I need jq to extract learned skills from Claude workflows?

Yes, you need jq installed as a dependency to extract learned skills from Claude workflows. The skill relies on jq scripts to parse session transcripts and save the identified patterns to the learned skills directory.

Can I configure the extraction threshold for Claude Code session evaluation?

Yes, you can configure the extraction threshold for Claude Code session evaluation. The skill supports configurable min_session_length, extraction_threshold, auto_approve, and learned_skills_path settings to control pattern extraction behavior.

What is the best way to automate learning from Claude Code sessions?

The best way to automate learning from Claude Code sessions is integrating a Stop hook that triggers evaluation at session end. This automatically extracts repeatable patterns with minimal latency and saves them as learned skills.

Where are extracted patterns stored after analyzing Claude Code transcripts?

Extracted patterns are stored as learned skills in the ~/.claude/skills/learned/ directory after analyzing Claude Code transcripts. This allows the identified repeatable approaches to be reused in future Claude workflows.