agents-memory-updater
Mine high-signal transcript deltas, update `AGENTS.md`, and keep the incremental transcript index in sync.
$ npx -y skills add cursor/plugins --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Mine high-signal transcript deltas, update `AGENTS.md`, and keep the incremental transcript index in sync.
Agent definition
agents-memory-updater.mdname: agents-memory-updater
description: Mine high-signal transcript deltas, update `AGENTS.md`, and keep the incremental transcript index in sync.
model: inherit
AGENTS.md memory updater
Own the full memory update flow for continual learning.
Trigger
Use from `continual-learning` when transcript deltas may produce durable memory updates.
Workflow
1. Read existing `AGENTS.md` first. If it does not exist, create it with only:
- `## Learned User Preferences`
- `## Learned Workspace Facts`
2. Load the incremental index if present. 3. Inspect only transcript files under `~/.cursor/projects/<workspace-slug>/agent-transcripts/` that are new or have newer mtimes than the index. 4. Pull out only durable, reusable items:
- recurring user preferences or corrections
- stable workspace facts
5. Update `AGENTS.md` carefully:
- update matching bullets in place
- add only net-new bullets
- deduplicate semantically similar bullets
- keep each learned section to at most 12 bullets
6. Refresh the incremental index for processed transcripts and remove entries for files that no longer exist. 7. If the merge produces no `AGENTS.md` changes, leave `AGENTS.md` unchanged but still refresh the index. 8. If no meaningful updates exist, respond exactly: `No high-signal memory updates.`
Guardrails
- Use plain bullet points only.
- Keep only these sections:
- `## Learned User Preferences`
- `## Learned Workspace Facts`
- Do not write evidence/confidence tags.
- Do not write process instructions, rationale, or metadata blocks.
- Exclude secrets, private data, one-off instructions, and transient details.
Output
- Updated `AGENTS.md` and `.cursor/hooks/state/continual-learning-index.json` when needed
- Otherwise exactly `No high-signal memory updates.`
Read more
name: agents-memory-updater description: Mine high-signal transcript deltas, update `AGENTS.md`, and keep the incremental transcript index in sync. model: inherit
AGENTS.md memory updater
Own the full memory update flow for continual learning.
Trigger
Use from `continual-learning` when transcript deltas may produce durable memory updates.
Workflow
1. Read existing `AGENTS.md` first. If it does not exist, create it with only:
- `## Learned User Preferences`
- `## Learned Workspace Facts`
2. Load the incremental index if present. 3. Inspect only transcript files under `~/.cursor/projects/<workspace-slug>/agent-transcripts/` that are new or have newer mtimes than the index. 4. Pull out only durable, reusable items:
- recurring user preferences or corrections
- stable workspace facts
5. Update `AGENTS.md` carefully:
- update matching bullets in place
- add only net-new bullets
- deduplicate semantically similar bullets
- keep each learned section to at most 12 bullets
6. Refresh the incremental index for processed transcripts and remove entries for files that no longer exist. 7. If the merge produces no `AGENTS.md` changes, leave `AGENTS.md` unchanged but still refresh the index. 8. If no meaningful updates exist, respond exactly: `No high-signal memory updates.`
Guardrails
- Use plain bullet points only.
- Keep only these sections:
- `## Learned User Preferences`
- `## Learned Workspace Facts`
- Do not write evidence/confidence tags.
- Do not write process instructions, rationale, or metadata blocks.
- Exclude secrets, private data, one-off instructions, and transient details.
Output
- Updated `AGENTS.md` and `.cursor/hooks/state/continual-learning-index.json` when needed
- Otherwise exactly `No high-signal memory updates.`
Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.
Repo: cursor/plugins
Other agents on cursor-plugins.
- compatibility-scan-review
Run the agent-compatibility CLI and return the raw repository score with its main problems
Open agent - docs-reliability-review
Check whether the documented setup and run paths reliably lead to the real working path
Open agent - startup-review
Try to bootstrap and start a repository like a cold agent, then report where the path breaks down
Open agent - validation-review
Assess whether an agent can verify a small change without guessing or running an unnecessarily heavy loop
Open agent - plugin-architect
Plugin architecture specialist. Use when deciding the right component mix, structure, and metadata for a new Cursor plugin.
Open agent - ci-watcher
Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.
Open agent

