continuous-learning-v2

Observe user sessions via hooks and evolve atomic instincts into skills.

Updated Jun 2, 2025
One-click install
npx skills add https://github.com/wraithyy/dotfiles --skill continuous-learning-v2-wraithyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/wraithyy/dotfiles/tree/main/dot_claude/skills/continuous-learning-v2
Command: npx skills add https://github.com/wraithyy/dotfiles --skill continuous-learning-v2-wraithyy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, claude, and includes scripts (resource) and hooks (resource) and commands (resource) and agents (resource) components.

What problem does it solve?

This Skill transforms your interaction history with Claude Code into a personalized, evolving knowledge base, automating the creation of new skills and commands based on your unique workflows and preferences.

Core Features & Use Cases

  • Instinct-Based Learning: Observes your tool usage and prompts to identify recurring patterns.
  • Automatic Skill Generation: Clusters learned "instincts" into reusable skills, commands, or agents.
  • Confidence Scoring: Assigns confidence levels to learned behaviors, allowing for gradual adoption.
  • Use Case: After repeatedly using a specific sequence of commands to debug issues, the system can automatically generate a new /debug-workflow command that encapsulates those steps.

Quick Start

Enable observation hooks by adding the provided JSON snippet to your ~/.claude/settings.json file.

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 AI skill generation from session history in Claude Code?

Observation hooks track Claude Code session history to identify recurring tool usage and workflows, clustering them into reusable skills, commands, or agents. This builds a personalized knowledge base by analyzing interaction patterns and user corrections.

What are AI instincts and how does confidence scoring work for workflow automation?

AI instincts are atomic patterns extracted from tool usage and prompts. Confidence scoring assigns levels to these learned behaviors, enabling gradual adoption so only repeated, verified workflows evolve into automated skills.

Do I need Python3 and Claude to build custom AI commands from repeated workflows?

Yes, Python3 and Claude are required. You enable observation by adding a JSON snippet to your Claude settings, allowing the system to analyze tool usage and automatically generate commands like a debug workflow.

Can I create custom AI agents automatically from error resolutions and user corrections?

Yes, custom AI agents can be created automatically from error resolutions. The system observes error resolutions and user corrections, clustering these learned instincts into reusable agents based on unique workflows.

What is the best way to turn repeated debugging commands into a reusable AI skill?

The best way is letting the system observe specific command sequences. It automatically encapsulates those steps into a new command, generating a personalized skill from your workflow.

Why are my automatically generated AI skills not capturing my workflow patterns?

Automatically generated AI skills might miss workflow patterns if observation hooks are not properly enabled in your settings JSON, preventing the system from analyzing tool usage and assigning confidence scores to recurring behaviors.