continuous-learning-v2

Observe coding sessions and evolve patterns into skills, commands, or agents.

12|4|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/TeiNam/kiro-with-harness --skill continuous-learning-v2-teinam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/TeiNam/kiro-with-harness/tree/main/skills/continuous-learning-v2
Command: npx skills add https://github.com/TeiNam/kiro-with-harness --skill continuous-learning-v2-teinam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires observe.sh, instinct-cli.py, observer-loop.sh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill turns your coding sessions into reusable knowledge by observing your coding habits and creating atomic instincts with confidence scoring, which can then evolve into skills, commands, or agents.

Core Features & Use Cases

  • Coding Session Observation: Tracks and analyzes your coding sessions to identify patterns.
  • Instinct Creation: Creates atomic instincts with confidence scoring based on observed patterns.
  • Skill Evolution: Evolves instincts into full skills, commands, or agents.
  • Project-Specific Instincts: Prevents cross-project contamination by using project-scoped instincts.
  • Use Case: Suppose you consistently write React components using functional patterns. This Skill will observe your coding and create an instinct to use functional patterns when writing new React components.

Quick Start

Install the continuous-learning-v2 skill using the command: node install.js cli --scope global --workload core

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I extract reusable knowledge from my coding sessions?

Extracting reusable knowledge from coding sessions requires tracking your habits to identify patterns and create atomic instincts with confidence scoring. This Skill automates that observation and evolves the extracted patterns into reusable skills or commands.

What is the best way to automate knowledge extraction from coding habits?

Automating knowledge extraction from coding habits is best achieved by using hooks to capture session data and Python scripts to analyze it. This approach creates project-scoped instincts that prevent cross-contamination while evolving patterns into functional agents.

Can I use Python scripts to analyze coding session data and evolve instincts?

Yes, you can use Python scripts to analyze coding session data and evolve instincts. The process relies on Python scripts to process observed patterns, transforming them into atomic instincts that can be directly evolved into commands or agents.

How do I prevent cross-project contamination when tracking coding patterns?

Preventing cross-project contamination when tracking coding patterns requires using project-scoped instincts. This Skill isolates observed habits and generated instincts within their specific development environments to ensure knowledge remains contextually accurate.

How does confidence scoring work for coding instincts?

Confidence scoring for coding instincts works by evaluating the frequency and consistency of observed patterns during your coding sessions. The system assigns scores to atomic instincts, determining their reliability before evolving them into full skills or commands.

Do I need shell hooks to capture coding session data for continuous learning?

Yes, you need hooks to capture coding session data for continuous learning. The Skill requires these hooks to observe your development environment and gather the raw session data necessary for Python scripts to analyze and generate instincts.