Read and drive other tmux panes when Claude runs inside tmux. Use whenever the user points at something running in another pane/split/window — their dev server, test watcher, build, logs, REPL, or another shell — e.g. "errors in my dev server", "read/tail my other pane", "is my server up and on what port", "run this in my other split", "restart the watcher". Also for driving interactive/long-running CLIs (Node REPL, vite/next dev, vitest, node inspect) and spawning isolated background tmux sessions.
$npx -y skills add nicknisi/claude-plugins --skill tmuxInstalls into the current project.
Run `npx skills use "https://github.com/nicknisi/claude-plugins" --skill "nicknisi/claude-plugins/tmux"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nicknisi/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/nicknisi/claude-plugins"` and select the relevant skills, then follow their instructions.