mori-agent-bridge
Installation
SKILL.md
Mori Agent Bridge
Three operations — discover, read, send. Always discover first.
Golden rules
Stable IDs only. Never address by window name — names churn when agents update terminal titles. Use
$MORI_PANE(self),$MORI_WINDOW(current window), or resolvetmuxPaneIdfrommori pane list.
Same session/worktree only. When creating a new pane or reusing an existing agent, it must be in the same tmux session and Mori worktree as the caller. Never spawn or target panes across different sessions or worktrees — scope all operations with
$MORI_SESSION,$MORI_PROJECT, and$MORI_WORKTREE.