From tower
Launch the interactive TUI to browse, search, and navigate the conversation. Use when the user wants to search through what was said, browse tool calls, or explore the session interactively.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tower:tower-play [session-id][session-id]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch tower's interactive TUI in a split pane for browsing, searching, and navigating the conversation.
Launch tower's interactive TUI in a split pane for browsing, searching, and navigating the conversation.
Detect the user's terminal by running:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/detect-terminal.sh
Launch tower TUI in a split pane:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/launch-pane.sh --tui
If the output contains "MANUAL_SPLIT", show the user the manual instructions.
If the launch succeeded, remind the user of the keybindings:
j/k to scroll, g/G for top/bottom/ to search messagest to toggle tool calls, d to toggle diffsEnter to expand/collapse a tool callq to quitTell the user to install it:
pip install textual
Run the setup first:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/setup.sh
npx claudepluginhub bllshttng/c --plugin towerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.