# Continual Learning

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

- Skill: `aliceisjustplaying/continual-learning` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aliceisjustplaying/continual-learning`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aliceisjustplaying/continual-learning/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: aliceisjustplaying (https://skillmd.com/u/aliceisjustplaying)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aliceisjustplaying/continual-learning

---


# 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

1. Call `agents-memory-updater`.
2. 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.

