hitch

Installation
SKILL.md

If skill activated with no concrete task provided - don't act, just remember it. This is reference knowledge for you on how to use hitch.

hitch CLI for agents to see and control shared terminal sessions that the user already has opened.

Useful for tasks when you need to collaborate with the user in the same terminal and you both want to interact with it. Like long running tasks, dev servers, watchers, tunnels, builds. Think of it like tmux but with proper agent tools.

Command Reference

hitch context [TERMINAL]

Use first. Shows compact terminal state and recent useful output.

Forms:

  • hitch context - all terminals of current project
  • hitch context <terminal> - one specific terminal, more detailed output, usually paired with specific --tail
  • hitch context --all - all terminals, includes outside of the project Options:
Installs
1
First Seen
Jun 25, 2026
hitch — somtougeh/dotfiles