Agent Handoff banner
DimitriGeelen DimitriGeelen

Agent Handoff

Development community

Description

# /agent-handoff - Cross-Host Agent Contact (T-1429 wrapper) Wraps `termlink agent contact` so vendored Claude Code agents can hand off context to a peer agent in one command. Replaces the legacy `remote push` + inbox.push improv pattern (T-1166 retired). **Invocation:** `/agent-handoff <target> <task-id> "<message>"` - `<target>` — the peer agent's display_name, resolvable via local `termlink session.discover` (e.g., `framework-agent`, `oss-dash`). - `<task-id>` — the active task this hand

Installation

Installs to ~/.claude/commands/dimitrigeelen-agentic-engineering-framework-agent-handoff.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DimitriGeelen/agentic-engineering-framework/HEAD/.claude/commands/agent-handoff.md -o ~/.claude/commands/dimitrigeelen-agentic-engineering-framework-agent-handoff.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository