# continual-learning

> Claude/Codex skill by [@cursor](https://omgskills.com/library/cursor/index.md) · 7.8k stars · Updated 2026-09-15

Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to \`agents-memory-updater\`.

## Install

```sh
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/continual-learning/skills/continual-learning ~/.claude/skills/continual-learning
```

## From README

Continual Learning Keep AGENTS.md current by delegating the memory update flow to one subagent. Trigger Use when the user asks to mine prior chats, maintain AGENTS.md, or run the continual-learning loop. Workflow Call agents-memory-updater. Return the updater result. Guardrails Keep the parent skill orchestration-only. Do not mine transcripts or edit files in the parent flow. Do not bypass the subagent.

## Links

- HTML page: https://omgskills.com/skills/cursor/plugins/continual-learning/
- GitHub: https://github.com/cursor/plugins
- Author: [@cursor](https://omgskills.com/library/cursor/index.md)

## More from this repo

- [bro](https://omgskills.com/skills/cursor/plugins/bro/index.md) — Restate the last message in plain human language, with no jargon.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 7.8k stars
- [check-compiler-errors](https://omgskills.com/skills/cursor/plugins/check-compiler-errors/index.md) — Used to run compile and type-check commands and report failures
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 7.8k stars
- [control-cli](https://omgskills.com/skills/cursor/plugins/control-cli/index.md) — Used to build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external...
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 7.8k stars
