send-pane

Execute tasks in the current tmux pane and send summarized results to another pane.

2|Updated Apr 28, 2025
One-click install
npx skills add https://github.com/gunubin/dotfiles --skill send-pane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-pane
Source: https://github.com/gunubin/dotfiles/tree/main/claude/.claude/skills/send-pane
Command: npx skills add https://github.com/gunubin/dotfiles --skill send-pane

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to execute a task in your current tmux pane and seamlessly send the results or a summary to another specified tmux pane, facilitating collaboration and workflow integration.

Core Features & Use Cases

  • Task Execution: Performs user-defined tasks using available tools.
  • Result Forwarding: Sends a concise summary of the task's outcome to a designated tmux pane.
  • Detailed Results: Stores comprehensive task results in a Markdown file for later reference.
  • Use Case: You've written a piece of code and want a colleague to review it. You can use this Skill to ask it to "review the code" and then send a summary of the review, along with a link to the full review in a file, to your colleague's tmux pane.

Quick Start

Use the send-pane skill to review the current code and send the summary to pane 123.

Frequently Asked Questions about send-pane

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

FAQPage Schema
How do I send task results from one tmux pane to another?

To send task results from one tmux pane to another, execute the task in your current pane and use this skill to parse the target pane ID, forwarding a summarized result to the specified destination pane.

Can I share code review summaries with a colleague's tmux session?

Yes, you can share code review summaries with a colleague's tmux session by executing the review in your pane and routing a concise summary along with a detailed file link to their target pane ID.

Does sending commands to another tmux pane require any external dependencies?

Sending commands to another tmux pane requires no external dependencies, relying solely on internal scripts to handle argument parsing, session validation, and writing results to a dialogue file.

How do I view detailed task results after forwarding a summary to a different pane?

To view detailed task results after forwarding a summary, access the Markdown dialogue file generated by the skill, which stores comprehensive outputs for later reference alongside the brief pane notification.

What is the best way to automate workflow integration between multiple tmux panes?

Automating workflow integration between multiple tmux panes is best achieved by defining task instructions and target pane IDs, allowing the skill to execute and route summarized outcomes for interactive collaboration.

Why does my task summary not appear in the target tmux pane?

If a task summary does not appear in the target tmux pane, check that the target pane ID argument is correct and ensure session validation passes by reading the current pane state accurately.