ai-consultantslisted
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