claude-switch
Switch to another tmux session. Use when the user wants to switch, jump, or go to a different session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Switch to another tmux session. Use when the user wants to switch, jump, or go to a different session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Detach from the current tmux session, sending it to background. Use when the user wants to hide, minimize, detach, or background the current session.
List all running tmux sessions. Use when the user wants to see active sessions.
Start a new Claude Code session in tmux and switch to it. Use when the user wants to start, create, or open a new session.
Stop/kill a tmux session. Use when the user wants to stop or kill a session.
| name | claude-switch |
| description | Switch to another tmux session. Use when the user wants to switch, jump, or go to a different session. |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["Bash(tmux *)"] |
| argument-hint | <session-name> |
Arguments passed: $ARGUMENTS
If a session name is provided, switch to it:
tmux switch-client -t <session-name>
If no arguments or the target session doesn't exist, list available sessions first:
tmux list-sessions -F "#{session_name} (#{session_windows} windows)" 2>/dev/null
Then ask which session to switch to.