continuous-learning

Extract reusable patterns from Claude Code sessions into learned skills.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lllooollpp/solopreneur- --skill continuous-learning-lllooollpp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/lllooollpp/solopreneur-/tree/main/solopreneur/data/skills/continuous-learning
Command: npx skills add https://github.com/lllooollpp/solopreneur- --skill continuous-learning-lllooollpp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically extracts reusable patterns from Claude Code sessions and saves them as learned skills for future use.

Core Features & Use Cases

  • Automatic evaluation at the end of Claude Code sessions to identify repeatable patterns.
  • Pattern detection and extraction into ~/.claude/skills/learned/.
  • Review, curate, and reuse learned skills across projects.

Quick Start

Edit your Claude settings to enable the Stop-hook and begin collecting 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?

Extracting reusable patterns from Claude Code sessions involves evaluating session endings via the Stop hook to automatically detect concepts like error resolutions and debugging techniques, saving them as learned skills for future reuse.

What is the Stop hook in Claude Code used for?

The Stop hook in Claude Code is used to trigger automatic session evaluation. When configured in settings.json, it enables the continuous learning process to detect repeatable patterns like user corrections and save them to a learned skills directory.

How do I configure settings to save learned skills in Claude Code?

To save learned skills in Claude Code, edit your settings.json file to enable the Stop hook. This configuration automatically captures extracted patterns and stores them in the ~/.claude/skills/learned/ directory for future review and curation.

Can I review and curate learned skills extracted from Claude Code sessions?

Yes, you can review, curate, and reuse learned skills extracted from Claude Code sessions. The automatically detected patterns are saved to ~/.claude/skills/learned/, allowing you to manage and apply them across different projects.

Does continuous learning in Claude Code require any dependencies?

Continuous learning in Claude Code requires no external dependencies. It operates by configuring the Stop hook within your existing Claude settings to evaluate sessions and extract patterns based on configurable thresholds and categories.

What types of patterns can be automatically detected from Claude Code sessions?

Patterns automatically detected from Claude Code sessions include error resolutions, user corrections, and debugging techniques. These repeatable concepts are identified during session evaluation and stored as learned skills with configurable thresholds.