什麼是 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