Link Session banner
thevfxsupervisor thevfxsupervisor

Link Session

Development community

Description

--- description: Link two or more active Claude Code sessions for short-lived coordination via shared files. Run /link-session to join, /link-session stop when done. Re-invoke after compaction or restart to catch up. --- Two or more live agent sessions coordinate through a shared folder. Each writes ONE JSON outbox; a watcher surfaces the others' changes. No server, no daemon, no message bus. ## Core model - **Session name = your ROLE**, not your working directory. Default to the CWD basename

Installation

Installs to ~/.claude/commands/thevfxsupervisor-link-session-link-session.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/thevfxsupervisor/link-session/HEAD/.claude/commands/link-session.md -o ~/.claude/commands/thevfxsupervisor-link-session-link-session.md

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

Full documentation available on GitHub

View Source Repository