SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Coordinate transcript mining and AGENTS.md updates for continual learning.
Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# 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.