continuous-learning-v2

Convert Claude Code session activity into confidence-scored, project-scoped instinct patterns.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/khetansarvesh/ai_skills_repo --skill continuous-learning-v2-khetansarvesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/khetansarvesh/ai_skills_repo/tree/main/skills/continuous-learning-v2
Command: npx skills add https://github.com/khetansarvesh/ai_skills_repo --skill continuous-learning-v2-khetansarvesh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, python3, git, claude, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of wasting time re-teaching Claude Code the same workflows and conventions by turning repeated session behavior into reusable, confidence-scored knowledge.

Core Features & Use Cases

  • Project-scoped instinct learning (v2.1): Prevents cross-project contamination by isolating instinct storage per detected repo/project, while still supporting global instincts for universal best practices.
  • Deterministic observation via hooks: Captures PreToolUse/PostToolUse events reliably (100% tool-call coverage) and stores scrubbed observations locally for pattern extraction.
  • Confidence-scored instincts with promotion: Creates atomic “instincts” from observed evidence, clusters them into higher-level skills/commands/agents, and promotes project instincts to global scope when they recur across projects with high confidence.

Quick Start

Enable the observation hooks in your Claude settings so sessions automatically generate and evolve project-scoped instincts with confidence scoring.

Frequently Asked Questions about continuous-learning-v2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically save Claude Code session patterns as reusable workflow knowledge?

You can automatically save Claude Code session patterns by enabling deterministic PreToolUse and PostToolUse hooks that capture session activity and convert it into confidence-scored reusable instincts. This prevents wasting time re-teaching Claude Code the same workflows.

What is project-scoped instinct learning and how does it prevent cross-project contamination?

Project-scoped instinct learning isolates instinct storage per detected repository, preventing cross-project contamination while still supporting global instincts for universal best practices. It ensures coding style and file-structure conventions remain specific to their intended context.

How do I promote project-specific coding conventions to global skills across multiple repositories?

You can promote project-specific coding conventions to global skills by using cross-project promotion criteria that elevate high-confidence instincts when they recur across multiple repositories. This evolves repeated atomic instincts into higher-level skills and commands.

Do I need git and python3 to capture hook observations for Claude Code continuous learning?

Yes, you need git, python3, bash, and claude installed to enable deterministic hook-based observation capture. These dependencies support scrubbing local observations and extracting workflow patterns from your session activity.

How does confidence scoring work when extracting debugging workflow patterns from session activity?

Confidence scoring works by creating atomic instincts from observed tool-usage evidence and clustering them into higher-level skills. Instincts gain confidence as evidence accumulates, eventually meeting promotion criteria to evolve into global commands or agents.

Why are my Claude Code workflow conventions not persisting across different coding sessions?

Workflow conventions fail to persist when deterministic observation hooks are not enabled in your Claude settings. Enabling hook-based capture ensures session activity is reliably recorded and converted into confidence-scored, project-scoped instincts for future use.