Agent Plugins Marketplace
All plugins

send-to-en

v0.6.0

English version: /send-to <session-name> relays a message to another Claude Code session on this machine — fuzzy prefix/substring name matching, shows the session list on zero/multiple hits, enforces self-contained messages, verbatim [ref] retry, honest held-delivery reporting; cross-profile windows are mutually invisible but reachable via a direct uds: address (the standard path), a SessionStart registration hook translates the socket list into a shared identity registry (on by default; touch ~/.claude/.cc-session-registry-off to disable globally), a four-tier target-finding ladder, file handoff as the final fallback; inside HAPI sessions ping_peer may be used but never with force (a refusal means force would kill the target's Claude process) — on refusal go inspect_peer's claudeSessionId → registry → SendMessage; messages sent via ping_peer must identify the sending window. Built on cross-session messaging (Claude Code v2.1.224+, macOS/Linux)

Claude Code1 Skill

By Tony Jiang2 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install send-to-en for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install send-to-en@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/7bata/claude-workflow-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/send-to-en/.

Plugin files

plugins/send-to-en/
├── .claude-plugin/plugin.json
└── skills/send-to/SKILL.md

Included Skills1

send-toskills/send-to/SKILL.md

Use when the user types /send-to <session-name> [content], asks to relay/forward something to another Claude Code session on this machine ("tell the other window/terminal about this"), needs to relay something to another HAPI session from inside a HAPI session (the user cited /sessions/<id>, or a session seen in list_peers/inspect_peer), or complains that another window doesn't show up in /list-agents or that messages aren't getting through.

Plugin manifests1

plugins/send-to-en/.claude-plugin/plugin.json
{
  "name": "send-to-en",
  "version": "0.6.0",
  "description": "English version: /send-to <session-name> relays a message to another Claude Code session on this machine — fuzzy prefix/substring name matching, shows the session list on zero/multiple hits, enforces self-contained messages, verbatim [ref] retry, honest held-delivery reporting; cross-profile windows are mutually invisible but reachable via a direct uds: address (the standard path), a SessionStart registration hook translates the socket list into a shared identity registry (on by default; touch ~/.claude/.cc-session-registry-off to disable globally), a four-tier target-finding ladder, file handoff as the final fallback; inside HAPI sessions ping_peer may be used but never with force (a refusal means force would kill the target's Claude process) — on refusal go inspect_peer's claudeSessionId → registry → SendMessage; messages sent via ping_peer must identify the sending window. Built on cross-session messaging (Claude Code v2.1.224+, macOS/Linux)",
  "author": {
    "name": "Tony Jiang"
  },
  "homepage": "https://github.com/7bata/claude-workflow-kit",
  "keywords": [
    "claude-code",
    "cross-session-messaging",
    "sendmessage",
    "listagents",
    "skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[send-to-en on Agent Plugins Marketplace](https://pluginsmp.com/plugins/send-to-en)