/sessions
List Cursor chat sessions for this repository via `cursor-agent ls`.
$ 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
/sessions
Context preview
What this command does when you run it.
List Cursor chat sessions for this repository via `cursor-agent ls`.
Command definition
sessions.mddescription: List Cursor chat sessions for this repository via `cursor-agent ls`. argument-hint: '' allowed-tools: Bash(node:*)
!`node "${CLAUDE_PLUGIN_ROOT}/scripts/sessions.mjs"`
Render the table verbatim. If `cursor-agent ls` was unavailable and the fallback registry listing was shown, surface that note too so the user knows why the columns differ.
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

