ntm
Installation
SKILL.md
NTM — Named Tmux Manager
Core capability: Turn
tmuxinto a structured, recoverable multi-agent workspace.
Read the repo first. If the target repository has
AGENTS.mdorREADME.md, read those before applying this skill. Repo-local instructions override generic NTM advice.
Interactive vs automation:
ntm dashboard,ntm palette, and other TUI surfaces are for humans.- For machine-readable automation, prefer
--robot-*.- Non-interactive CLI commands such as
ntm send,ntm work triage,ntm locks list,ntm pipeline status, andntm serveare fine when they are the clearest tool.
Coordination and isolation:
- Agent Mail reservations are the default coordination primitive.
--worktreesandntm worktrees ...are supported isolation tools when the repo policy allows them.- If a repo
AGENTS.mdprefers reservations-only or has worktree-specific rules, follow that repo.