
Cursor
- 7 repo stars
- Updated May 5, 2026
- felipeinf/cursor-for-claude
Delegate tasks to Cursor from Claude Code and manage background jobs.
About
cursor is a Claude Code skill in the AI & Agent Building category. Delegate tasks to Cursor from Claude Code and manage background jobs.
- cursor
- AI & Agent Building
- AI-coding skill
Cursor by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add felipeinf/cursor-for-claude/plugin install cursor@cursor-plugin-ccAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 7 |
|---|---|
| Last updated | May 5, 2026 |
| Repository | felipeinf/cursor-for-claude ↗ |
What it does
Delegate tasks to Cursor from Claude Code and manage background jobs.
README.md
cursor-plugin-cc
A Claude Code plugin that delegates coding tasks to your local cursor-agent and tracks background jobs per repository.
Requirements
- Claude Code (with plugin support)
- Node.js on
PATH cursor-agentinstalled and authenticated (CURSOR_API_KEYorcursor-agentinteractive login)
Install
Add this folder as a local marketplace in Claude Code, enable the cursor plugin, then run:
/cursor:setup
/cursor:setup checks the CLI and auth, and can install cursor-agent for you if missing.
Commands
| Command | What it does |
|---|---|
/cursor:agent <task> |
Delegate a task to Cursor (default: background, write-capable) |
/cursor:sessions [id] |
List jobs for this repo, or show one |
/cursor:done [id] |
Show the stored final output for a finished job |
/cursor:stop [id] |
Cancel an active background job |
/cursor:setup |
Check install + auth |
Examples
/cursor:agent fix the failing parser tests
/cursor:agent --wait quick rename in this file
/cursor:agent --read-only investigate why checkout is slow
/cursor:agent --continue apply the next fix
/cursor:agent --mode plan map the auth refactor
Default flow (background):
/cursor:agent <task>
/cursor:sessions
/cursor:done <job-id>
Use --wait when you want the result inline.
How it works
The plugin spawns cursor-agent -p "<prompt>" --output-format stream-json --workspace <repo> and parses the JSON stream. Job state lives under CLAUDE_PLUGIN_DATA (or a temp cursor-companion directory as fallback).
License
MIT.