continuous-learning-v2

Convert observed coding sessions into confidence-scored instincts for skills, commands, or agents.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Blake-John/agent-config --skill continuous-learning-v2-blake-john
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/Blake-John/agent-config/tree/main/.agents/skill_spec/continuous-learning-v2
Command: npx skills add https://github.com/Blake-John/agent-config --skill continuous-learning-v2-blake-john

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills, commands, or agents, with project-scoped instincts to prevent cross-project contamination.

Core Features & Use Cases

  • Atomic instincts are small, confidence-weighted patterns that can be evolved into skills, commands, or agents.
  • Project-scoped instincts live with a project while global instincts provide universal best practices and enable cross-project reuse.
  • Import/export and promotion enable sharing patterns across projects and teams.

Quick Start

Enable the observation hooks and let the system begin extracting instincts from your Claude Code sessions.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I convert coding sessions into reusable skills and commands?

You can convert coding sessions into reusable skills by enabling observation hooks that extract confidence-scored atomic instincts from your workflow, which the system then evolves into actionable commands or agents.

What are project-scoped instincts and how do they prevent cross-project contamination?

Project-scoped instincts are isolated, confidence-weighted patterns stored within a specific project to prevent cross-project contamination, while allowing proven universal patterns to be promoted to global instincts for team reuse.

Do I need Python and shell scripts to run the continuous learning observer?

Yes, you need a local environment with Python and shell scripts to run the observer, detect projects, manage atomic instincts, and evolve detected patterns into actionable skills.

How does confidence scoring work when evolving instincts into agents?

Confidence scoring weighs atomic instincts extracted from observed sessions, allowing the system to validate patterns before promoting them from project-scoped isolation into global skills, commands, or agents.

Can I import and export learning instincts across different projects and teams?

Yes, the system supports import, export, and promotion features that enable sharing confidence-scored instinct patterns across different projects and teams to facilitate cross-project reuse.

What's the best way to automate pattern extraction from Claude Code sessions?

The best way to automate pattern extraction is enabling the observation hooks to passively monitor sessions, automatically detecting and scoring atomic instincts without requiring manual intervention.