Skip to content

v0.1.0 — Cursor handoff for Claude Code

Choose a tag to compare

@akash-viven akash-viven released this 15 Jun 07:17

First release. Hand off coding tasks from Claude Code to the Cursor CLI (cursor-agent) as tracked background jobs.

Install

/plugin marketplace add akash-viven/cursor-plugin-cc
/plugin install cursor@akash-viven
/cursor:setup

Commands

  • /cursor:delegate <task> — hand a task to cursor-agent as a background job
  • /cursor:status [id] — list jobs (auto-prunes finished >7d)
  • /cursor:result <id> — final output + session id (--json for raw)
  • /cursor:cancel <id> — stop a running job
  • /cursor:resume <id> <new> — continue a job's session
  • /cursor:setup — preflight (install/auth/version/jq)
  • cursor-rescue subagent — Claude self-delegates when stuck

Notes

  • Jobs run unattended (--force --trust --sandbox disabled) and edit files in place. Use a clean git tree or --worktree for risky handoffs.
  • Requires cursor-agent (https://cursor.com/cli) and jq.
  • 38 mocked tests + opt-in live smoke test; CI on push/PR.

🤖 Generated with Claude Code