multi-ai-consultant

Consult Gemini, Codex, and Claude for second opinions and structured recommendations.

204|30|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/secondsky/claude-skills --skill multi-ai-consultant-secondsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-ai-consultant
Source: https://github.com/secondsky/claude-skills/tree/main/plugins/multi-ai-consultant/skills/multi-ai-consultant
Command: npx skills add https://github.com/secondsky/claude-skills --skill multi-ai-consultant-secondsky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Enables consulting external AIs (Gemini, Codex, Claude) for second opinions, synthesis, and decision validation.

Core Features & Use Cases

  • Slash-commands to request consultations
  • 5-part synthesis format (My Analysis → Other AI → Differences → Synthesis → Recommendation)
  • Context-aware selection of AI based on problem type
  • Synthesis of multiple perspectives for improved decisions

Quick Start

Invoke /consult-gemini or /consult-codex to obtain a second opinion and synthesize results.

Frequently Asked Questions about multi-ai-consultant

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

FAQPage Schema
How do I get a second opinion on a debugging problem from multiple AIs?

Use slash commands like /consult-gemini or /consult-codex to request second opinions from external AIs. The Skill synthesizes responses across multiple AI consultants into a structured 5-part comparison—your analysis, other AI perspectives, differences, synthesis, and recommendation—helping you validate or pivot your debugging approach.

When should I consult external AIs before making an architectural decision?

Consult external AIs before major architectural decisions, security validations, or when you need a fresh perspective on design tradeoffs. The Skill automatically applies after failed debugging attempts and supports manual invocation to gather multi-AI consensus before committing to significant changes.

Can I use multiple AI consultants in a single session?

Yes. The Skill orchestrates CLI calls to Gemini, Codex, and Claude simultaneously, synthesizing their distinct perspectives into one structured comparison. This multi-AI approach reduces blind spots and provides more confident recommendations than a single consultant.

Does this preserve privacy and repository context when consulting external AIs?

Yes. The Skill tracks costs and preserves privacy while maintaining repo-aware context, so external consultants understand your codebase and project constraints without exposing sensitive information unnecessarily.

What's the difference between automatic consultation and manual slash commands?

Automatic consultation triggers after debugging failures or before critical decisions. Manual slash commands let you request additional viewpoints on demand, giving you control over when to seek second opinions without waiting for failure conditions.