cursor-delegate

A plugin that lets Claude Code hand self-contained coding or research tasks to Cursor’s command-line agent, another coding assistant run from a terminal.

In plain words
What is it for?
Use it to delegate individual tasks or run several coding or research tasks in parallel, with resumable sessions and work separated when needed.
Why use it?
It lets work use Cursor’s subscription quota and can coordinate multiple independent tasks while Claude plans and reviews the results.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add smk-labs/claude-plugins
agentmods
npx agentmods add plugins/smk-labs/claude-plugins/cursor-delegate
Clone the repo
git clone --depth 1 https://github.com/smk-labs/claude-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

cursor-delegate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cursor-delegate/.claude-plugin/plugin.json · 21 lines

What it actually says

{
  "name": "cursor-delegate",
  "description": "Delegate self-contained coding/research tasks to the Cursor CLI (cursor-agent) from inside Claude Code, so they run on the Cursor subscription's quota instead of Claude's. One task via the cursor-delegate skill, or a whole fleet via cursor-orchestrate (Claude plans and reviews, Cursor executes in parallel). Workers run fully trusted (no approval prompts, like Claude Code subagents). Long tasks run legged: ~4-minute legs resumed on one session, so flaky networks/VPNs cannot kill the stream. Auth is key-based and deterministic (agent-keys.json default entry); runs self-terminate the moment their result lands; every session is resumable so no work is ever lost. Workers can author their own report cards (*-card.html) that render as chat widgets via the readable plugin at near-zero context cost. Model routing follows Cursor's two quota pools: first-party models (auto, composer-*, cursor-*) for mechanical work, API pass-through models (claude-*, gpt-*) kept for prose and judgment, with a pre-flight probe before big fan-outs. Agent calling, not a model-backend swap. Also carries copy-writing-fa: Persian web copy (articles, product descriptions, landing pages, microcopy, SEO meta) as a five-stage pipeline, with fa-lint, a dependency-free Persian linter that enforces ZWNJ, Persian punctuation and digits, administrative words, ad clichés and voice as a real exit code, and measures whether the copy reads human (sentence rhythm, repeated openers, repeated phrases) against thresholds calibrated on a real human corpus.",
  "version": "1.9.1",
  "author": {
    "name": "Seyed M. Keramati",
    "url": "https://github.com/SMKeramati"
  },
  "mcpServers": {
    "cursor-delegate": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/mcp/cursor-mcp.js"
      ],
      "env": {
        "CURSOR_RUN_BIN": "${CLAUDE_PLUGIN_ROOT}/scripts/cursor-run.sh"
      }
    }
  }
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 21 lines scan A cc9e407acb4c

Subscribe to this mod's changes

cursor-delegate is a plugin published in the GitHub repository smk-labs/claude-plugins (11 stars, last pushed 3d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.