with one click
panes
// List named tmux panes available for session-chat messaging. Use when the user asks to list panes, show available sessions, find targets, or use panes.
// List named tmux panes available for session-chat messaging. Use when the user asks to list panes, show available sessions, find targets, or use panes.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | panes |
| description | List named tmux panes available for session-chat messaging. Use when the user asks to list panes, show available sessions, find targets, or use panes. |
When this skill is invoked, do not add a preamble or narrate the plan. Run the relevant script directly, then return only the formatted result or the shortest actionable message.
Resolve the plugin root:
PLUGIN_ROOT="${CODEX_PLUGIN_ROOT:-$HOME/.codex/plugins/cache/girishattri-codex-plugins/session-chat/0.11.0}"
[ -d "$PLUGIN_ROOT" ] || PLUGIN_ROOT="codex/plugins/session-chat"
Run:
bash "$PLUGIN_ROOT/scripts/list-panes.sh"
Present tab-separated output as:
| Name | Pane | Command | Location |
If the command says tmux is required or not active, explain that this action must run inside tmux. If no panes are listed, say no named panes were found and suggest $session-chat:whoami <name>. If panes are listed, mention that $session-chat:send <name> <message> can message a pane.