consult

Query external LLMs for second opinions on files with model flags.

126|22|Updated Jun 22, 2025
One-click install
npx skills add https://github.com/raine/consult-llm --skill consult-raine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consult
Source: https://github.com/raine/consult-llm/tree/main/skills/consult
Command: npx skills add https://github.com/raine/consult-llm --skill consult-raine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obtain independent critique from an external LLM within your agent workflow to validate reasoning and decisions.

Core Features & Use Cases

  • Cross-model consultation: run multiple models in parallel to compare reasoning and recommendations.
  • Context-aware prompting: gather relevant files and context before querying the LLM to ensure informed responses.
  • Flexible invocation: load the consult-llm skill and use one or more model selectors, with optional web or background modes.

Quick Start

Load the consult-llm skill and invoke it with one or more model selectors against relevant files.

Frequently Asked Questions about consult

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a second opinion from another LLM within my agent workflow?

To get a second opinion from another LLM, load the consult-llm skill and invoke it with model selectors and relevant file paths. This queries an external model in parallel to validate reasoning and architecture decisions within your workflow.

Can I run multiple models in parallel to compare reasoning?

Yes, you can run multiple models in parallel for cross-model consultation. By passing one or more model selectors when invoking the skill, you compare reasoning and recommendations across different LLMs in a single prompt-session.

What is the best way to gather context for an architecture review prompt?

The best way to gather context for an architecture review prompt is using context-aware prompting. The consult skill gathers relevant files and context before querying the LLM to ensure informed, independent critique and validation of your decisions.

Does the consult skill support web mode and background execution?

Yes, the consult skill supports both browser/web mode and background execution. You can flexibly invoke it with one or more model selectors against relevant files, enabling debate-style synthesis and parallel model collaboration without blocking your workflow.

When do I need cross-model consultation for debugging?

You need cross-model consultation for debugging when you require independent critique from an external LLM to validate reasoning. It helps identify blind spots by comparing recommendations from multiple models in a single prompt-session.