什么是 grove-multi-agent?
当多个独立任务需要并行执行时使用,每个任务都在具有热构建状态的隔离工作区中 来源:chrisbanes/grove。
当多个独立任务需要并行执行时使用,每个任务都在具有热构建状态的隔离工作区中
通过命令行快速安装 grove-multi-agent AI 技能到你的开发环境
来源:chrisbanes/grove。
I'm using the grove-multi-agent skill to orchestrate parallel agents across isolated Grove workspaces.
Use grove-multi-agent only when tasks are truly independent: no shared file modifications, no ordering dependencies between them.
Accept a list of independent tasks. Tasks may come from a decomposed plan, directly from the user, or from a dispatching agent (e.g., superpowers:dispatching-parallel-agents). Each task must be a self-contained unit of work.
当多个独立任务需要并行执行时使用,每个任务都在具有热构建状态的隔离工作区中 来源:chrisbanes/grove。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/chrisbanes/grove --skill grove-multi-agent当多个独立任务需要并行执行时使用,每个任务都在具有热构建状态的隔离工作区中 来源:chrisbanes/grove。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/chrisbanes/grove --skill grove-multi-agent 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/chrisbanes/grove