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 967 stars 111 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
99
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
4 days ago
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, Cursor, 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 2 weeks ago
matteoscurati
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.

0 Updated yesterday
benjaminstelzer
AI & Automation Listed

crosstalk

Consult Antigravity (Gemini) from Claude Code without blocking, and route the answer to whichever of your sessions needs it. Use for wide-context reads a second model should carry (large codebase sweeps, long log or transcript analysis, broad web research), for a genuine second opinion on a design or a diagnosis, and for long-running investigations you do not want to sit and wait for. Also use when the user says "ask Gemini", "ask Antigravity", "ask agy", "second opinion", "get another model on this", or "offload this". Not for work that needs this session's uncommitted context — the other model cannot see it.

1 Updated 1 weeks ago
obeskay