AgentSkillsCN

tmux

使用 tmux 实现持久化的 Shell 会话。

SKILL.md
--- frontmatter
name: tmux
description: Use tmux for persistent shell sessions.
metadata: '{"requires": {"bins": ["tmux"]}}'

tmux

Use tmux to create persistent shell sessions for long-running tasks.

Examples:

code
tmux new -s rustclaw
# run long task
# detach with Ctrl-b then d

tmux ls

tmux attach -t rustclaw