{"id":51027855,"url":"https://github.com/felipeinf/cursor-for-claude","last_synced_at":"2026-06-21T21:02:08.346Z","repository":{"id":355534084,"uuid":"1221462202","full_name":"felipeinf/cursor-for-claude","owner":"felipeinf","description":"Execute plans and delegate tasks to Cursor in the background from Claude Code","archived":false,"fork":false,"pushed_at":"2026-05-04T04:11:52.000Z","size":32,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-04T05:29:28.881Z","etag":null,"topics":["agents","claude","claude-code","claude-code-plugin","cursor","cursor-agent"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipeinf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-26T08:37:15.000Z","updated_at":"2026-05-04T03:59:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/felipeinf/cursor-for-claude","commit_stats":null,"previous_names":["felipeinf/cursor-plugin-cc"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/felipeinf/cursor-for-claude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeinf%2Fcursor-for-claude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeinf%2Fcursor-for-claude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeinf%2Fcursor-for-claude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeinf%2Fcursor-for-claude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipeinf","download_url":"https://codeload.github.com/felipeinf/cursor-for-claude/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeinf%2Fcursor-for-claude/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34625624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","claude","claude-code","claude-code-plugin","cursor","cursor-agent"],"created_at":"2026-06-21T21:02:07.691Z","updated_at":"2026-06-21T21:02:08.338Z","avatar_url":"https://github.com/felipeinf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cursor-plugin-cc\n\nA Claude Code plugin that delegates coding tasks to your local `cursor-agent` and tracks background jobs per repository.\n\n## Requirements\n\n- Claude Code (with plugin support)\n- Node.js on `PATH`\n- `cursor-agent` installed and authenticated (`CURSOR_API_KEY` or `cursor-agent` interactive login)\n\n## Install\n\nAdd this folder as a local marketplace in Claude Code, enable the `cursor` plugin, then run:\n\n```text\n/cursor:setup\n```\n\n`/cursor:setup` checks the CLI and auth, and can install `cursor-agent` for you if missing.\n\n## Commands\n\n\n| Command                 |  What it does                                   |                                                                \n| ----------------------- | ----------------------------------------------- | \n| `/cursor:agent \u003ctask\u003e`  | Delegate a task to Cursor (default: background, write-capable) |                                                 \n| `/cursor:sessions [id]` | List jobs for this repo, or show one            |                                                                \n| `/cursor:done [id]`     | Show the stored final output for a finished job |                                                                \n| `/cursor:stop [id]`     | Cancel an active background job                 |                                                                \n| `/cursor:setup`         | Check install + auth                            |                                                                \n\n\n## Examples\n\n```text\n/cursor:agent fix the failing parser tests\n/cursor:agent --wait quick rename in this file\n/cursor:agent --read-only investigate why checkout is slow\n/cursor:agent --continue apply the next fix\n/cursor:agent --mode plan map the auth refactor\n```\n\nDefault flow (background):\n\n```text\n/cursor:agent \u003ctask\u003e\n/cursor:sessions\n/cursor:done \u003cjob-id\u003e\n```\n\nUse `--wait` when you want the result inline.\n\n## How it works\n\nThe plugin spawns `cursor-agent -p \"\u003cprompt\u003e\" --output-format stream-json --workspace \u003crepo\u003e` and parses the JSON stream. Job state lives under `CLAUDE_PLUGIN_DATA` (or a temp `cursor-companion` directory as fallback).\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipeinf%2Fcursor-for-claude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipeinf%2Fcursor-for-claude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipeinf%2Fcursor-for-claude/lists"}