continuous-learning-v2

Convert Claude Code sessions into confidence-weighted instincts and evolvable skills.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/linnefromice/claude-code-workspace --skill continuous-learning-v2-linnefromice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/linnefromice/claude-code-workspace/tree/main/template-.claude/skills/continuous-learning-v2
Command: npx skills add https://github.com/linnefromice/claude-code-workspace --skill continuous-learning-v2-linnefromice

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of turning Claude Code sessions into reusable, evolvable knowledge by extracting atomic instincts with confidence scores and evolving them into skills, commands, and agents.

Core Features & Use Cases

  • Observation-driven instincts: capture session prompts and tool usage to form atomic instincts.
  • Confidence-weighted evolution: assign and adjust confidence to instincts as they evolve into higher-level assets.
  • Evolution to skills/commands/agents: cluster instincts into scalable artifacts that can be deployed.
  • Background analysis: run a Haiku-style observer agent to synthesize patterns while you work.
  • Export/Import instincts: share instincts with others via import/export.

Quick Start

  • Enable observation hooks in ~/.claude/settings.json to run observe.sh pre and observe.sh post as described in the SKILL.md.
  • Initialize the homunculus environment: mkdir -p ~/.claude/homunculus/{instincts/{personal,inherited},evolved/{agents,skills,commands}}; touch ~/.claude/homunculus/observations.jsonl
  • Start the observer: ~/.claude/skills/continuous-learning-v2/agents/start-observer.sh

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

To turn Claude Code sessions into reusable knowledge, this skill uses observation hooks to capture prompts and tool usage, forming atomic instincts with confidence scores that evolve into deployable skills, commands, and agents.

How do PreToolUse and PostToolUse hooks capture coding observations?

PreToolUse and PostToolUse hooks capture coding observations by executing observe.sh scripts configured in ~/.claude/settings.json, logging session events into an observations.jsonl file for background analysis by an observer agent.

What is confidence-weighted evolution for coding instincts?

Confidence-weighted evolution for coding instincts is a process that assigns and adjusts confidence scores to atomic observations, clustering them into scalable artifacts like skills, commands, and agents as their reliability increases.

How do I initialize the homunculus environment for continuous learning?

To initialize the homunculus environment for continuous learning, create the required directory structure under ~/.claude/homunculus for personal and inherited instincts, evolved agents, and an empty observations.jsonl file, then start the observer script.

Can I share learned instincts across different development environments?

Yes, you can share learned instincts across different development environments using the built-in export and import functionality, allowing transfer of atomic observations and evolved coding patterns between separate setups.