send-to-agent

Send messages to team agents via tmux windows and update task files.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/marcospmail/claude-code-plugins --skill send-to-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-to-agent
Source: https://github.com/marcospmail/claude-code-plugins/tree/main/plugins/yato/skills/send-to-agent
Command: npx skills add https://github.com/marcospmail/claude-code-plugins --skill send-to-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, and includes scripts (resource) components.

What problem does it solve?

This Skill allows users to efficiently delegate tasks, provide instructions, answer questions, or follow up on work with team agents by sending a message to them through their tmux window.

Core Features & Use Cases

  • Task Delegation: Delegate work directly to the right agent.
  • Task Update: Notify agents about changes to their assigned tasks.
  • Question and Follow-Up: Quick communication for clarification and progress updates.

Quick Start

Use the send-to-agent skill to delegate new tasks or update an agent about ongoing work.

Frequently Asked Questions about send-to-agent

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

FAQPage Schema
How do I delegate tasks to team agents through tmux?

You can delegate tasks to team agents through tmux by sending messages directly to their tmux windows. This automates communication for work delegation, updates, and follow-ups in a single command.

Can I use shell scripts to send task updates to multiple agents?

Yes, you can use shell scripts to send task updates to designated team agents. The skill requires a Bash environment to execute scripts that notify agents about changes to their assigned tasks.

What is the best way to notify team agents about task changes in a Bash environment?

The best way to notify team agents in a Bash environment is using automated shell scripts that send messages directly to tmux windows. This ensures efficient communication and updates task tracking files accurately.

Does agent task delegation require specific file formats for tracking?

Agent task delegation requires updating tasks.json and agent-tasks.md files for accuracy. These formats ensure that delegated work and follow-up instructions are properly tracked across the team.

Why use tmux windows for team communication instead of direct messaging?

Using tmux windows for team communication allows you to delegate work and provide instructions directly within the agent's working environment. This ensures immediate notification and context-aware follow-ups.

When should I not use automated scripts for agent notifications?

You should not use automated scripts for agent notifications if your environment lacks Bash support or tmux windows. The task delegation mechanism specifically requires these dependencies to execute shell scripts and update tracking files.