continuous-learning

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

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/vinitgirdhar/GRID_ --skill continuous-learning-vinitgirdhar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/vinitgirdhar/GRID_/tree/main/.agent/skills/continuous-learning
Command: npx skills add https://github.com/vinitgirdhar/GRID_ --skill continuous-learning-vinitgirdhar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Stop-hook based extraction of reusable patterns from Claude Code sessions.
  • Saves learned skills to ~/.claude/skills/learned/ for future reuse.
  • Configurable thresholds and pattern categories via config.json.

Quick Start

Configure the Stop hook to run the evaluator after each Claude Code session and review the saved patterns 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 session transcripts?

You can extract reusable patterns from Claude Code session transcripts by running a Stop hook evaluator at the end of each session, which automatically identifies and saves valuable patterns as learned skills for future reuse.

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

A Stop hook captures learned skills by evaluating the session transcript when the Claude Code session ends, extracting reusable patterns, and persisting them directly to a local directory for future reference.

Do I need a configured Stop hook to save Claude Code patterns automatically?

Yes, you need a configured Stop hook, access to the session transcript, and a local directory to persist learned skills before the automatic pattern extraction and saving process can operate.

Can I configure pattern categories and thresholds for Claude Code session extraction?

Yes, you can configure specific thresholds and pattern categories for Claude Code session extraction by modifying the config.json file to customize how the Stop hook evaluates and saves learned skills.

Where are extracted Claude Code session patterns stored for future reuse?

Extracted Claude Code session patterns are stored as learned skills in the ~/.claude/skills/learned/ directory, ensuring they remain locally persisted and easily accessible for future reuse across sessions.

What's the best way to automate skill creation from Claude Code sessions?

Automating skill creation from Claude Code sessions is best achieved by configuring a Stop hook to evaluate session transcripts upon exit, automatically extracting reusable patterns and persisting them as learned skills locally.