continuous-learning-v2

Observe Claude sessions to create confidence-scored instincts and evolve them into skills.

2|1|Updated Oct 4, 2025
One-click install
npx skills add https://github.com/andrew-starosciak/deep-algo --skill continuous-learning-v2-andrew-starosciak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/andrew-starosciak/deep-algo/tree/main/.claude/docs/zh-TW/skills/continuous-learning-v2
Command: npx skills add https://github.com/andrew-starosciak/deep-algo --skill continuous-learning-v2-andrew-starosciak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Instinct-based learning converts sessions into reusable knowledge by capturing atomic instincts with confidence scoring and guiding their evolution into skills, commands, and agents.

Core Features & Use Cases

  • Atomic instincts: capture small, confidence-weighted learning signals from sessions and store them as reusable building blocks.
  • Evolution pipeline: cluster instincts into higher-level skills, commands, and agents for scalable automation.
  • Local-first and shareable: supports on-device observation, export/import of instincts, and evolving workflows.

Quick Start

Enable the observer, create the instincts directory, and start the agent to begin capturing instincts and evolving them into skills.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How does instinct-based learning capture session knowledge for reuse?

Instinct-based learning uses hooks to observe interactive sessions, capturing atomic instincts with confidence scoring and metadata like trigger, domain, and source. These small learning signals are stored as reusable building blocks for future automation.

How do I evolve captured instincts into higher-level skills and agents?

You evolve captured instincts through an evolution pipeline that clusters related atomic instincts into higher-level skills, commands, and agents. This creates scalable automation capabilities from observed session learning signals.

Can I export and import my learning instincts across different environments?

Yes, the system supports local-first observation with export and import functionality for instincts. You can share instinct data across environments while maintaining on-device session capture and confidence-weighted knowledge building.

What's the best way to start automating self-improvement from Claude sessions?

Enable the observer hook, create the instincts directory, and start the agent to begin capturing atomic instincts. The system automatically models each instinct with id, trigger, confidence, domain, and source for evolving into reusable skills.

Do I need any external dependencies to run the continuous learning system?

No external dependencies are required. The system is self-contained, relying on hook-based session observation and local instinct storage to capture learning signals and evolve them into skills, commands, and agents.

When should I not use an instinct-based learning approach for session automation?

Instinct-based learning is designed for interactive work sessions where observation and confidence scoring are meaningful. It is not suited for one-off tasks or environments where hook-based session observation cannot be enabled.