continuous-learning

Extract reusable patterns from Claude Code sessions into learned skills.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/hector-manny/bussbot --skill continuous-learning-hector-manny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/hector-manny/bussbot/tree/main/.cursor/skills/continuous-learning
Command: npx skills add https://github.com/hector-manny/bussbot --skill continuous-learning-hector-manny

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and config.json (resource) components.

What problem does it solve?

This Skill extracts reusable patterns from Claude Code sessions to save as learned skills, facilitating pattern recognition and skill development.

Core Features & Use Cases

  • Pattern Extraction: Automatically evaluates Claude Code sessions to extract reusable patterns.
  • Session Evaluation: Checks if session has enough messages to be evaluated.
  • Skill Extraction: Saves useful patterns to a designated directory.
  • Configuration: Customize settings in config.json for minimum session length, extraction thresholds, and patterns to detect.

Quick Start

Activate the skill after a Claude Code session to evaluate and extract patterns.

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, activate this skill after a session ends. It evaluates the transcript and saves useful patterns to a designated directory as learned skills.

What is the minimum session length needed for pattern extraction?

The minimum session length required for pattern extraction is defined in config.json. The skill evaluates session transcripts to check if there are enough messages before attempting to extract and save patterns.

Can I customize which patterns are detected during session evaluation?

Yes, you can customize which patterns are detected by modifying the config.json file. This configuration file allows you to adjust minimum session length, extraction thresholds, and specific patterns to detect.

How does session evaluation work for skill development?

Session evaluation for skill development works by analyzing Claude Code session transcripts to identify reusable patterns. It checks if the session has enough messages to be evaluated before extracting and saving useful patterns.

What's the best way to save learned skills from Claude Code transcripts?

The best way to save learned skills from Claude Code transcripts is to use an automated extraction skill. It evaluates session transcripts against configured thresholds and saves the extracted patterns to a designated directory.

Are there limitations to extracting patterns from short Claude Code sessions?

Yes, a limitation of extracting patterns from short Claude Code sessions is that the skill will not evaluate them if they lack sufficient messages. The minimum message count threshold is configured in config.json to ensure meaningful pattern extraction.