一键导入
switch
Prepare or launch a safe artifact-based OMB provider switch from the current interactive session to another provider.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prepare or launch a safe artifact-based OMB provider switch from the current interactive session to another provider.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full autonomous execution from idea to working code
N coordinated agents on shared task list using tmux-based orchestration
Team worker protocol (ACK, mailbox, task lifecycle) for tmux-based OMB teams
Cancel any active OMB mode (autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline, team)
Stateful validator-gated research loop with native-hook persistence
Setup and configure oh-my-codebuddy using current CLI behavior
| name | switch |
| description | Prepare or launch a safe artifact-based OMB provider switch from the current interactive session to another provider. |
<Supported_Providers>
codebuddy, codex, claude, gemini.codebuddy, codex, claude.gemini may be used for artifact/review workflows when supported by the handoff artifact layer, but do not launch it as a leader unless OMB leader support exists.
</Supported_Providers><Execution_Policy>
continue after a prepared switch, continue only the safest missing switch step (usually review or launch), not unrelated implementation work.<Argument_Parsing> Parse the user prompt for:
$switch, to, or provider.--task <text>: current task summary for the target provider.--launch: create/review the artifact and start a new tmux-backed target-provider OMB session.Infer when available:
OMB_LEADER_CLI or equivalent session context; otherwise use unknown or omit --from only if the CLI will infer it.unknown.
</Argument_Parsing><Workflow_No_Launch>
For $switch <provider> without --launch:
omb handoff --to <provider> --from <current-provider> --mode <current-mode> --task "<task>"
omb review --handoff latest --with <provider>.omb/handoffs/latest.mdomb switch --to <provider> --handoff latest --launch for leader providers.I will stop editing in this session now.
</Workflow_No_Launch><Workflow_With_Launch>
For $switch <provider> --launch:
omb handoff --to <provider> --from <current-provider> --mode <current-mode> --task ....omb review --handoff latest --with <provider>.<provider> is a leader provider, run:
omb switch --to <provider> --handoff latest --launch.omb/handoffs/latest.md.New <provider> session is ready: <tmux-session-name>. Switch with: tmux switch-client -t <session> or attach with: tmux attach -t <session>. I will stop editing in this session now.
</Workflow_With_Launch><State_Semantics>