Controls interactive terminal sessions for running long-lived processes, servers, REPLs, debuggers, and TUI programs without blocking. Use when you need to run dev servers (npm run dev), debuggers (pdb, gdb), REPLs (python, node), databases (psql, mysql), SSH sessions, or editors (vim, nano) — any interactive or blocking program.
$npx -y skills add eliasoenal/term-cli --skill term-cliInstalls into the current project.
Run `npx skills use "https://github.com/eliasoenal/term-cli" --skill "eliasoenal/term-cli/term-cli"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/eliasoenal/term-cli" that are relevant to the current task. Run `npx skills add "https://github.com/eliasoenal/term-cli"` and select the relevant skills, then follow their instructions.