Agent skill · AI & Agents

consult

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.

agent-sh404★ · +29/wk · 2 repos on radarProfile →
claude-codecodexcursorcopilotMIT
Install
npx skills add agent-sh/agentsys --skill consult --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 20 KB
Bundled scripts: none
Version: 5.1.0
Path: .kiro/skills/consult/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 923
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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,

What's inside
Steps it walks through
  1. When to Use
  2. Arguments
  3. Provider Configurations
  4. Claude
  5. Gemini
  6. Codex
  7. OpenCode
  8. Copilot
  9. Kiro
  10. Input Validation
  11. Command Building
  12. Step 1: Resolve Model
  13. Step 1b: Trust Gate for Codex --skip-git-repo-check
  14. Step 2: Build Command String
Commands it runs
node acp/run.js --detect --provider="PROVIDER"
More from agentsys
All skills →
About this skill
What does the consult skill do?

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.

How do I install it?

Run `npx skills add agent-sh/agentsys --skill consult --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From agent-sh/agentsys, a repository with 923 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going