sesh-cli

Installation
SKILL.md

sesh CLI skill

Use this skill when the user wants to use sesh (manage their coding-agent sessions), not develop sesh itself.

sesh is multi-machine coding-agent session management that feels like one machine. A per-machine daemon (sesh-daemon) owns a local SQLite store and runs a tmux walker (which pane each session is in) + agent transcript watchers. Daemons peer-to-peer over gRPC so every machine sees every machine's sessions (a full mesh). The sesh CLI/TUI talks only to the local daemon over a unix socket.

Short UUIDs

Every command that takes a <uuid> also accepts a short prefix — the first 8 characters (or any unambiguous prefix). For example, if a session's UUID is a808a699-…, you can use a808a699 or even a808 if that prefix is unique:

Installs
52
Repository
lukastk/sesh
First Seen
May 31, 2026
sesh-cli — lukastk/sesh