continuous-learning-v2

Convert Claude Code sessions into reusable instincts and evolve them into skills.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill continuous-learning-v2-sakamoto-family-smile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/continuous-learning-v2
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill continuous-learning-v2-sakamoto-family-smile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Transform Claude Code sessions into reusable atomic behaviors called instincts, enabling faster pattern discovery, safer knowledge sharing, and guided evolution into skills and agents.

Core Features & Use Cases

  • Converts session observations into project-scoped instincts and a global pool for cross-project reuse.
  • Evolves instincts into skills, commands, and agents with project-to-global promotion when criteria are met.
  • Supports isolation of project contexts while enabling global consistency across multiple repositories.

Quick Start

Enable continuous learning to start capturing sessions and evolving instincts into usable skills across projects.

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 instincts?

This skill converts Claude Code sessions into reusable atomic instincts by capturing session observations and evolving them into skills, commands, and agents for faster pattern discovery and safer knowledge sharing.

What is the difference between project-scoped and global instincts?

Project-scoped instincts apply per repository to isolate specific project contexts, while global instincts form a cross-project pool. Instincts can be promoted from project to global when specific criteria are met, ensuring global consistency.

How do I evolve instincts into skills and commands?

You evolve instincts into skills and commands by enabling continuous learning to capture sessions. The skill then automatically guides the evolution of these atomic behaviors into usable skills, commands, and agents across projects.

Does this continuous learning skill require local storage?

Yes, this continuous learning skill requires local storage under the ecc-homunculus directory. It also requires frontmatter-defined metadata in SKILL.md files for proper discovery and activation of the instincts.

Can I maintain project isolation while sharing instincts globally?

Yes, you can maintain project isolation while sharing instincts globally. The skill supports isolating project contexts per repository while maintaining a global pool for cross-project reuse and promoting instincts when criteria are met.

What are the limitations of evolving instincts into agents?

Evolving instincts into agents depends on local storage under the ecc-homunculus directory and frontmatter-defined metadata in SKILL.md. Without proper metadata for discovery and activation, the evolution process cannot function.