什么是 omc-teams?
在 tmux 窗格中生成 claude、codex 或 gemini CLI 工作人员以进行并行任务执行 来源:yeachan-heo/oh-my-claudecode。
在 tmux 窗格中生成 claude、codex 或 gemini CLI 工作人员以进行并行任务执行
通过命令行快速安装 omc-teams AI 技能到你的开发环境
来源:yeachan-heo/oh-my-claudecode。
Spawn N CLI worker processes in tmux panes to execute tasks in parallel. Supports claude, codex, and gemini agent types. Unlike /team (which uses Claude Code's native TeamCreate/Task tools), this skill uses the tmux runtime to launch actual CLI processes in visible tmux panes.
Break the task into exactly N subtasks. Each subtask must be:
MCP tools block Claude Code while running, so we use a two-tool async pattern. Call mcpteamomcrunteamstart — it spawns workers in the background and returns a jobId immediately. No Bash, no path resolution; the MCP server finds runtime-cli.cjs from its own install directory automatically.
在 tmux 窗格中生成 claude、codex 或 gemini CLI 工作人员以进行并行任务执行 来源:yeachan-heo/oh-my-claudecode。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill omc-teams在 tmux 窗格中生成 claude、codex 或 gemini CLI 工作人员以进行并行任务执行 来源:yeachan-heo/oh-my-claudecode。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill omc-teams 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/yeachan-heo/oh-my-claudecode