consult

Featured

Cross-tool AI consultation. Use when user asks to 'consult gemini', 'ask codex', 'get second opinion', 'cross-check with claude', 'consult another AI', 'ask opencode', 'copilot opinion', or wants a second opinion from a different AI tool.

AI & Automation 985 stars 114 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# consult Cross-tool AI consultation: query another AI CLI tool and return the response. ## When to Use Invoke this skill when: - User wants a second opinion from a different AI tool - User asks to consult, ask, or cross-check with gemini/codex/claude/opencode/copilot - User needs to compare responses across AI tools - User wants to validate a decision with an external AI ## Arguments Parse from `$ARGUMENTS`: | Flag | Values | Default | Description | |------|--------|---------|-------------| | `--tool` | gemini, codex, claude, opencode, copilot | (picker) | Target tool | | `--effort` | low, medium, high, max | medium | Thinking effort level | | `--model` | any model name | (from effort) | Override model selection | | `--context` | diff, file=PATH, none | none | Auto-include context | | `--continue` | (flag) or SESSION_ID | false | Resume previous session | Question text is everything in `$ARGUMENTS` except the flags above. ## Provider Configurations ### Claude ``` Command: env -u CLAUDECODE claude -p "QUESTION" --output-format json --model "MODEL" --max-turns TURNS --allowedTools "Read,Glob,Grep" Session resume: --resume "SESSION_ID" ``` Models: claude-haiku-4-5, claude-sonnet-4-6, claude-opus-4-6 | Effort | Model | Max Turns | |--------|-------|-----------| | low | claude-haiku-4-5 | 1 | | medium | claude-sonnet-4-6 | 3 | | high | claude-opus-4-6 | 5 | | max | claude-opus-4-6 | 10 | **Parse output**: `JSON.parse(stdout).result` **Session ID**: `JSON.parse(stdout...

Details

Author
agent-sh
Repository
agent-sh/agentsys
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ai-consultants

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.

7 Updated today
matteoscurati
AI & Automation Listed

consult

Bring in another coding agent as an independent second opinion. Use when the user explicitly asks to ask, consult, cross-check, debate with, or get a second opinion from another agent/model, including named backends such as Gemini, OpenCode, Claude, Codex, Pi, or an added backend. Here Pi means the Pi backend, not the number π or Raspberry Pi hardware; and names like GPT, OpenAI, Sonnet, Opus, or Qwen name a model or provider, not a backend (resolve them to a model on a chosen backend). Also use for clearly high-risk independent review where another model is materially needed for safety, security, architecture, or regression risk. Do not trigger for ordinary review, debugging, or brainstorming unless external-agent help is requested. Treat responses as advice and verify claims locally before acting.

1 Updated yesterday
mikielek
AI & Automation Listed

ask-claude-for-codex

Ask Claude Code from Codex for a read-only second opinion, review, critique, comparison, or alternative analysis through the local Claude CLI. Use when the user says "Frage Fable", "ask Claude", "ask Opus", requests a Claude, Fable, or Opus opinion, wants another model to inspect the current workspace, or invokes $ask-claude-for-codex. Accept a Claude model alias or full model ID and an effort level; default to Fable 5 with high effort.

1 Updated yesterday
benjaminstelzer