How this skill is triggered — by the user, by Claude, or both
Slash command
/devin:devin-sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Devinにタスクを委任したいとき
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/deepwiki_cli.py run "タスク指示"
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/deepwiki_cli.py status <session_id>
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/deepwiki_cli.py message <session_id> "メッセージ"
| オプション | 説明 |
|---|---|
--title | セッションタイトル |
--tags | タグ(カンマ区切り) |
--idempotent | べき等モード |
--wait | 完了まで待機(ポーリング) |
--interval | ポーリング間隔秒数(デフォルト: 15) |
--timeout | ポーリングタイムアウト秒数(デフォルト: 600) |
| status_enum | 説明 |
|---|---|
working | 作業中 |
blocked | ブロック中(ユーザー入力待ち等) |
finished | 完了 |
expired | 期限切れ |
run でセッション作成後、statusが working になったら statusポーリングはバックグラウンドで実行 する。Devinの作業完了には数分かかるため、フォアグラウンドで待機するとその間他の作業がブロックされる。--wait オプションを使う場合も同様にバックグラウンド実行を推奨。blocked または finished になったら、メッセージ内容とともに結果をユーザーに返却する。blocked はDevinが追加入力を待っている状態なので、ユーザーが次のアクションを判断できるよう情報を提示すること。| オプション | 説明 | デフォルト |
|---|---|---|
--server | MCPサーバーURL | https://mcp.devin.ai/mcp |
--api-key | Bearer認証用APIキー | 環境変数 DEVIN_API_KEY |
--debug | デバッグログを出力 | off |
DEVIN_API_KEY が必要。以下のいずれかで指定:
DEVIN_API_KEY(.claude/settings.local.json の env で設定済み)--api-key オプションnpx claudepluginhub hidetsugu-miya/claude-plugins --plugin devinHands off a task to a cloud Devin session with its own VM, shell, browser, and full repo access. Use for parallel work, long-running tasks, multi-file changes, servers, CI, browser automation, or large refactors.
Orchestrates multi-agent parallel execution for complex tasks like features, refactoring, testing, reviews, and documentation using cc-mirror tracking and TodoWrite visibility.
Spawns and coordinates whip agent sessions for tasks, dispatching single agents or teams with backend, scope, and ownership. Manages git worktrees, workspaces, and execution models.