What problem does it solve?
This Skill streamlines terminal management by allowing you to create, control, and monitor multiple terminal sessions (tabs and splits) within a single workspace, preventing context switching and improving workflow efficiency.
Core Features & Use Cases
- Session Management: Create new terminal tabs (surfaces) or split panes for running development servers, test runners, or background tasks.
- Command Execution: Send commands to specific terminal sessions and read their output.
- Workflow Orchestration: Manage multi-terminal workflows, such as running a dev server in one tab and monitoring its output in another.
- Use Case: Start a Node.js dev server in a new tab, then run automated tests in another tab, and monitor both processes simultaneously.
Quick Start
Create a new terminal tab and run 'npm run dev' inside it.