ntm
Orchestrate multiple coding agents in tmux sessions safely
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ntm?โผ
Run `npx skills add Dicklesworthstone/ntm --all -g -y` in your terminal to install the skill globally for your agent.
What does ntm do?โผ
NTM turns tmux into a control plane for running multiple coding agents at once, handling session spawning, work dispatch, triage, and safety approvals in one Go binary.
How to run multiple coding agents in tmux?โผ
Use `ntm spawn myproject --cc=2 --cod=1` to launch a mixed swarm of agents in labeled panes, then dispatch work with `ntm send` and monitor everything from the dashboard.
Can agents automate ntm without the TUI?โผ
Yes. The `--robot-*` flags return structured JSON for snapshots, sends, and status, and `ntm serve` exposes REST, SSE, and WebSocket APIs for scripts and other agents.
Does ntm work with Claude Code and Codex?โผ
Yes. NTM natively spawns and coordinates Claude Code, Codex, Antigravity, and Grok Build agents, with Agent Mail and file reservations keeping them from conflicting.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core