What problem does it solve?
This Skill provides reliable terminal interaction and process supervision for programs that require a live terminal, ongoing monitoring, user input, or long-running execution instead of a simple one-shot command.
Core Features & Use Cases
- Interactive Terminal Control: Run TUIs, REPLs, database shells, interactive CLIs, and full-screen applications with proper terminal behavior.
- Long-Running Process Management: Start development servers, watchers, log tails, and other processes in hands-free or dispatch modes, then inspect, reattach to, or stop their sessions.
- Input and Output Handling: Send text, pasted content, and named key presses while querying rendered terminal output incrementally.
- Use Case: Start a local development server, monitor its logs as the application changes, and stop the session cleanly when testing is complete.
Quick Start
Ask the interactive-shell skill to start and monitor your project's development server in hands-free mode.