continuous-learning

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Stop-hook evaluation at session end to capture patterns
  • Pattern categorization and saving to learned directory
  • Configurable thresholds and paths to tailor extraction
  • Review and curate learned skills locally

Quick Start

Run the stop-hook evaluator on a completed Claude Code session to save reusable patterns into ~/.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 session transcripts?

You can extract reusable patterns from Claude Code session transcripts by running a stop-hook evaluator that categorizes and saves them as learned skills. It automatically captures patterns when a session ends.

How does a stop hook capture learned skills at the end of a Claude Code session?

A stop hook triggers pattern extraction by evaluating the completed Claude Code session against configured thresholds. It identifies reusable patterns and saves them into the learned skills directory for future reuse.

Can I configure the minimum session length and output path for pattern extraction?

Yes, you can configure both the minimum session length and the learned skills output path. These settings are defined in the config.json file, alongside patterns to detect and storage directory preferences.

What is the best way to save Claude Code session patterns for future projects?

The best way to save session patterns for future projects is using an automated extraction tool that stores them locally. This allows you to review and curate learned skills before applying them to new work.

Where are extracted Claude Code patterns stored for later curation and reuse?

Extracted Claude Code patterns are stored locally under the ~/.claude/skills/learned/ directory. You can review and curate these saved skills directly from this location before reuse.

Does pattern extraction work with very short Claude Code sessions?

Pattern extraction is controlled by a configurable minimum session length threshold set in config.json. Sessions shorter than this threshold will not trigger the stop-hook evaluator to save learned skills.