continuous-learning-v2

Observe AI sessions via hooks to create confidence-scored instincts in YAML.

2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/daeha76/RianFriends --skill continuous-learning-v2-daeha76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/daeha76/RianFriends/tree/main/.claude/skills/continuous-learning-v2
Command: npx skills add https://github.com/daeha76/RianFriends --skill continuous-learning-v2-daeha76

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 learning from your interactions with an AI, transforming observed patterns into reusable knowledge and custom AI behaviors.

Core Features & Use Cases

  • Instinct Creation: Automatically generates "instincts" (small learned behaviors) from your session data, including tool usage and corrections.
  • Pattern Detection: Identifies user corrections, error resolutions, repeated workflows, and tool preferences.
  • Evolution: Clusters instincts into more complex skills, commands, or agents.
  • Use Case: As you consistently use a specific sequence of commands to debug an issue, this Skill will learn that pattern and suggest a new command or agent to perform the debugging process automatically in the future.

Quick Start

Enable observation hooks in your ~/.claude/settings.json to start learning.

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 sessions to build custom behaviors?

Automate learning from AI sessions by enabling observation hooks in your settings to capture interactions. The system detects patterns and user corrections, transforming them into atomic instincts with confidence scoring that evolve into reusable skills or commands.

What is an instinct-based learning system for AI agents?

An instinct-based learning system observes your AI sessions via hooks to create small learned behaviors called instincts. It assigns confidence scores to these instincts and clusters them into complex skills, commands, or agents based on your repeated workflows and error resolutions.

How do I capture user corrections and repeated workflows in Claude?

Capture user corrections and repeated workflows by enabling observation hooks in your ~/.claude/settings.json. The system automatically detects these session patterns, generates atomic instincts, and clusters them to suggest new automated commands or agents.

Can I use YAML to define and manage learned instincts for my AI workflows?

Yes, you can use YAML for instinct definition alongside Python scripts for CLI management. This combination allows the system to capture session data, assign confidence scores, and evolve instincts into functional skills, commands, or agents.

How does pattern detection work for building personalized AI capabilities?

Pattern detection for personalized AI capabilities works by observing your session data to identify tool usage, error resolutions, and repeated workflows. It captures these patterns as instincts with confidence scoring, then clusters them to build automated behaviors.

Do I need to enable hooks in settings to start learning from my AI sessions?

Yes, you need to enable observation hooks in your ~/.claude/settings.json to start learning. This activates the system to automatically capture session data, detect patterns, and generate instincts with confidence scoring for evolving into skills.