advisor
Advisor mode. Consult a stronger (or different) model at key checkpoints: before major decisions, when stuck on an error, and before declaring a task done. Use…
Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`.
$ npx -y skills add cursor/plugins --skill continual-learning --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/continual-learningContext preview
The summary Claude sees to decide when to auto-load this skill.
Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`.
name: continual-learning description: Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`. disable-model-invocation: true
Keep `AGENTS.md` current by delegating the memory update flow to one subagent.
Use when the user asks to mine prior chats, maintain `AGENTS.md`, or run the continual-learning loop.
1. Call `agents-memory-updater`. 2. Return the updater result.
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
Advisor mode. Consult a stronger (or different) model at key checkpoints: before major decisions, when stuck on an error, and before declaring a task done. Use…
Run the full repository compatibility pass: scanner score, startup path, validation loop, and docs reliability.
Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors,…
Create a new Cursor plugin scaffold with a valid manifest, component directories, and marketplace wiring. Use when starting a new plugin or adding a plugin to…
Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths, and submission quality before publishing.
Guide users building apps, scripts, CI pipelines, or automations on top of the Cursor TypeScript SDK (`@cursor/sdk`). Use this skill whenever the user mentions…