continuous-learning

Extract reusable patterns from Claude Code transcripts into learned skills.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/ROLLED740/vibe-clone-pro --skill continuous-learning-rolled740
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/ROLLED740/vibe-clone-pro/tree/main/.agent/skills/continuous-learning
Command: npx skills add https://github.com/ROLLED740/vibe-clone-pro --skill continuous-learning-rolled740

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code sessions generate valuable patterns but are often forgotten or hard to reuse. This skill automatically extracts those patterns and saves them as learned skills for future use.

Core Features & Use Cases

  • Stop-hook driven evaluation at session end to preserve context and minimize latency
  • Pattern detection from transcripts to identify actionable insights
  • Saving extracted patterns to ~/.claude/skills/learned/ for reuse across sessions
  • Review and curate learned skills to improve future automation

Quick Start

Enable the Stop hook to automatically extract patterns from Claude Code sessions 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 automatically extract reusable patterns from Claude Code sessions?

To extract reusable patterns from Claude Code sessions, enable a Stop hook to trigger evaluation at session end, analyzing transcripts for actionable insights and saving them as learned skills for future reuse.

Can I save learned skills automatically when a Claude Code session ends?

Yes, you can save learned skills automatically at session end by configuring a Stop hook that triggers evaluate-session.sh to analyze transcripts and persist extracted patterns to ~/.claude/skills/learned/.

How does session evaluation identify actionable patterns from Claude Code transcripts?

Session evaluation identifies actionable patterns by analyzing Claude Code transcripts using evaluate-session.sh, which checks against configurable extraction thresholds in config.json to determine if session length and content yield extractable insights.

Do I need to configure minimum session length for pattern extraction?

Yes, you need to configure minimum session length in config.json to ensure pattern extraction only triggers on sessions with sufficient context, preventing low-value extractions from short Claude Code interactions.

What is the best way to reuse patterns learned from previous Claude Code sessions?

The best way to reuse patterns from previous Claude Code sessions is to automatically save extracted insights to ~/.claude/skills/learned/ via a Stop hook, making them available for review and curation across future sessions.