ntm
FeaturedUse NTM as an optional pane adapter for caller-supplied roles and commands. Triggers: "ntm", "tmux panes", "ntm robot state".
AI & Automation 414 stars
40 forks Updated today Apache-2.0
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# NTM — optional pane adapter
NTM hosts explicit agent roles in persistent panes. It is transport, not an
AgentOps lifecycle controller. The caller chooses the panes, roles, commands,
write scopes, and stopping point.
Robot surfaces work because they report what the pane is doing, not what was
sent to it; a dispatch layer that only proved delivery would let every dead
worker look busy.
Judge pane liveness by the truth-stack, strongest first: new artifacts on
disk, then transcript growth, then robot state and attention flags, then bare
process existence. A successful prompt send sits below all of these and proves
nothing about work.
Named failure mode — **kill-the-witness**: restarting a stuck pane before
capturing its state, destroying the only evidence of why it stalled.
Anti-pattern: restarting an unresponsive pane as the default remedy.
Corrective: rescue before restart — snapshot robot state and transcript,
attempt a nudge, and restart only when the truth-stack shows no liveness at
any level.
## Boundary
- Never start or probe NTM merely because it is installed.
- Discover the live command contract with `ntm --help`,
`ntm --robot-capabilities`, and `ntm --robot-snapshot` before unfamiliar
actions.
- Dispatch each caller-supplied command once. NTM does not select work, retry a
failed command, validate a candidate, integrate changes, or decide what runs
next.
- Pane roles are descriptive. They grant no ownership, admission, Git, release,
or delivery authori...
Details
- Author
- boshu2
- Repository
- boshu2/agentops
- Created
- 8 months ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
46,322 Updated today
HKUDS AI & Automation Listed
tool-tmux
Use tmux for session orchestration, pane/window control, and resilient long-running terminal workflows. Trigger when the task needs terminal multiplexing or keybinding troubleshooting.
1 Updated today
niksavis AI & Automation Featured
agent-native
Operate explicit orchestrator, implementer, validator, and scribe roles through a caller-selected agent runtime. Triggers: "agent-native factory", "role-shaped agent panes", "persistent workers".
414 Updated today
boshu2