Dm Other Claudes
Description
Send tasks between Claude Code instances on different machines over SSH. Claude-to-Claude collaboration with session continuity.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
dm-other-claudes
Let your main Claude Code instance communicate with remote Claude Code instances over SSH. Instead of copying messages back and forth between terminal windows, your Claudes can just talk to each other directly.
Born from the annoyance of manually relaying messages between Claude Code sessions on different servers. Each Claude knows its own machine best — now they can collaborate without you playing telephone.
This is just how my system is set up. Feel free to fork, improve, and personalize it for yourself.
┌─────────────────┐ SSH + stdin ┌─────────────────┐
│ Claude Code │ ──────────────────────────> │ Claude Code │
│ (interactive) │ │ (headless) │
│ your laptop │ <────────────────────────── │ remote server │
│ │ JSON response + session │ │
└─────────────────┘ └─────────────────┘
Your local Claude sends a prompt to a remote machine via SSH, where another Claude Code instance runs it headlessly (`claude -p`), and the response comes back. Sessions are tracked so you can have multi-turn conversations across machines.
Prerequisites
- Bun installed on your local machine
- Claude Code CLI installed and authenticated on both local and remote machines
- SSH key-based auth to the remote machine(s)
Installation
1. Copy the skill files
mkdir -p ~/.claude/skills/dm-other-claudes
cp dm-claude.ts SKILL.md ~/.claude/skills/dm-other-claudes/
2. Tell Claude how to use it
Add something like this to your `CLAUDE.md` (either `~/.claude/CLAUDE.md` for global, or a project-level one):
### Cross-Claude Communication (dm-claude)
I can send tasks to Claude Code instances on remote machines using the dm-claude tool.
**Tool location**: `bun run ~/.claude/skills/dm-other-claudes/dm-claude.ts`
**My remote ag
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11