interactive-shell
Runs interactive terminal programs like dev servers and TUIs. Use for direct user-controlled CLI processes.
Install
mkdir -p .claude/skills/interactive-shell && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18772" && unzip -o skill.zip -d .claude/skills/interactive-shell && rm skill.zipInstalls to .claude/skills/interactive-shell
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
dev server, TUI, REPL, DB shell, 로그처럼 사용자 제어나 장시간 실행이 필요한 터미널 작업에 사용한다. AI 작업 위임에는 subagent를 사용한다.Key capabilities
- →Start development servers (e.g., `pnpm dev`, `npm run dev`)
- →Display Terminal User Interfaces (TUIs) like `lazygit` or `htop`
- →Run Read-Eval-Print Loops (REPLs) or database shells (e.g., `python`, `psql`)
- →Tail application logs (`tail -f ...`)
- →Manage the lifecycle of long-running processes
- →Send input to interactive processes
How it works
The skill executes interactive terminal commands, providing modes for direct user interaction, hands-free monitoring of long-running processes, or background dispatch. It captures and renders terminal output.
Inputs & outputs
When to use interactive-shell
- →Start local development servers
- →Run interactive CLI tools like lazygit
- →Open a database REPL like psql
- →Tail application logs
About interactive-shell
Executes interactive terminal commands such as dev servers, TUI interfaces, or REPLs. It maintains active supervision for long-running processes requiring user interaction.
dev server, TUI, REPL, DB shell, 로그처럼 사용자 제어나 장시간 실행이 필요한 터미널 작업에 사용한다. AI 작업 위임에는 subagent를 사용한다.
When not to use it
- →When the task is delegation to another coding agent
- →When structured delegation or background AI worker execution is needed
- →When the command is simple and non-interactive, and only stdout/stderr is needed once
Limitations
- →Not for subagent orchestration or delegation to another coding agent
- →Does not provide structured delegation or hidden/background AI worker execution
- →Status queries return rendered terminal output, not raw PTY bytes
How it compares
This skill is designed for interactive terminal UX and process supervision, allowing direct user control and monitoring of long-running processes, unlike simple `bash` execution or subagent delegation.
Compared to similar skills
interactive-shell side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| interactive-shell (this skill) | 0 | 2mo | No flags | Intermediate |
| makefile-dev-workflow | 0 | 7mo | Review | Beginner |
| senior-backend | 14 | 8mo | Review | Advanced |
| pagination | 1 | 7mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
makefile-dev-workflow
raphaelmansuy
Unified development workflow for EdgeQuake using Makefile commands. Use when starting services, running tests, or managing the full development stack (database, backend, frontend). Provides simplified alternatives to raw cargo/npm commands.
senior-backend
davila7
Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.
pagination
dadbodgeoff
Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata.
moai-domain-backend
modu-ai
Backend development specialist covering API design, database integration, microservices architecture, and modern backend patterns.
databricks-expert-agent
databricks-solutions
Transforms the assistant into a Senior Databricks Solutions Architect Agent that designs, implements, and reviews production-grade Databricks solutions following official best practices. Enforces Unity Catalog governance, Delta Medallion architecture, DLT expectations, Predictive Optimization, autom
environment-setup
studentdotai
Complete setup for uv, GDAL 3.10.3, PostGIS, and all project dependencies. Use when setting up development environment, installing GDAL, or configuring PostGIS backend.