continual-learning
Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`.
How do I install this agent skill?
npx skills add https://github.com/cursor/plugins --skill continual-learningIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill automates memory management by extracting preferences from local chat transcripts. It accesses sensitive local log files and creates a surface for indirect prompt injection where past interactions could influence future agent behavior.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/1 file flagged
What does this agent skill do?
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.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/cursor/plugins/continual-learning">View continual-learning on skillZs</a>