Use Cursor Agent CLI from Claude Code or Codex for code review, adversarial review, and delegated implementation.
The plugin calls cursor-agent directly. It does not include a JavaScript wrapper script.
- Cursor Agent CLI installed and on
PATH - Cursor Agent authenticated
Check locally:
cursor-agent --version
cursor-agent statusThis plugin defaults Cursor Agent calls to:
--model composer-2.5Add this repository as a Claude Code marketplace:
claude plugin marketplace add https://github.com/EClinick/cursor-cli-plugin/
claude plugin install cursor-cli@cursor-cliExamples:
claude plugin marketplace add .
claude plugin install cursor-cli@cursor-cliRestart Claude Code after installing so commands are loaded.
Available commands:
/cursor-cli:setup
/cursor-cli:status
/cursor-cli:review
/cursor-cli:adversarial-review
/cursor-cli:rescue
/cursor-cli:result
/cursor-cli:cancel
Add this repository as a Codex marketplace:
codex plugin marketplace add https://github.com/EClinick/cursor-cli-plugin/
codex plugin add cursor-cli@cursor-cliExamples:
codex plugin marketplace add .
codex plugin add cursor-cli@cursor-cliStart a new Codex thread after installing so plugin skills are loaded.
.claude-plugin/marketplace.json # Claude Code marketplace
.agents/plugins/marketplace.json # Codex marketplace
plugins/cursor-cli/
.claude-plugin/plugin.json # Claude Code plugin manifest
.codex-plugin/plugin.json # Codex plugin manifest
agents/cursor-rescue.md
commands/*.md
skills/cursor-cli/SKILL.md
Claude Code:
claude plugin validate .
claude plugin validate plugins/cursor-cliCodex:
python3 /path/to/plugin-creator/scripts/validate_plugin.py plugins/cursor-cli