skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

continual-learning

Continual learning patterns for Azure AI

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill continual-learning

Overview

What This Skill Does

A guide for building persistent memory into AI coding agents. It covers hook-based capture, two-tier storage (global and project-local), reflection patterns, and compaction rules so agents carry knowledge forward across sessions.

Application

When to use this Skill

Documentation

Show Skills.md file

Continual Learning for AI Coding Agents

Your agent forgets everything between sessions. Continual learning fixes that.

The Loop

Experience → Capture → Reflect → Persist → Apply
     ↑                                       │
     └───────────────────────────────────────┘

Quick Start

Install the hook (one step):

cp -r hooks/continual-learning .github/hooks/

Auto-initializes on first session. No config needed.

Two-Tier Memory

Global (~/.copilot/learnings.db) — follows you across all projects:

  • Tool patterns (which tools fail, which work)
Lines 1 - 25 of 74

Recommendations

Explore other random skills

All skillsMy patterns