cc-chat-reply

Append a prompt to a cc-chat session file and send the next round via tmux.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to send the next round of a cc-chat dialogue session, specifically after you have appended a response to a file during an ongoing conversation.

Core Features & Use Cases

  • Session Continuation: Seamlessly moves a chat session to its next stage.
  • Response Appending: Designed to be used after manually adding your response to the session's dialogue file.
  • Use Case: After writing your reply in a Claude Code chat session file, you can use this skill to prompt the other participant (or AI) for their next response, ensuring the conversation flows without interruption.

Quick Start

Use the cc-chat-reply skill with the session ID 'my-chat-123' to send the next round.

Frequently Asked Questions about cc-chat-reply

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

FAQPage Schema
How do I continue a Claude Code chat session in tmux after appending a response to the dialogue file?

To continue a Claude Code chat session, you can use a skill that appends your prompt to the specified session file and sends the formatted message to the correct tmux pane. This manages the session state and prompts the AI for its next response.

What is the best way to automate sending the next round of a dialogue in a tmux environment?

Automating the next round of a tmux dialogue involves determining the correct recipient pane and executing a bash command to send the formatted chat message. This approach ensures the conversation flows without manual window switching.

Does continuing a Claude Code session require specific tools for file manipulation?

Yes, continuing a Claude Code session requires Bash and Read tools for file manipulation and tmux command execution. These tools are necessary to append responses to the session file and manage the terminal environment.

Can I use this session continuation skill without manually writing my reply to the chat file first?

No, this session continuation skill is designed specifically to be used after you have manually appended your response to the session's dialogue file. It sends the next prompt based on the updated file state.

Why does my chat session not progress after adding a new prompt to the session file?

Your chat session may not progress because the formatted message has not been sent to the correct tmux pane. You need a tool that manages session state and triggers the next dialogue round by executing the appropriate tmux commands.