continuous-learning

Extract reusable patterns from Claude Code sessions and save them to ~/.claude/skills/learned/.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/feldboy/parlament-app --skill continuous-learning-feldboy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/feldboy/parlament-app/tree/main/.claude/skills/continuous-learning
Command: npx skills add https://github.com/feldboy/parlament-app --skill continuous-learning-feldboy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

Core Features & Use Cases

  • End-of-session evaluation to identify meaningful patterns from transcript data.
  • Pattern detection and extraction, then saving learned skills to ~/.claude/skills/learned/.
  • Simple configuration to tailor thresholds and learning paths.

Quick Start

Instruct Claude to evaluate the current session and extract patterns to the 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?

You can extract patterns from Claude Code sessions by running an end-of-session analysis that identifies debugging techniques and common fixes, saving them as structured learned skills for future reuse.

What is continuous learning in Claude Code transcript analysis?

Continuous learning in Claude Code transcript analysis automates the discovery of meaningful patterns like debugging techniques and project conventions across multiple sessions to build a reusable library of learned skills.

Do I need jq to automate Claude Code pattern extraction?

Yes, jq is required to automate Claude Code pattern extraction because it parses the JSON transcript data needed to detect debugging techniques and save them as learned skills.

Can I configure thresholds for saving learned skills from Claude Code sessions?

Yes, you can configure thresholds for saving learned skills from Claude Code sessions using simple configuration options that tailor the learning paths and pattern detection sensitivity to your project.

Where are extracted Claude Code patterns stored for later reuse?

Extracted Claude Code patterns are stored as structured outputs in the ~/.claude/skills/learned/ directory, providing a centralized location for accessing debugging techniques and project conventions.