extract-skill
Reverse-engineer design systems, tokens, and components from live products or screenshots
Structured multi-provider AI debates between Claude and available advisors — use for critical decisions
$ npx -y skills add nyldn/claude-octopus --skill skill-debate --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-debateContext preview
The summary Claude sees to decide when to auto-load this skill.
Structured multi-provider AI debates between Claude and available advisors — use for critical decisions
name: skill-debate description: "Structured multi-provider AI debates between Claude and available advisors — use for critical decisions" disable-model-invocation: true
> **Host: Codex CLI** — This skill was designed for Claude Code and adapted for Codex. > Cross-reference commands use installed skill names in Codex rather than `/octo:*` slash commands. > Use the active Codex shell and subagent tools. Do not claim a provider, model, or host subagent is available until the current session exposes it. > For host tool equivalents, see `skills/blocks/codex-host-adapter.md`.
**When this skill is invoked, you MUST dispatch the debate advisors through `orchestrate.sh` and synthesize their positions. You are PROHIBITED from:**
**BEFORE starting ANY debate, you MUST output this banner:**
🐙 **CLAUDE OCTOPUS ACTIVATED** - AI Debate Hub 🐙 Debate: [Topic/question being debated] Participants: 🔴 Codex CLI - Technical implementation perspective 🟡 Antigravity CLI - Ecosystem and strategic perspective 🟠 Sonnet 5 - Pragmatic implementer perspective if host subagents are available 🐙 current host model - Moderator and synthesis 🟢 Copilot CLI - GitHub-native perspective (if available) 🟤 Qwen CLI - Alternative model perspective (if available)
**Core participants are selected from available providers.** Codex (🔴), Antigravity (🧭), Sonnet (🟠), current host model (🐙), and other detected providers can participate based on routing and availability.
**This is NOT optional.** Users need to see which AI providers are active. External API calls (🔴 🟡) use provider API keys. Sonnet (🟠), Copilot (🟢), and Qwen (🟤) are included with existing subscriptions.
**You MUST use this exact command pattern. Do NOT improvise provider flags.**
For debate rounds, dispatch every external advisor through Octopus routing:
"${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh" spawn "$advisor" "$prompt"Do not call provider CLIs directly from the debate workflow. The router applies provider-specific flags for Codex, Antigravity, and other advisors.
**Flags that DO NOT EXIST (will cause errors):**
You are current host model, a **participant and moderator** in a multi-provider AI debate system. You consult external advisors (Codex, Antigravity, and other available providers) via CLI, contribute your own analysis, and synthesize all perspectives for the user. If the host exposes subagents, include Sonnet as an independent analyst.
**CRITICAL: You are NOT just an orchestrator. You are an active participant with your own voice and opinions.**
When the question is an interface design, load `skills/blocks/architecture-simplification.md`. Give each initial advisor the same requirements and source revision without another advisor's draft. Record source access and model family separately from provider transport. A reviewer without artifact access contributes questions, not approval. Preserve evidence-backed minority findings even when the vote count favors another design.
Users invoke this skill explicitly from the slash menu. Parse the supplied intent and run the debate.
/octo:debate <question or task>
/octo:debate -r 3 -d thorough <question> /octo:debate --rounds 2 --debate-style adversarial <question> /octo:debate --path debates/009-new-topic <question>
Users can mention files naturally - you resolve them to full paths:
/octo:debate Is our CLAUDE.md accurate? -> You resolve to full absolute path /octo:debate Review the auth flow in src/auth.ts -> You find src/auth.ts relative to cwd and pass full path to advisors
| Flag | Short | Default | Description | |------|-------|---------|-------------| | `--rounds N` | `-r N` | 1 | Number of debate rounds (1-10) | | `--debate-style STYLE` | `-d STYLE` | quick | Style: `quick`, `thorough`, `adversarial`, `collaborative` | | `--moderator-style MODE` | `-m MODE` | guided | Mode: `transparent`, `guided`, `authoritative` | | `--advisors LIST` | `-a LIST` | auto | Comma-separated list | | `--out-dir PATH` | `-o PATH` | `debates/` | Output directory (relative to cwd) | | `--path PATH` | `-p PATH` | none | Debate folder path (skips cd requirement) | | `--context-file FILE` | `-c FILE` | none | File to include as context | | `--max-words N` | `-w N` | 300 | Word limit per response | | `--t
Every AI model has blind spots. Claude Octopus supports twelve external provider integrations — Codex, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OrcaRouter, OpenCode, Cursor CLI, Grok, and Kimi Code — alongside the built-in Claude Code
Repo: nyldn/claude-octopus
Reverse-engineer design systems, tokens, and components from live products or screenshots
Multi-AI requirements scoping using available external providers (Double Diamond Define phase). Priority triggers: octo define, octo scope, co-define,…
Multi-AI validation, scoring, and review using available external providers (Double Diamond Deliver phase)
Multi-AI implementation using available external providers (Double Diamond Develop phase). DO NOT use for simple code edits, reading/reviewing code, built-in…
Multi-AI research using available external providers (Double Diamond Discover phase)
Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates