Provides the agent with a robust way to handle interactive terminal sessions. Unlike standard bash, it allows for the execution of TUI tools and long-running servers that require process supervision and the ability to reattach to output.
Use when you need to start a development server (e.g., npm run dev), launch a TUI tool (e.g., lazygit, htop), or interact with a database shell/REPL (e.g., psql, python).
Designed for agents with PTY capabilities, such as Codex or similar autonomous coding agents.
This skill has not been reviewed by our automated audit pipeline yet.