continuous-learning

Extract reusable session patterns from Claude Code transcripts.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill continuous-learning-joeyjoziah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/JoeyJoziah/investment-analysis-platform/tree/main/.claude/skills/continuous-learning
Command: npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill continuous-learning-joeyjoziah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures useful patterns from Claude Code sessions so repeated debugging approaches, workarounds, and project-specific insights do not get lost after a conversation ends.

Core Features & Use Cases

  • Session Evaluation: Checks whether a session is long enough and worth reviewing for reusable patterns.
  • Pattern Detection: Identifies error resolutions, user corrections, workarounds, and debugging techniques.
  • Skill Extraction: Saves learned patterns into a persistent learned-skills directory for future reuse.
  • Use Case: After a long troubleshooting session, it can help turn the final resolution and any project-specific conventions into a reusable skill for later work.

Quick Start

Enable the stop hook and let the skill evaluate completed Claude Code sessions so it can detect reusable patterns and save them to your learned skills directory.

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?

To extract reusable patterns from Claude Code sessions, enable the stop hook to evaluate completed transcripts. The skill checks session length, detects error resolutions and workarounds, then saves these patterns into a persistent learned-skills directory for future reuse.

What is a stop hook for session pattern mining?

A stop hook for session pattern mining is an automation trigger that evaluates completed Claude Code conversations against configurable session-length thresholds. It identifies debugging techniques and workarounds, saving them as persistent skills after long troubleshooting sessions end.

Does Claude Code session analysis require transcript-path access?

Yes, Claude Code session analysis requires transcript-path access to evaluate conversations. The skill needs this access along with a shell-based evaluator and JSON config parsing to detect reusable debugging patterns and workarounds.

Can I configure session-length thresholds for pattern extraction?

Yes, you can configure session-length thresholds for pattern extraction using JSON config parsing within the shell-based evaluator. This ensures only sufficiently long Claude Code sessions are reviewed for reusable debugging techniques and project-specific workarounds.

What types of debugging patterns can be extracted from Claude Code transcripts?

Debugging patterns extracted from Claude Code transcripts include error resolutions, user corrections, workarounds, and project-specific debugging techniques. These patterns are identified during session review and saved into a persistent learned-skills directory.