Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/vanyangyang/cursor-bridge/cursor-delegatenpx skills add Vanyangyang/cursor-bridge --skill cursor-delegategit clone --depth 1 https://github.com/Vanyangyang/cursor-bridgeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vanyangyang/cursor-bridge/cursor-delegate)<a href="https://agentmods.dev/skills/vanyangyang/cursor-bridge/cursor-delegate"><img src="https://agentmods.dev/badge/skills/vanyangyang/cursor-bridge/cursor-delegate.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00146 | $0.02058 |
| Opus 5 | $0.00073 | $0.01029 |
| Sonnet 5 | $0.00029 | $0.00412 |
| Haiku 4.5 | $0.00015 | $0.00206 |
Grade A, and why
cursor-delegate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cursor Delegate
Use Cursor as an execution partner. Keep direction, scope decisions, risk ownership, result review, and final verification with the primary agent.
Respect execution controls
- Do not call
cursor_dowhen the user explicitly says not to use Cursor or not to delegate. A direct user opt-out always wins. - If
cursor_dois unavailable, orcursor_statusreports delegation as disabled, do not bypass the setting, repeatedly retry, or ask Cursor to re-enable itself. Complete the work in the primary agent. - Treat
CURSOR_BRIDGE_DELEGATION=offas an administrator-level host switch. It disables delegated execution but does not by itself disablecursor_context_engine,cursor_init, orcursor_status. - Cursor Bridge exposes one fixed delegation contract. Do not invent participation levels, call-frequency controls, or slash commands.
cursor_modelowns persistent model and reasoning-effort defaults. Call itssetorresetaction only when the user explicitly asks to change those defaults; ordinary delegation must inherit the storedcursor_dochoice without silently changing it.
Follow the default workflow
Use this responsibility chain:
primary agent defines purpose, invariants, and risk boundaries -> form a bounded task envelope -> Cursor investigates locally and executes within the envelope -> collect by task_id -> primary agent inspects the real changes and verifies them
- Decide what should be achieved, why it matters, what must not change, where Cursor may work, and what evidence makes the result acceptable. Do not delegate product direction, architecture boundaries, or state verdicts.
- Allow Cursor to locate relevant implementation, compare local approaches, and complete code, documentation, configuration, scripts, tests, and tooling inside those boundaries. Do not require the primary agent to pre-solve the task line by line.
- Once a task has been selected for delegation, normally call
cursor_doonce withbackground=true, then continue non-conflicting primary-agent work. Bridge starts FIFO work in a clean chat automatically. - Prefer
execution=fifounless the parallel contract is clearly satisfied. - Do not inject a unique completion marker or impose a minimum response length. Rely on task state, stable
task_idoragent_id, and the actual result.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 95 lines · 146 tokens per session scan A 9ea635b386ff
cursor-delegate is a skill published in the GitHub repository Vanyangyang/cursor-bridge (51 stars, last pushed 4d ago), licensed MIT. It adds 146 tokens to every session and 2,058 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
lithium-kb
Generates, maintains, and visualizes a structured Markdown knowledge base (.lithium-kb/{architecture,debug,tasks,features}) with an interactive Neural Network graph, auto-watch mode, custom agent directives (.agentrules), and MCP server integration for Pi, Claude, Codex, Cursor, and other coding agents. Triggers…
pre-mortem-facilitator
Facilitate a pre-mortem session using Shreyas Doshi's Tigers/Paper Tigers/Elephants framework. Use when the user is planning a launch, starting a critical project, preparing for a major initiative, or wants to proactively identify risks before something goes wrong.
task
Use when creating, updating, or managing task files for projects and plans.
studio-producer
Coordinate game-dev work into realistic milestones, sprints, acceptance criteria, risk registers, and cross-domain handoffs.
retro
CP-7 retrospective: audit checkpoints, evidence quality, action items, and harvest candidates. Closes the V-model cycle and feeds the next run. Use via /retro after ship, escalate, or significant session.
pad
Talk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.