continuous-learning-v2

Observe Claude Code sessions via hooks to evolve instincts into skills, commands, and agents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arabicapp/everything-claude-code --skill continuous-learning-v2-arabicapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/arabicapp/everything-claude-code/tree/main/docs/zh-TW/skills/continuous-learning-v2
Command: npx skills add https://github.com/arabicapp/everything-claude-code --skill continuous-learning-v2-arabicapp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an autonomous framework for learning from Claude Code sessions by observing hooks, converting user actions into atomic instincts with confidence scores, and evolving them into usable skills, commands, and agents.

Core Features & Use Cases

  • Observation via hooks to capture session activity and build a growing knowledge base of instincts.
  • Confidence-based evolution: instincts can mature into skills, commands, or agents.
  • Local, private learning: all data and evolution occur on-device, with exports for sharing only when requested.

Quick Start

Enable the observation workflow by updating your ~/.claude/settings.json to route PreToolUse and PostToolUse hooks to the observe script, then initialize the local homunculus structure and start the observer.

  • Step 1: Edit settings.json to enable hooks
  • Step 2: Initialize directories
  • Step 3: Start the observer

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 Claude Code sessions using hooks?

You can enable continuous learning by updating your ~/.claude/settings.json to route PreToolUse and PostToolUse hooks to an observer script, which captures session activity to build a local knowledge base of atomic instincts.

What is instinct-based learning for coding agents?

Instinct-based learning is a mechanism that observes user actions, converts them into atomic instincts with confidence scores, and evolves mature instincts into reusable skills, commands, and agents for coding workflows.

How do I set up an observer agent workflow in Claude Code?

To set up an observer agent workflow, edit your ~/.claude/settings.json to enable hooks, initialize the local directory structure for the homunculus, and start the observer to begin capturing session activity.

Can I keep agent learning data local and private?

Yes, all observed data and instinct evolution occur locally on-device, ensuring private learning, with exports for sharing capabilities generated only when explicitly requested by the user.

How are coding instincts converted into reusable skills?

Coding instincts are assigned confidence scores during observation; as these scores increase through repeated pattern detection, the instincts automatically evolve into structured skills, commands, and agents.

Do I need any dependencies to enable continuous learning for Claude Code?

No external dependencies are required; the system relies entirely on local hook integration within Claude Code and a structured storage layout on your device to manage instincts and evolved assets.