mori-agent-bridge

Coordinate agent-to-agent messaging and workflows across Mori panes.

52|4|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/vaayne/agent-kit --skill mori-agent-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mori-agent-bridge
Source: https://github.com/vaayne/agent-kit/tree/main/skills/mori-agent-bridge
Command: npx skills add https://github.com/vaayne/agent-kit --skill mori-agent-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating reliable inter-agent communication and pane orchestration across Mori-managed workspaces, enabling smooth collaboration between helper agents and human users.

Core Features & Use Cases

  • Discover panes within the same Mori worktree and identify targets reliably.
  • Read outputs from partner agents to drive subsequent actions.
  • Send targeted messages to a specific agent pane to request tasks or relay results.
  • Launch helper agents in a controlled, same-session/mori worktree environment.
  • Coordinate multi-agent workflows with clear pane and session scoping to avoid cross-worktree leakage.

Quick Start

Launch a helper Mori pane and send a coordination message to another agent.

Frequently Asked Questions about mori-agent-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate agent-to-agent communication across tmux panes?

Agent-to-agent communication across tmux panes is coordinated by discovering targets, reading outputs, and sending targeted messages within a Mori worktree. This requires stable identifiers and Mori environment variables to constrain actions to the same session.

Can I launch helper agents and send messages to Claude or Codex in the same session?

Yes, you can launch helper agents and send messages to Claude, Pi, or Codex within the same Mori worktree. The coordination uses discover, read, and send operations to ensure actions are constrained to the same session and worktree.

What is the best way to avoid cross-worktree leakage when running multi-agent workflows?

To avoid cross-worktree leakage in multi-agent workflows, use Mori environment variables to scope pane coordination and inter-agent messaging. This ensures that agent discovery and communication remain constrained to the current worktree session.

How does inter-agent messaging work within a Mori worktree?

Inter-agent messaging within a Mori worktree works by using stable identifiers to discover panes, read partner agent outputs, and send targeted messages. This enables smooth collaboration between helper agents and human users across the workspace.

Do I need specific environment variables to coordinate multi-agent workflows in Mori?

Yes, coordinating multi-agent workflows in Mori requires specific Mori environment variables. These variables constrain pane discovery, message sending, and agent launching to the same session and worktree, preventing cross-worktree leakage.

Why are stable identifiers needed for agent pane coordination?

Stable identifiers are needed for agent pane coordination to reliably discover target panes and send messages within a Mori worktree. Without them, routing inter-agent communication to the correct helper agent would fail.