continuous-learning

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

3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/idiaz01/enterprise-superpowers --skill continuous-learning-idiaz01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/idiaz01/enterprise-superpowers/tree/main/content/skills/continuous-learning
Command: npx skills add https://github.com/idiaz01/enterprise-superpowers --skill continuous-learning-idiaz01

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

  • Stop-hook driven session evaluation that yields reusable patterns
  • Persists learned skills to ~/.claude/skills/learned/ for reuse across projects
  • Supports configurable thresholds and pattern categories

Quick Start

Configure the Stop hook to evaluate each Claude Code session and save extracted patterns 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 save reusable patterns from Claude Code sessions automatically?

To save reusable patterns from Claude Code sessions automatically, you need a Skill that evaluates each session via a Stop hook and persists extracted debugging techniques and conventions to ~/.claude/skills/learned/.

What is a Stop hook for session evaluation in Claude Code?

A Stop hook for session evaluation is a trigger that applies at the end of a Claude Code session to extract user corrections and project-specific conventions, turning them into learned skills for future reuse.

Can I configure thresholds for extracting learned skills from Claude Code sessions?

Yes, you can configure thresholds for extracting learned skills, including a minimum session length requirement and specific pattern categories to ensure only meaningful session patterns are captured.

How do I persist project-specific conventions as learned skills across different projects?

You persist project-specific conventions as learned skills by storing them under the ~/.claude/skills/learned/ directory, allowing the extracted patterns to be reused across multiple projects.

Does continuous learning require a minimum session length to extract patterns?

Yes, continuous learning requires a minimum session length to ensure the Stop hook only evaluates substantial Claude Code sessions, preventing the extraction of trivial patterns from very short interactions.

What types of patterns can be extracted from Claude Code sessions for reuse?

The types of patterns extracted from Claude Code sessions include user corrections, debugging techniques, and project-specific conventions, all of which are saved as learned skills for future application.