v0.1.0 — Cursor handoff for Claude Code
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 (--jsonfor 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-rescuesubagent — Claude self-delegates when stuck
Notes
- Jobs run unattended (
--force --trust --sandbox disabled) and edit files in place. Use a clean git tree or--worktreefor risky handoffs. - Requires
cursor-agent(https://cursor.com/cli) andjq. - 38 mocked tests + opt-in live smoke test; CI on push/PR.
🤖 Generated with Claude Code