Agent Skills: Devin Handoff → Cursor 委譲

Devin CLIから /handoff でDevin Cloudにタスクを引き継ぐ際に発動。ハンドオフ先のDevin Cloudに対して、タスクの実行をCursor Cloud Agentに委譲するよう指示を含める。

UncategorizedID: syou6162/claude-code-commands/requesting-cursor-delegation

Install this agent skill to your local

pnpm dlx add-skill https://github.com/syou6162/agent-skills/tree/HEAD/skills/requesting-cursor-delegation

Skill Files

Browse the full folder contents for requesting-cursor-delegation.

Download Skill

Loading file tree…

skills/requesting-cursor-delegation/SKILL.md

Skill Metadata

Name
requesting-cursor-delegation
Description
Devin CLIから /handoff でDevin Cloudにタスクを引き継ぐ際に発動。ハンドオフ先のDevin Cloudに対して、タスクの実行をCursor Cloud Agentに委譲するよう指示を含める。

Devin Handoff → Cursor 委譲

使用タイミング

<trigger>
  • Devin CLI で /handoff を実行してDevin Cloudにタスクを引き継ぐとき
</trigger>

委譲の流れ(二段階)

  1. Devin CLI → Devin Cloud: /handoff でタスク・コンテキストを引き継ぐ(通常のhandoff)
  2. Devin Cloud → Cursor Cloud Agent: Devin Cloud がコーディング作業を Cursor に委託する

やること

通常の /handoff に加えて、ハンドオフ先の Devin Cloud に対して以下を伝えること:

  • タスクの実装は自分(Devin Cloud)で行わず、Cursor Cloud Agent に委譲すること
  • 委譲の手順は Devin Cloud 側のナレッジに従うこと