continuous-learning

Extracts reusable patterns from Claude Code sessions into learned skills via a stop-hook workflow.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/khunglong-03/Pathora_Version3 --skill continuous-learning-khunglong-03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/khunglong-03/Pathora_Version3/tree/main/.cursor/skills/continuous-learning
Command: npx skills add https://github.com/khunglong-03/Pathora_Version3 --skill continuous-learning-khunglong-03

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automatically extracts reusable patterns from Claude Code sessions and saves them as learned skills for future reuse, reducing repetitive manual work.

Core Features & Use Cases

  • Stop-hook based evaluation at the end of Claude Code sessions to avoid latency during active work
  • Pattern detection that identifies actionable insights like errors, corrections, and workflow quirks
  • Persistence of discovered patterns to the learned-skills directory for future reuse and sharing

Quick Start

Configure the Stop-hook to automatically extract patterns from Claude Code sessions and save them to ~/.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 automatically extract reusable patterns from Claude Code sessions?

You can automatically extract reusable patterns from Claude Code sessions by configuring a stop-hook to evaluate transcripts at the end of your work, detecting actionable insights like errors and workflow quirks to save as learned skills.

What is a stop-hook workflow for continuous learning in Claude Code?

A stop-hook workflow for continuous learning triggers pattern evaluation at the end of Claude Code sessions to avoid latency during active work, identifying reusable insights and persisting them as learned skills for future reuse.

Do I need jq installed to save learned skills from Claude Code transcripts?

Yes, you need jq installed to process transcript data and extract patterns, as the continuous learning workflow relies on this dependency to parse session data and persist new learned skills to the learned-skills directory.

Can I apply pattern detection thresholds to filter Claude Code session reviews?

Yes, you can apply pattern detection thresholds to filter Claude Code session reviews, ensuring only actionable insights like errors, corrections, and workflow quirks meet the configured criteria for persistence as learned skills.

Where are extracted Claude Code patterns stored for future reuse?

Extracted Claude Code patterns are stored in the ~/.claude/skills/learned/ directory, allowing you to build a library of learned skills that can be reused and shared across future Claude Code environments.

Best way to reduce repetitive manual work in Claude Code dev workflows?

The best way to reduce repetitive manual work in Claude Code dev workflows is to implement automated pattern extraction, which captures reusable insights from your sessions and saves them as learned skills for future application.