← Back to list

tmux-interactive-sessions
by thurstonsand
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: tmux-interactive-sessions description: Manage interactive terminal sessions using tmux. Use for REPLs, long-running processes, interactive CLIs, or commands needing persistent state.
tmux Interactive Sessions
Use the loaded mcp__tmux__* tools for interactive terminal work.
When to Use This
- REPLs: python, node, irb, psql, sqlite3
- Long-running processes: dev servers, watch commands, builds
- Interactive CLIs: htop, vim, less
- Persistent state: when
cd,source, orexportmust persist
Workflow
- find-session first to reuse existing, else create-session
- list-panes to get paneId
- execute-command with
rawMode: truefor REPLs - capture-pane after rawMode commands to see output
- kill-session when done
Key Insight
The standard execute-command wraps commands with markers to detect completion. This breaks REPLs and interactive apps. Use:
rawMode: true— for REPLs, interactive promptsnoEnter: true— for TUI navigation (sends keystrokes only)
After either, use capture-pane to see results.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon