cc-debate-reply

Advance debate sessions by coordinating participant rounds and moderator summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of advancing a debate session in Claude Code, ensuring smooth progression between rounds and proper conclusion handling.

Core Features & Use Cases

  • Round Progression: Automatically determines if the next round can begin based on participant contributions.
  • Session Conclusion: Manages the end of a debate session, either by agreement or by reaching the maximum number of rounds.
  • Moderator Notification: Notifies the moderator pane to summarize the debate upon completion.
  • Use Case: After both participants in a debate have submitted their arguments for a round, this Skill triggers the next round's prompt and prepares for session conclusion if necessary.

Quick Start

Use the cc-debate-reply skill to advance the current debate session.

Frequently Asked Questions about cc-debate-reply

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

FAQPage Schema
How do I automate multi-round debate session progression in Claude Code?

Automating multi-round debate session progression requires a Skill that checks submitted arguments and triggers the next round prompt. This tool evaluates participant contributions and automatically advances the session or prepares for conclusion.

How does tmux inter-pane communication work for AI assistant debate coordination?

Tmux inter-pane communication coordinates AI assistant debates by sending session state updates and prompts between participant panes. This approach uses Bash and Read tools to manipulate files and notify the moderator pane for summarization.

Can I manage debate session state and conclusion handling without manual intervention?

Managing debate session state and conclusion handling without manual intervention is supported by this Skill. It determines when a debate ends by participant agreement or by reaching the maximum number of rounds.

What is the best way to coordinate turn-based argument submission for an automated debate?

The best way to coordinate turn-based argument submission is using a session management tool that reads participant files and triggers the next prompt. This ensures smooth progression between rounds and proper moderator notification.

Do I need Bash and Read tools to manage debate rounds within Claude Code?

Yes, Bash and Read tools are required to manage debate rounds within Claude Code. They handle file manipulation, maintain session state, and enable inter-pane communication via tmux to advance the session.