From asi
Provides tmux reference: session commands, C-b prefix keys for windows/panes/copy mode, and sample ~/.tmux.conf. Useful for terminal multiplexing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:tmuxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Terminal multiplexer.
Terminal multiplexer.
tmux new -s name
tmux attach -t name
tmux ls
tmux kill-session -t name
d Detach
c New window
n/p Next/prev window
0-9 Select window
% Split vertical
" Split horizontal
o Next pane
z Toggle zoom
x Kill pane
[ Copy mode
] Paste
Space Start selection
Enter Copy selection
q Quit
/ Search forward
? Search backward
# ~/.tmux.conf
set -g prefix C-a
set -g mouse on
set -g base-index 1
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
general: 734 citations in bib.duckdbThis skill maps to Cat# = Comod(P) as a bicomodule in the equipment structure:
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)
This ensures compositional coherence in the Cat# equipment structure.
npx claudepluginhub plurigrid/asi --plugin asiManages tmux sessions, windows, and panes for persistent remote workflows and shell scripting automation. Useful for long-running processes, SSH disconnects, and multi-pane terminal layouts.
Renders a prepared tmux layout for operator-side observability of session side-channels (STATE.md tail, CI watch, events.jsonl tail). Default 4-pane layout or debug layout. Read-only — coordinator chat stays in original terminal.