maxktzmaxktzCommunityยท1 Agent Skills Included

hitch

Share live terminal sessions with coding agents

Shares your real terminal sessions so coding agents can inspect output, send keystrokes, and run commands in terminals you already have open. Eliminates duplicate dev servers, manual log copy-pasting, and blind guessing about what is running. Gives agents compact terminal context, tmux-style key sending, and output capture for smooth human-agent collaboration.
npx skills add maxktz/hitch --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Hitch?โ–ผ

Run `npx skills add maxktz/hitch --all -g -y` in your terminal to install the skill globally. You also need the CLI itself via `npm install -g hitch-cli`, then run `hitch` to start sharing.

What does Hitch do?โ–ผ

Hitch lets your coding agent see and control the terminals you already have open, so it can read logs, send keystrokes, and run commands without you copy-pasting output.

How is Hitch different from tmux?โ–ผ

Hitch is not a terminal multiplexer UI. Your terminal still feels like a normal shell; Hitch just proxies input and output and exposes agent-friendly commands like context, send-keys, and capture.

Can agents run commands in my dev server terminal?โ–ผ

No, not by default. Hitch blocks sending shell commands into terminals with running processes like dev servers, so agents inspect logs instead of corrupting the running process.

Which platforms does Hitch support?โ–ผ

Hitch runs on macOS and Linux on both arm64 and x64 architectures.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’