Plugin Claude Code
Plugin marketplace listing 1 plugin: cursor.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cursor.
Plugin Claude Code
Use Cursor's CLI (cursor-agent) from Claude Code to delegate coding tasks and review code, choosing the model per call. Shells out to your locally installed, authenticated cursor-agent (no data is sent to the plugin author). Registers session-lifecycle hooks and an optional, off-by-default stop-time review gate.
Agent
Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Cursor (cursor-agent). MUST BE USED when the user explicitly asks to delegate work to Cursor or to continue prior Cursor work.
Command
Run a Cursor review that challenges the implementation approach and design choices.
Command
Cancel an active background Cursor job in this repository.
Command
Delegate investigation, an explicit fix request, or follow-up rescue work to the Cursor rescue subagent.
Command
Show the stored final output for a finished Cursor job in this repository.
Command
Run a Cursor code review against local git state.
Command
Check whether the local Cursor CLI is ready and optionally toggle the stop-time review gate.
Command
Show active and recent Cursor jobs for this repository, including review-gate status.
Hook
Runs when a session starts, executing session-lifecycle-hook.mjs via node. From Armert-Labs/cursor-plugin.
Hook
Runs when a session ends, executing session-lifecycle-hook.mjs via node. From Armert-Labs/cursor-plugin.
Hook
Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From Armert-Labs/cursor-plugin.
Skill Claude CodeCodex
Internal helper contract for calling the cursor-companion runtime from Claude Code.
Skill Claude CodeCodex
Internal guidance for composing compact, operator-style prompts for cursor-agent across coding, review, diagnosis, and research tasks.
Skill Claude CodeCodex
Internal guidance for presenting Cursor helper output back to the user.