Cursor For Claude — Development skill for Claude Code
Execute plans and delegate tasks to Cursor in the background from Claude Code.
How to install Cursor For Claude
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open felipeinf/cursor-for-claude and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cursor For Claude does
Execute plans and delegate tasks to Cursor in the background from Claude Code.
Alternatives in Development
- Claudia — A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions 21k ★
- Part 1 — Deep Research Prompt Builder — I'm going to help you create a research prompt for your project 2.1k ★
- Nexting — Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC 1.3k ★
README
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 |
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
/cursor:sessions
/cursor:done
Use `--wait` when you want the result inline.
How it works
The plugin spawns `cursor-agent -p "" --output-format stream-json --wor
Related Skills
Executing Plans
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoi
Gremlins
Background coding agents that execute, review, and land work unattended.
Antigravity Plugin Cc
Use Google Antigravity CLI (agy) from inside Claude Code — delegate tasks, run quick prompts, or review code.
Grok Plugin Claude Code
A lightweight Grok plugin for Claude Code — delegate coding and review tasks to the Grok CLI. A simple reimple
Hv Delegate
Delegate tasks to specialized hAIveMind agents based on expertise
Agent Prompt Guide: Writing Effective Sub-Agent Descriptions
This guide explains how to write agent descriptions that enable Claude Code to automatically delegate tasks to
Related Agents
Async Code
Use Claude Code or CodeX CLI to perform multiple tasks in parallel with a Codex-style UI, functioning as a per
Blues
Work planner agent. Breaks tasks into structured PLAN.md with actionable steps, file ownership, test criteria,
Cursor Delegate
Proactively use when this coding agent should hand a substantial coding, diagnosis, or implementation task to