continuous-learning

Extract reusable patterns from Claude Code session transcripts into learned skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically extracts actionable, reusable patterns from Claude Code sessions to build a personal library of learned skills.

Core Features & Use Cases

  • Stop-hook evaluation at session end to identify patterns.
  • Pattern detection and extraction with automatic saving to ~/.claude/skills/learned/.
  • Configurable minimum session length, detection types, and learned-skills path for customization across projects.

Quick Start

Run the end-of-session hook to automatically extract patterns from Claude Code transcripts and save them as learned skills.

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 automatically?▼

The stop-hook triggers at session end to evaluate Claude Code transcripts, applying a configurable minimum session length to ensure only meaningful interactions are processed for pattern detection.

What types of patterns can be detected from Claude Code transcripts?▼

Detectable pattern types include error resolution, user corrections, debugging techniques, and project-specific conventions extracted across multiple projects for building a comprehensive learned skills library.

Can I configure the minimum session length for pattern extraction?▼

Extracted patterns are automatically saved to the ~/.claude/skills/learned/ directory, building a structured library of learned skills accessible for future sessions.

Does continuous learning work across multiple projects?▼

Yes, the pattern extraction workflow identifies project-specific conventions and debugging techniques across multiple projects, building a unified library of learned skills from diverse Claude Code sessions.