interactive-cli

Community

Control interactive CLI sessions across tmux.

AuthorDJRHails
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables developers to orchestrate and observe interactive CLI processes in a deterministic tmux workflow, reducing context switches during debugging and experimentation.

Core Features & Use Cases

  • Session Management: Launch and manage a named, detached tmux session for an interactive process.
  • Input/Output Control: Send commands to the session and capture the output for immediate inspection.
  • Reproducible Debugging Workflows: Iterate pdb, Python REPL, Node REPL, and other interactive tools across multiple turns with consistent state.

Quick Start

Start a detached pdb session in a tmux session named "proc" and view the initial prompt. tmux new-session -d -s proc "python3 -m pdb script.py" sleep 1 tmux capture-pane -t proc -p

Send input to the session

tmux send-keys -t proc $'n\n'

Read updated output

tmux capture-pane -t proc -p

Cleanup when finished

tmux kill-session -t proc

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: interactive-cli
Download link: https://github.com/DJRHails/dotfiles/archive/main.zip#interactive-cli

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.