/setup
Health-check Cursor CLI, list models, guide installation, or toggle the stop-time review gate.
$ npx -y skills add freema/cursor-plugin-cc --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/setup
Context preview
What this command does when you run it.
Health-check Cursor CLI, list models, guide installation, or toggle the stop-time review gate.
Command definition
setup.mddescription: Health-check Cursor CLI, list models, guide installation, or toggle the stop-time review gate. argument-hint: '[--doctor] [--print-models] [--install] [--json] [--enable-review-gate|--disable-review-gate] [--tasks-dir <dir>]' allowed-tools: Bash(node:*)
!`node "${CLAUDE_PLUGIN_ROOT}/scripts/setup.mjs" -- "$ARGUMENTS"`
Present the check results as-is. If any check failed, tell the user concretely what to do (install cursor-agent, run `cursor-agent login`, run `npm install` inside the plugin). Never attempt to run the installer yourself.
`--enable-review-gate` / `--disable-review-gate` toggle the per-repo stop-time review gate: when enabled, a Cursor model reviews each turn's edits before Claude Code is allowed to stop, and a `BLOCK` verdict keeps the turn going. Relay the confirmation message verbatim.
`--tasks-dir <dir>` sets, per repository, a fallback directory for `/cursor:from-plan` task files. Most projects do not need it: when you pass a spec path, the task file is written next to that spec automatically, in whichever repo it lives. This key only applies to Claude's own plan-mode files, which have no project location to inherit. `--no-tasks-dir` resets it. Relay the confirmation message verbatim.
Claude plans. Cursor writes. Claude reviews. A Claude Code plugin that delegates coding execution to Cursor's Composer — without ever leaving the Claude Code TUI.
Repo: freema/cursor-plugin-cc
Other commands on cursor-plugin-cc.
- /adversarial-review
Steerable code review that challenges the design and approach, not just implementation defects. Read-only; never edits files.
Open command - /browser
Verify a page or flow in a real browser via Cursor's `chrome-devtools` MCP. Read-only — Cursor reports; does not modify source files.
Open command - /cancel
Cancel an active Cursor job (SIGTERM, then SIGKILL after 5 s).
Open command - /delegate
Delegate a coding task to the Cursor CLI agent (Composer by default).
Open command - /from-plan
Convert a Claude Code plan (or any spec file) into a task file and optionally hand it off to Cursor.
Open command - /result
Print the final output of a finished Cursor job (most recent by default).
Open command

