Agents Crossfire — AI skill for Claude Code
Cross-LLM debate skill for Claude Code.
How to install Agents Crossfire
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open sderosiaux/agents-crossfire and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agents Crossfire does
Cross-LLM debate skill for Claude Code. Put different AI models in a room and see what happens.
Alternatives in AI
- ARIS Agent Guide — For AI agents reading this repo 6.2k ★
- Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★
- Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★
README
agents-crossfire
Make your AI models argue with each other so you get a better answer.
Instead of asking one model and hoping it's right, crossfire puts Claude, Codex, Gemini, and Ollama in the same room with conflicting personas. They research independently, read each other's arguments, and clash until positions stop moving. You get the debate transcript and a verdict.
Install
npx skills add sderosiaux/agents-crossfire
Or manually: copy `SKILL.md` to `~/.claude/commands/agents/debate.md`
Use
/agents:crossfire should we fine-tune or just use RAG for our domain? ask codex and gemini
/agents:crossfire are AI coding agents ready to replace junior devs? use codex, gemini and sonnet
/agents:crossfire MCP vs tool-use for agent integrations, ask ollama and codex
No flags. Claude parses the topic and participants from your sentence. If you don't name anyone, it defaults to Claude + Codex.
What happens
- Claude creates a persona for each model (a cautious ops engineer, an aggressive strategist, a skeptical architect) designed to conflict
- All models research and stake a position in parallel, each writing its own file
- Each model reads the others' files and reacts directly, minimum 3 rounds
- Claude writes a verdict with a coalition map showing who aligned with whom
Every response is written to disk by the model itself. Unfiltered, unedited. The debate folder is your audit trail.
What the output looks like
From a "fine-tune vs RAG" debate (Codex vs Gemini vs Sonnet):
COALITION MAP:
Codex + Sonnet aligned: "RAG first, fine-tune only when retrieval
hits a wall." Gemini isolated: "Fine-tuning is underrated because
teams stop at naive RAG and never push past the retrieval ceiling."
KEY EXCHANGE:
Sonnet found that OpenAI's own fine-tuning docs recommend RAG as
the first approach. Codex verified: fine-tuning GPT-4 c
Related Skills
Deliberative Refinement
Run your content through multiple rounds where the AI critiques itself from different expert angles (structure
Debate Lab
Watch AI models debate any topic in real-time. ChatGPT and Grok argue, Claude moderates.
Launch Zai Claude
This setup allows you to easily switch between different AI models with Claude Code, with credentials stored s
AI Prompting Guide
AI Prompting Guide: This repository aims to simplify AI prompting and explain the different functions of vario
Llmcouncil
Multi-LLM deliberation council — MCP server + Claude Code skill. GPT-5, Gemini 2.5, Claude as peers. Vote, deb
Agent Forum
/agent-forum — Debate Multiagente com Moderador LLM
Related Agents
Synapse Architect
Design step in the Manager subagent pipeline (see synapse-manager.md) — dispatched by Manager before planning
Agy Reviewer
Cross-family review by Gemini via the agy CLI, for a genuinely different-provider perspective on a diff, desig
Integration Critic
Adversarially reviews the COMBINED (union) tree of a multi-node ATLAS-WEAVE run through the SEAM lens — the cr