One-click install
npx skills add https://github.com/krishnakanthb13/everything-antigravity --skill continuous-learning-krishnakanthb13
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/krishnakanthb13/everything-antigravity/tree/main/skills/continuous-learning
Command: npx skills add https://github.com/krishnakanthb13/everything-antigravity --skill continuous-learning-krishnakanthb13

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

Automatically evaluates Claude Code sessions on end to extract reusable patterns that can be saved as learned skills for future use.

Core Features & Use Cases

  • Session Evaluation: Runs at the end of each Claude Code session to identify patterns worth preserving.
  • Pattern Extraction: Detects actionable patterns like debugging techniques, user corrections, and project conventions.
  • Learned Skills Persistence: Stores extracted patterns to ~/.claude/skills/learned/ for reuse across sessions.

Quick Start

Configure and run the Stop hook to automatically extract patterns from the session and save them as learned skills in ~/.claude/skills/learned/.

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, configure a Stop hook to evaluate session data upon completion. The hook automatically identifies actionable patterns like debugging techniques and project conventions, saving them as learned skills for future reuse.

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

Continuous learning in Claude Code is the automated process of evaluating completed sessions to detect recurring solutions and user corrections. It operates by running a session evaluation hook that extracts these patterns and persists them to a dedicated storage path for ongoing development workflows.

Do I need jq installed to extract learned skills from Claude Code sessions?▼

Yes, you need the jq command-line JSON processor installed as a prerequisite. The pattern extraction scripts rely on jq to parse session data and format the extracted debugging techniques and project conventions before storing them as learned skills.

Can I configure storage paths and thresholds for saving Claude Code session patterns?▼

Yes, storage paths and extraction thresholds are configurable when setting up the session evaluation hook. You can specify where learned skills are persisted, defaulting to the ~/.claude/skills/learned/ directory, and adjust criteria for pattern detection sensitivity.

When should I use automated pattern extraction for Claude Code debugging workflows?▼

Automated pattern extraction is ideal for ongoing coding sessions, debugging workflows, and project handoffs where summarizing recurring solutions is necessary. It captures debugging techniques and project conventions automatically at session end without interrupting your active development process.

What's the best way to preserve debugging techniques across different Claude Code sessions?▼

The best way to preserve debugging techniques is to automate session evaluation at session end. This captures actionable patterns and user corrections, storing them as learned skills in ~/.claude/skills/learned/ so they can be applied to future coding sessions and project handoffs.