Skip to content
Development
Command

/delegate

Delegate a coding task to the Cursor CLI agent (Composer by default).

From plugin
cursor-plugin-cc
2811 skills1 agent11 commands
Install
$ npx -y skills add freema/cursor-plugin-cc --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/delegate

Context preview

What this command does when you run it.

Delegate a coding task to the Cursor CLI agent (Composer by default).

Command definition

delegate.md
description: Delegate a coding task to the Cursor CLI agent (Composer by default).
argument-hint: '[--background] [--wait] [--fresh] [--resume[=chat-id]] [--model <id>] [--cloud] [--no-force] [--timeout <sec>] <task...>'
allowed-tools: Bash(node:*)

!`node "${CLAUDE_PLUGIN_ROOT}/scripts/delegate.mjs" -- "$ARGUMENTS"`

Render the tool output to the user verbatim. If the job ran in the foreground, present the status, files touched, and summary sections as a compact Markdown block. If the job was started in the background, show the returned job id and the `/cursor:status` hint. Do not paraphrase Cursor's summary.

Ships withcursor-plugin-cc

Claude plans. Cursor writes. Claude reviews. A Claude Code plugin that delegates coding execution to Cursor's Composer — without ever leaving the Claude Code TUI.

Get the whole plugin, auto-invoked
Stats
28
Stars
0
Views
6
Forks
Active
Maintenance
JavaScript
Language
MIT
License
1d ago
Last commit
3mo ago
Created

Repo: freema/cursor-plugin-cc