claude-ls
スター1
フォーク0
更新日2026年3月24日 16:06
List all running tmux sessions. Use when the user wants to see active sessions.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
List all running tmux sessions. Use when the user wants to see active sessions.
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.
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.
SOC 職業分類に基づく
| name | claude-ls |
| description | List all running tmux sessions. Use when the user wants to see active sessions. |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["Bash(tmux *)"] |
Run this command and show the output:
tmux list-sessions -F "#{session_name} (#{session_windows} windows, created #{session_created_string})" 2>/dev/null || echo "No tmux sessions running."