continuous-learning

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

4|7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/arbisoft/ai-skillforge --skill continuous-learning-arbisoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/arbisoft/ai-skillforge/tree/main/Claude/skills/continuous-learning
Command: npx skills add https://github.com/arbisoft/ai-skillforge --skill continuous-learning-arbisoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically evaluates Claude Code sessions on end to extract reusable patterns that can be saved as learned skills.

Core Features & Use Cases

  • End-of-session pattern extraction to build a library of learned skills.
  • Configurable thresholds and pattern categories to tailor extraction.
  • Manual review and curation of learned skills in ~/.claude/skills/learned/

Quick Start

Run the Stop hook evaluator after a Claude Code session to extract reusable patterns and save them to the learned-skills directory.

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 extract patterns from Claude Code sessions by running a Stop hook evaluator at the end of a session. This evaluates your session and saves reusable patterns as learned skills in your local directory.

Can I configure thresholds for pattern extraction in Claude sessions?

Yes, pattern extraction is configurable via a config.json file. You can set specific thresholds and define pattern categories to tailor which extracted patterns are saved as learned skills.

Where are the learned skills saved after a Claude Code session ends?

Learned skills extracted from Claude Code sessions are persisted directly to the ~/.claude/skills/learned/ directory, allowing you to manually review and curate the generated files.

How does the Stop-hook workflow handle end-of-session pattern extraction?

The Stop-hook workflow triggers an evaluate-session.sh script when a Claude Code session ends. This script processes the session context and identifies reusable patterns to save as learned skills.

Do I need to manually review patterns extracted from Claude Code sessions?

Manual review and curation of learned skills in the ~/.claude/skills/learned/ directory is recommended. This ensures the automatically extracted patterns meet your quality standards before reuse.