claude-hide
Detach from the current tmux session, sending it to background. Use when the user wants to hide, minimize, detach, or background the current session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Detach from the current tmux session, sending it to background. Use when the user wants to hide, minimize, detach, or background the current session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
Switch to another tmux session. Use when the user wants to switch, jump, or go to a different session.
| name | claude-hide |
| description | Detach from the current tmux session, sending it to background. Use when the user wants to hide, minimize, detach, or background the current session. |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["Bash(tmux *)"] |
Detach the current client from this tmux session so it keeps running in the background.
Run this command:
tmux detach-client
After running, tell the user:
claude-attach [name] or /claude-ls to reconnect later