continuous-learning-v2

Capture Gemini CLI tool-use sessions and convert recurring behaviors into confidence-scored instinct patterns.

Updated Sep 13, 2025
One-click install
npx skills add https://github.com/llmh333/employee_management_spring --skill continuous-learning-v2-llmh333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/llmh333/employee_management_spring/tree/main/.gemini/skills/continuous-learning-v2
Command: npx skills add https://github.com/llmh333/employee_management_spring --skill continuous-learning-v2-llmh333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires urllib.request, argparse, json, os, sys, re, pathlib, datetime, collections, typing, and includes scripts (resource) and assets (resource) and references (resource) components.

What problem does it solve?

This Skill reduces repeated work by learning from your Gemini CLI sessions and converting tool-use patterns into reusable instincts with confidence scoring.

Core Features & Use Cases

  • Deterministic observation via hooks: Captures every tool call through PreToolUse/PostToolUse so patterns are not missed.
  • Atomic instinct learning with confidence: Creates small, trigger-driven instincts that include evidence and confidence (0.3–0.9) and evolves them over time.
  • Evolution into skills, commands, and agents: Clusters related instincts and prepares structured outputs for broader reuse.
  • Import/export for sharing: Moves learned instincts between machines and users without sharing raw conversation content.

Quick Start

Ask your CLI to record tool activity using the PreToolUse/PostToolUse hooks configured for continuous-learning-v2, then run /egc-instinct-status to review what it has learned.

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 continuous learning from CLI tool-use sessions to prevent repetitive work?

Continuous learning from CLI tool-use sessions is automated by capturing PreToolUse and PostToolUse hooks, converting recurring tool-use patterns into reusable, confidence-scored instincts. This reduces repeated work by evolving your tool-preference routines and error-resolution habits over time.

How do I extract and reuse recurring tool-use patterns from CLI sessions?

To extract and reuse recurring tool-use patterns, the system observes deterministic tool hooks and persists data locally in JSONL format. It clusters related patterns into atomic instincts with evidence and confidence scores from 0.3 to 0.9.

Can I share learned workflow automation patterns between different machines?

Yes, you can share learned workflow automation patterns between machines. The system supports import and export functionalities for moving learned instincts between users without sharing raw conversation content.

How do learned instincts evolve into broader workflow automation skills?

Learned instincts evolve into broader workflow automation skills through clustering related trigger-driven instincts. This process prepares structured outputs that can evolve into standalone skills, commands, and agents for repeated development tasks.

Do I need specific hook configurations to capture CLI tool activity for instinct extraction?

Yes, instinct extraction requires deterministic hook-based observation to capture CLI tool activity. You must configure PreToolUse and PostToolUse hooks to ensure recurring behaviors and tool-preference routines are not missed during sessions.

What is the confidence scoring range used for tracking learned instincts in workflow automation?

The confidence scoring range used for tracking learned instincts in workflow automation is 0.3 to 0.9. This scoring includes evidence tracking to validate trigger-driven atomic instincts captured during your development and automation tasks.