continuous-learning-v2

Convert Claude Code sessions into atomic instincts with confidence scoring.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Claude Code sessions generate patterns that are small, reusable building blocks. This Skill provides a structured way to convert those observations into atomic instincts and, over time, into fully-fledged skills, commands, or agents, enabling teams to share knowledge and accelerate development while reducing cross-project drift.

Core Features & Use Cases

  • Hook-based observation captures prompts and tool use to form reliable patterns.
  • Atomic instincts with confidence scoring that can evolve into skills, commands, or agents.
  • Project-scoped instincts with per-project isolation and a clear path to global promotion when appropriate.
  • Quick export/import, promotion, and evolution workflows to maintain a living knowledge base across projects.

Quick Start

Set up the observer hooks and start the project-scoped instinct learning pipeline to begin converting sessions into 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 turn Claude Code sessions into reusable skills?

You can turn Claude Code sessions into reusable skills by using hook-based observation to capture prompts and tool use, transforming them into atomic instincts with confidence scoring that evolve into full skills over time.

What are atomic instincts in agent learning workflows?

Atomic instincts are small, reusable building blocks extracted from Claude Code sessions. They feature confidence scoring to validate reliability before promoting into fully-fledged skills, commands, or agents.

Can I keep learned instincts project-scoped and promote them globally later?

Yes, instincts are project-scoped by default with per-project isolation. You can promote validated patterns globally when appropriate using built-in export, import, and evolution workflows.

How do hooks capture patterns from Claude Code sessions?

Hooks observe prompts and tool use during Claude Code sessions to form reliable patterns. These observations are structured into a Skill Unit requiring a root SKILL.md with name and description frontmatter.

What's the best way to prevent cross-project drift when sharing agent skills?

Converting session patterns into atomic instincts with confidence scoring prevents drift. This structured approach maintains a living knowledge base with project-scoped isolation and controlled global promotion.

Do I need any dependencies to start the instinct learning pipeline?

No external dependencies are required. You only need to set up the observer hooks and start the project-scoped instinct learning pipeline to begin converting sessions into instincts.