continuous-learning-v2

Capture Claude Code session patterns as instincts with confidence scores.

3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/idiaz01/enterprise-superpowers --skill continuous-learning-v2-idiaz01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/idiaz01/enterprise-superpowers/tree/main/content/skills/continuous-learning-v2
Command: npx skills add https://github.com/idiaz01/enterprise-superpowers --skill continuous-learning-v2-idiaz01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Instinct-based learning that observes Claude Code sessions, captures patterns as atomic instincts with confidence scores, and evolves them into skills, commands, and agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

Core Features & Use Cases

  • Observes Claude Code sessions via hooks to surface actionable instincts with confidence levels.
  • Evolves instincts into scalable skills, commands, and agents.
  • Supports project-scoped vs global instincts to isolate learning by repository.
  • Facilitates promotion of project instincts to global when cross-project consensus is achieved.

Quick Start

Start observing Claude Code sessions to begin capturing instincts that evolve into skills.

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 reusable patterns from Claude Code sessions?

You can capture reusable patterns from Claude Code sessions by using hooks to observe interactions and automatically save them as atomic instincts with confidence scores. These instincts are stored under ~/.claude/homunculus for later evaluation.

What is instinct-based learning for software engineering automation?

Instinct-based learning is a process that observes your coding sessions, captures recurring patterns as atomic instincts with confidence levels, and evolves them into scalable skills, commands, and agents to improve your software engineering workflow.

How do I prevent cross-project pattern contamination in Claude Code?

To prevent cross-project pattern contamination, you can use project-scoped instincts to isolate learning by repository. This ensures patterns captured in one software project do not affect the automation workflows of another.

Can I promote project-specific instincts to global skills?

Yes, you can promote project-specific instincts to global skills. When cross-project consensus is achieved, the system supports automated promotion of these project instincts to a global scope for broader reuse.

How do I convert session-based patterns into Claude Code agents?

You can convert session-based patterns into Claude Code agents by recording project-scoped and global instincts with tracked confidence scores. Once validated, these instincts evolve into functional commands and agents.

Does instinct-based learning work without external dependencies?

Yes, instinct-based learning works without external dependencies. It operates autonomously using internal scripts to track confidence and scope, storing all captured patterns locally under the ~/.claude/homunculus directory.