continuous-learning-v2

Convert Claude Code sessions into confidence-scored instincts via hook capture.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of repeatedly teaching Claude the same project-specific workflow, preferences, and best practices without a reliable way to turn your past sessions into reusable guidance.

Core Features & Use Cases

  • Hook-based session observation: Captures tool use events deterministically (via PreToolUse/PostToolUse hooks) and records scrubbed observations locally.
  • Atomic instinct learning with confidence: Converts repeated patterns into small “instinct” behaviors with confidence scoring and evidence trails.
  • Project-scoped isolation (v2.1): Prevents cross-project contamination by storing most instincts under a detected project hash, while allowing promotion to global scope when patterns repeat across projects.
  • Evolution pipeline: Clusters instincts into higher-level skills, commands, and agents, and supports reviewing/exporting/importing instinct libraries.

Quick Start

Enable the observation hooks in your ~/.claude/settings.json, then run the command /instinct-status to review learned project-scoped and global instincts.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I capture Claude Code session behavior into reusable project instincts?

Capture Claude Code session behavior by enabling PreToolUse and PostToolUse hooks in your settings, which deterministically record tool calls and user corrections into local observations for learning reusable, confidence-scored atomic instincts.

What are confidence-scored atomic instincts in continuous learning pipelines?

Confidence-scored atomic instincts are small, learned behaviors converted from repeated session patterns, tracked with evidence trails and confidence scores to evaluate their reliability before clustering into higher-level skills or agents.

Does continuous learning isolate project-specific habits to prevent cross-project contamination?

Continuous learning isolates project habits by storing instincts under a detected git project hash, ensuring safe cross-project isolation while allowing promotion to global scope only when patterns repeat reliably across multiple projects.

How do I review learned instincts and export the knowledge library?

Review learned instincts by running the /instinct-status command, which displays project-scoped and global instincts, while the evolution pipeline supports reviewing, exporting, and importing the accumulated instinct library.

Do I need a git-backed project to scope and persist learned agent behaviors?

A git-backed project is required for project detection via environment variables and git metadata, enabling deterministic hook capture and safe YAML-frontmatter instinct persistence scoped to that specific project hash.

Can I run background analysis on locally stored session observations?

Background analysis can be run on locally stored session observations, processing scrubbed hook captures asynchronously to convert repeated tool use patterns into confidence-scored atomic instincts without blocking active sessions.