continuous-learning

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

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/CobaltSato/avalanche-build-games-tool-kit --skill continuous-learning-cobaltsato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/CobaltSato/avalanche-build-games-tool-kit/tree/main/.claude/skills/continuous-learning
Command: npx skills add https://github.com/CobaltSato/avalanche-build-games-tool-kit --skill continuous-learning-cobaltsato

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 at session end: automatically evaluate transcripts and detect patterns.
  • Pattern extraction: identify actionable patterns such as debugging techniques, workarounds, and project-specific conventions.
  • Persistence: store learned skills in ~/.claude/skills/learned/ for reuse across sessions.

Quick Start

Install and enable the Stop hook, then run Claude Code sessions as usual and let the skill extract and save learned patterns automatically.

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?

You can automatically extract reusable patterns from Claude Code sessions by enabling a stop hook that evaluates session transcripts at the end of each run and saves detected patterns as learned skills.

What is continuous learning in Claude Code and how does it work?

Continuous learning in Claude Code is an automated pattern extraction process that evaluates session transcripts against a minimum context threshold at session end to identify debugging techniques and workarounds for future reuse.

Can I customize where Claude Code saves learned skills?

Yes, you can customize where learned skills are saved by modifying the config.json file, though by default the system persists extracted patterns directly into the ~/.claude/skills/learned/ directory.

How do I start auto-learning project conventions from Claude Code transcripts?

To start auto-learning project conventions, install and enable the stop hook, then run Claude Code sessions as usual so the skill can automatically evaluate transcripts and store actionable patterns.

Does the Claude Code pattern extraction require a minimum session length?

Yes, the pattern extraction mechanism evaluates transcripts against a minimum context threshold, ensuring only sessions with sufficient interaction depth are processed to identify actionable patterns.

What types of patterns can Claude Code automatically detect from my sessions?

Claude Code can automatically detect actionable patterns such as debugging techniques, workarounds, and project-specific conventions from your session transcripts and save them for future use.