← ClaudeAtlas

ai-consultantslisted

Consult Gemini, Codex, Mistral Vibe, Claude, Kimi, Qwen, MiniMax, GLM, Grok, and DeepSeek as external experts for coding questions. Automatically excludes the invoking agent from the panel to avoid self-consultation. Use when you have doubts about implementations, want a second opinion, need to choose between different approaches, or when explicitly requested with phrases like "ask the consultants", "what do the other models think", "compare solutions", "get expert opinions", "I'm not sure about this approach", "what would other models say". Make sure to consult this skill whenever the user is weighing trade-offs, comparing architectures, validating complex solutions, or wants multiple perspectives on any non-trivial coding decision. Do NOT use for simple questions that only need one model's answer or when you already have high confidence in a solution.
matteoscurati/ai-consultants · ★ 7 · AI & Automation · score 81
Install: claude install-skill matteoscurati/ai-consultants
# AI Consultants v4.0.3 - AI Expert Panel **Coverage, not a single guess.** Convene a panel of AI "consultants" from different vendors for coding questions: they fan out in parallel and you get the *union* of what they collectively see — the risks, edge cases, and approaches a single model misses. Each consultant has a **configurable persona** that decorrelates its analysis. ## Quick Start ``` /ai-consultants:consult "Your question here" ``` ## Agent execution contract When this skill is selected by an agent, execute the consultation instead of only telling the user to type the slash command. Route through `scripts/consult_all.sh`; do not call provider adapters individually. 1. Identify the invoking host and set `INVOKING_AGENT` explicitly: `claude` for Claude Code, `codex` for Codex CLI, or `gemini` for Gemini CLI. This is the boundary that prevents the host from consulting or synthesizing with itself. 2. Resolve the skill root from `AI_CONSULTANTS_DIR` when set. Otherwise use the host installation (`~/.claude/skills/ai-consultants` for Claude Code, `~/.codex/skills/ai-consultants` for Codex, or `~/.gemini/skills/ai-consultants` for Gemini). 3. Preserve consultation options such as `--preset` and `--strategy` as CLI arguments before the question. Pass referenced files as paths, optionally suffixed with `@PRIMARY` or `@CONTEXT`; do not paste their contents. Capture the caller's project directory before entering the skill root and pass it as