cc-ask-reply

Relay responses and follow-up questions between participants in Claude Code Q&A sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the Claude Code Q&A sessions by automatically forwarding responses and follow-up questions between participants, ensuring a smooth and efficient dialogue.

Core Features & Use Cases

  • Response Forwarding: Automatically sends answers or new questions to the designated participant's pane.
  • Session Management: Tracks Q&A rounds and session status, concluding sessions when agreed upon or when limits are reached.
  • Use Case: In a paired coding session using Claude Code, one developer asks a question, and the other provides an answer. This Skill ensures the answer is seamlessly sent to the questioner's pane, and any follow-up questions are sent back to the answerer.

Quick Start

Execute /cc-ask-reply with the session ID to forward your response or follow-up question to the other participant.

Frequently Asked Questions about cc-ask-reply

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

FAQPage Schema
How do I forward Claude Code Q&A responses between tmux panes?▼

To forward Q&A responses in Claude Code, execute the command with your session ID to automatically relay answers and follow-up questions to the designated participant's tmux pane.

How does turn-based session management work in Claude Code?▼

Turn-based session management tracks active status, round counts, and participant panes to ensure conversational flow, automatically concluding Q&A sessions when agreed upon or when round limits are reached.

Do I need tmux to relay follow-up questions in Claude Code?▼

Yes, you need tmux and Bash for pane communication and file manipulation to update session status and content when relaying follow-up questions between participants.

Can I track Q&A round counts during a paired coding session?▼

Yes, you can track Q&A round counts during paired coding sessions; the Skill manages session state and automatically updates round counts to maintain smooth dialogue flow.

What are the limitations of relaying responses in Claude Code?▼

A limitation is that relaying responses requires tmux for pane communication and relies on file manipulation to update session status, meaning it is constrained to terminal-based multi-pane environments.

What's the best way to manage paired coding dialogue in Claude Code?▼

The best way to manage paired coding dialogue is using automated response forwarding, which seamlessly sends answers to the questioner's pane and routes follow-up questions back to the answerer.