What problem does it solve?
This skill solves the challenge of managing and interacting with long-running terminal processes, such as AI agents or build tasks, that are trapped inside isolated tmux sessions.
Core Features & Use Cases
- Remote Keystroke Injection: Send commands or input to specific tmux panes without needing to manually attach to the session.
- Output Scraping: Capture and analyze the scrollback history of terminal sessions to monitor progress or detect prompts.
- Use Case: Use this skill to monitor a background worker session, detect when it requires user input, and automatically send the confirmation key to proceed with the task.
Quick Start
Use the tmux skill to capture the last twenty lines of output from the shared session to check for recent activity.