continuous-learning-v2

Automates turning Claude Code sessions into atomic, confidence-weighted instincts for reuse as skills, commands, and agents.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/shygoly/sapbase --skill continuous-learning-v2-shygoly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/shygoly/sapbase/tree/main/docs/zh-CN/skills/continuous-learning-v2
Command: npx skills add https://github.com/shygoly/sapbase --skill continuous-learning-v2-shygoly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning Claude Code sessions into evolving instincts and scalable capabilities by converting observed patterns into confidence-weighted primitives that can grow into skills and agents.

Core Features & Use Cases

  • Observation-driven instincts: hooks capture session activity and feed an observer that detects actionable patterns.
  • Evolution into skills/commands/agents: instincts cluster into evolved representations that can be reused across projects.
  • Local, private learning: all observations and evolutions are stored locally to preserve privacy.
  • Confidence-based ranking: instincts carry a calibrated confidence score that guides when to apply or export them.
  • Backward compatibility: v2 instincts can interoperate with traditional skills created by Skill Creator.

Quick Start

Enable the observe hooks, initialize the homunculus directories, and start capturing session activity to begin learning instincts.

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?

To automate learning from Claude Code sessions, enable observe hooks to capture session activity and feed an observer that detects actionable patterns, turning them into atomic instincts for reuse.

What are instincts in a learning system and how do they work?

Instincts are confidence-weighted primitives created from observed session patterns. They cluster into evolved representations like skills, commands, and agents that can be reused across projects.

How do I start capturing session activity to learn patterns?

To start capturing session activity, enable the observe hooks, initialize the homunculus directories, and begin your Claude Code sessions to automatically feed patterns into the observer.

Are my session observations and learned instincts stored locally?

Yes, all observations and evolutions are stored locally to preserve privacy. Your learned instincts remain private while supporting export and import capabilities for transfer.

How does confidence scoring guide when to apply learned instincts?

Instincts carry a calibrated confidence score that guides when to apply or export them. This ranking ensures only sufficiently validated patterns evolve into reusable skills, commands, and agents.

Can I export and import learned instincts across different projects?

Yes, instincts feature export and import capabilities allowing you to transfer learned patterns. V2 instincts also interoperate with traditional skills created by Skill Creator for backward compatibility.