Command
/debate
AI Debate Hub - Structured debates across Claude and available external providers
One command from octo.
shell
$ npx -y skills add nyldn/claude-octopus --agent claude-codeShips with octo. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/debate
Context preview
What this command does when you run it.
AI Debate Hub - Structured debates across Claude and available external providers
Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
Ships with octo
Command definition
debate.md
--- command: debate description: "AI Debate Hub - Structured debates across Claude and available external providers" skill: skill-debate --- # Debate Structured AI debates between Claude and available external providers such as Codex, Gemini, Antigravity, Grok, OpenCode, and OpenRouter. ## 🤖 INSTRUCTIONS FOR CLAUDE ### MANDATORY COMPLIANCE — DO NOT SKIP **When the user explicitly invokes `/octo:debate`, you MUST execute the structured debate workflow below.** You are PROHIBITED from answering the question directly, skipping the multi-provider debate, or deciding the topic is "too simple" for a provider debate. The user chose this command deliberately — respect that choice. ### EXECUTION MECHANISM — NON-NEGOTIABLE **You MUST dispatch work to external providers (Codex, Gemini, Antigravity, Grok, etc.) for this command. You are PROHIBITED from:** - ❌ Executing the entire task using only Claude-native tools - ❌ Using a single Agent subagent instead of multi-provider dispatch - ❌ Skipping provider dispatch because "I can handle this alone" **Multi-LLM orchestration is the purpose of this command.** Single-model execution defeats its purpose. --- ### Execution 1. Follow the `skill-debate` instructions (Steps 1-7) exactly.
