Stats
Actions
Tags
From tmux-session-resume
Install or refresh tmux-session-resume in the user's tmux config
How this command is triggered — by the user, by Claude, or both
Slash command
/tmux-session-resume:tmux-session-resume-installThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the bundled installer and report what it did. After it finishes, if a tmux server is running, suggest reloading the config: Flags accepted by the installer: - `--uninstall` — remove the managed block - `--print` — dump the block to stdout without modifying anything - `--conf PATH` — target a specific tmux config file
Run the bundled installer and report what it did.
bash "${CLAUDE_PLUGIN_ROOT}/install.sh" $ARGUMENTS
After it finishes, if a tmux server is running, suggest reloading the config:
tmux source-file ~/.config/tmux/tmux.conf
Flags accepted by the installer:
--uninstall — remove the managed block--print — dump the block to stdout without modifying anything--conf PATH — target a specific tmux config filenpx claudepluginhub northisup/skillz --plugin tmux-session-resume