continuous-learning-v2

Convert Claude Code session observations into scored instincts and evolving skills.

17|1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jakezp/everything-opencode --skill continuous-learning-v2-jakezp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/jakezp/everything-opencode/tree/main/skills/continuous-learning-v2
Command: npx skills add https://github.com/jakezp/everything-opencode --skill continuous-learning-v2-jakezp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Claude Code sessions generate scattered insights; this Skill provides an instinct-driven, automated way to capture, evaluate, and reuse patterns.

Core Features & Use Cases

  • Instinct extraction: automatically convert observations into atomic instincts with confidence scores.
  • Evolution: instinct clusters evolve into skills, commands, and agents.
  • Local learning: hooks observe sessions and store instincts locally with privacy.

Quick Start

Enable the observation hooks and start the observer to begin turning sessions into evolving 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 patterns from Claude Code sessions automatically?

Session observations are converted into reusable instincts by applying hooks that identify recurring patterns and evaluate them with confidence scoring for local persistence.

What is an instinct in the context of session learning?

An instinct is an atomic observation extracted from a session and scored for confidence, serving as the foundational primitive that evolves into skills, commands, or agents.

How do extracted instincts evolve into commands or agents?

Extracted instincts evolve into commands or agents through an evolution pipeline that clusters related instincts and organizes them into higher-level primitives like skills, commands, and agents.

Do I need an observer workflow to use session learning hooks?

Yes, an observer workflow is required to process session observations, as the hooks rely on this active observer to identify patterns and persist them locally for evolution.

Does this pattern extraction approach require YAML-frontmatter skill metadata?

Yes, YAML-frontmatter skill metadata is required to define the structure needed for the evolution pipeline to successfully transition extracted instincts into organized skills and commands.

What are the limitations of local persistence for session instincts?

Local persistence limits instinct sharing to a single environment, meaning learned patterns and evolved primitives are not automatically synced or distributed across different machines or team members.