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
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Reference for writing and editing skills with predictable behavior, covering invocation models, description writing, and information hierarchy.
npx claudepluginhub bllshttng/c --plugin tower