Delegate To Cursor

Offload the implementation typing of a settled plan to the Cursor CLI (`cursor-agent`), which reaches Grok, Gemini, GPT/Codex and Composer, while you keep the planning and the verification. Use when the plan is settled and the remaining work is mechanical or wide-but-shallow — scaffolding, a repetitive refactor across many files, filling in tests, a contained fix with a test as its oracle — and cost or throughput matters; also for a read-only review from a different model family. Do NOT use it for ambiguous intent, architecture decisions, security-sensitive changes, or anything under roughly ten minutes of typing, where the per-run startup and the cost of writing the brief exceed what delegation saves.

harikrishnan94 Updated

File contents

harikrishnan94/agent-skills/tree/main/skills/delegate-to-cursor commit 36be88cfb4

Frequently asked questions

npx skillmds@latest add harikrishnan94/delegate-to-cursor