skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
cursor/plugins984 installs

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-learning
view source ↗

Is 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

  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.

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>