continuous-learning-v2

Observe Claude Code sessions via hooks to create atomic instincts with confidence scores.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/unju-ai/ecc --skill continuous-learning-v2-unju-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/unju-ai/ecc/tree/main/docs/ja-JP/skills/continuous-learning-v2
Command: npx skills add https://github.com/unju-ai/ecc --skill continuous-learning-v2-unju-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of capturing valuable patterns from your AI sessions and transforming them into reusable knowledge, making your AI smarter and more efficient over time.

Core Features & Use Cases

  • Automatic Learning: Observes your interactions and identifies recurring workflows, user corrections, and error resolutions.
  • Instinct Creation: Generates small, atomic "instincts" with confidence scores based on observed patterns.
  • Evolution: Clusters instincts into more complex skills, commands, or even agents.
  • Use Case: After you repeatedly correct an AI's approach to writing tests, this Skill will learn that pattern and automatically suggest or create a new "always-test-first" instinct for future use.

Quick Start

Enable the observation hooks by adding the provided JSON configuration to your ~/.claude/settings.json file.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I automate learning from AI development sessions?

To automate learning from AI development sessions, you enable observation hooks that monitor interactions and identify recurring workflows. The system generates atomic instincts with confidence scores, evolving them into reusable skills, commands, or agents over time.

What is instinct-based pattern recognition in AI workflows?

Instinct-based pattern recognition observes AI sessions to create small, atomic instincts with confidence scores. It uses pattern detection and clustering to evolve these instincts into complex skills, commands, and agents for workflow optimization.

How do I set up session observation hooks for Claude Code?

To set up session observation hooks for Claude Code, add the provided JSON configuration to your `~/.claude/settings.json` file. This enables the system to monitor sessions and store observations locally for pattern extraction.

Does the learning system require external API calls or cloud storage?

The learning system stores all observations locally and does not require external cloud storage. It operates in the background using a Haiku model for analysis, processing session data to detect patterns and generate instincts.

When should I use automated skill creation versus manual configuration?

Use automated skill creation when you notice recurring workflows, frequent user corrections, or repeated error resolutions in your AI sessions. For highly variable or one-off tasks, manual configuration may be more efficient than waiting for pattern clustering.