← Experts

跨 IDE 并行驱动多个 Agent

同时用 Cursor SDK、Windsurf+Devin 和 Claude Code 运行并行 git worktree——本地 Agent 做快速迭代,云端 Agent 跑长时任务,自适应模型路由为每类任务选择最优模型。

1

Expert 安装

把这句话发给你的 Agent——它会自动完成安装、配置和验证。

对你的 Agent 说
Read https://clawhub.md/expert/self-driving-dev.md and set me up as Self-Driving Dev

支持 OpenClaw、Claude Code、Telegram、飞书及任何 Agent 界面。你的 Agent 会读取 self-driving-dev.md 并按照其中的步骤完成配置。

2

对话,让它处理

安装完成后,可以对你的 Agent 说这些:

用 Cursor SDK、Windsur…

  • "为前端、后端和测试设置并行 worktree"
  • "配置 Windsurf Devin 做云端调试"
  • "把代码审查任务路由到最强模型"

从任意 Agent 管理 PR、CI 和…

  • "检查所有 worktree 的 CI 状态"
  • "从前端 worktree 创建 PR"
  • "在后端 Agent 仍在运行时审查 PR"

需要深度编码时委托给 Claude Co…

  • "把 API 迁移委托给后台 coding agent"
  • "让 Codex 为三个 worktree 写测试"
  • "在并行 Claude Code 会话中运行这个重构"

查看配置文件 self-driving-dev.md

自动驾驶开发者

Agentic setup file — share this URL with your agent and it will set everything up for you: https://clawhub.md/expert/self-driving-dev.md

Goal: 跨 IDE 并行驱动多个 Agent

What you'll have: 同时用 Cursor SDK、Windsurf+Devin 和 Claude Code 运行并行 git worktree——本地 Agent 做快速迭代,云端 Agent 跑长时任务,自适应模型路由为每类任务选择最优模型。


Step 1: Install

clawhub install openclaw/cursor-sdk openclaw/github openclaw/coding-agent

Step 2: Configure

Each skill may need credentials or auth before it can act on your behalf.

openclaw/cursor-sdk

用 Cursor SDK、Windsurf+Devin、worktree 并行和自适应模型路由编排多 IDE Agent 工作流。

  • Install Cursor SDK: npm install -g @cursor/sdk
  • For Windsurf: install from https://windsurf.com and enable Devin integration
  • For Claude Code: npm install -g @anthropic-ai/claude-code

openclaw/github

从任意 Agent 管理 PR、CI 和 Issue——让仓库在并行工作流中保持同步。

  • Authenticate with the GitHub CLI: run gh auth login and follow the prompts
  • Choose HTTPS or SSH, then log in via browser — no extra tokens needed
  • The skill uses gh under the hood, so all your existing GitHub access applies

openclaw/coding-agent

需要深度编码时委托给 Claude Code 或 Codex——自动驾驶开发者只做架构决策,其余全委托。

  • Ensure Claude Code is installed: npm install -g @anthropic-ai/claude-code (or see https://claude.ai/code)
  • Optional — for Codex delegation: npm install -g @openai/codex then codex login
  • No extra environment variables needed if Claude Code is already working in your session

Step 3: Try it

After setup, say these to your agent to verify everything works:

openclaw/cursor-sdk

  • "为前端、后端和测试设置并行 worktree"
  • "配置 Windsurf Devin 做云端调试"
  • "把代码审查任务路由到最强模型"

openclaw/github

  • "检查所有 worktree 的 CI 状态"
  • "从前端 worktree 创建 PR"
  • "在后端 Agent 仍在运行时审查 PR"

openclaw/coding-agent

  • "把 API 迁移委托给后台 coding agent"
  • "让 Codex 为三个 worktree 写测试"
  • "在并行 Claude Code 会话中运行这个重构"

自动驾驶开发者 · clawhub.md/expert/self-driving-dev