wr-connect:send

Send messages to a shared Discord channel for cross-session coordination.

4|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/windyroad/agent-plugins --skill wr-connect-send
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wr-connect:send
Source: https://github.com/windyroad/agent-plugins/tree/main/packages/connect/skills/send
Command: npx skills add https://github.com/windyroad/agent-plugins --skill wr-connect-send

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Send messages from this Claude Code session to other sessions via a shared Discord channel, enabling cross-session coordination and timely updates.

Core Features & Use Cases

  • Uses the Discord plugin's reply tool directly to post messages in the channel.
  • Automatically determines the target channel and session name from environment variables or git context, and formats the message for posting.
  • Use Case: Coordinate status updates or alerts between multiple Claude Code sessions in a team.

Quick Start

Provide the message and optional destination, then execute /wr-connect:send.

Frequently Asked Questions about wr-connect:send

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

FAQPage Schema
How do I send messages between multiple Claude Code sessions for team coordination?

To send cross-session messages for team coordination, this Skill posts updates to a shared Discord channel using the reply tool, allowing multiple Claude Code instances to share timely status alerts.

What is needed to enable cross-session messaging via Discord for Claude Code?

Cross-session messaging via Discord requires the Discord plugin to be active, an accessible channel name or ID, and environment variables or git context to automatically determine the target channel and format the message.

How do I post a status update from one Claude Code instance to another using Discord?

To post a status update from one Claude Code instance to another, provide the message and optional destination, then execute the send command to automatically format and post the update to the shared Discord channel.

Does this cross-session messaging approach work without a Discord plugin?

Cross-session messaging via this Skill does not work without a Discord plugin, because it relies directly on the plugin's reply tool to post messages to the shared channel.

Can I automatically determine the target Discord channel for Claude Code session updates?

You can automatically determine the target Discord channel for Claude Code session updates by leveraging environment variables or git context, which the Skill uses to identify the destination and session name without manual configuration.