continual-learning
Continual learning patterns for Azure AI
Developer Setup
Setup & Installation
npx skills add https://github.com/microsoft/skills --skill continual-learningnpx skills add https://github.com/microsoft/skills --skill continual-learningOverview
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
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
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)
Recommendations
Explore other random skills
mongodb-natural-language-querying
Translate natural language into MongoDB queries and aggregation pipelines
mongodb-query-optimizer
Analyze and optimize query performance using Atlas Performance Advisor
mongodb-search-and-ai
Implement Atlas Search and AI-powered recommendations with vector search