claude-stop
Stop/kill a tmux session. Use when the user wants to stop or kill a session.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Stop/kill a tmux session. Use when the user wants to stop or kill a session.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.
Switch to another tmux session. Use when the user wants to switch, jump, or go to a different session.
| name | claude-stop |
| description | Stop/kill a tmux session. Use when the user wants to stop or kill a 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, kill that session:
tmux kill-session -t <session-name>
If no arguments, list all sessions first and ask which one to stop.
Never kill the session the user is currently in without warning them it will disconnect.