Stats
Links
Categories
Auto-discovered marketplace from sling86/ai-panel
npx claudepluginhub sling86/ai-panelConsult other AI models (Gemini, GPT) for second opinions on architecture, code, and trade-offs
Claude Code plugin for consulting other AI models. Get second opinions from Gemini and GPT on architecture decisions, code approaches, and trade-offs.
| Command | Purpose |
|---|---|
/ai-panel:ask <model> <question> | Ask a single model (gemini/g or gpt/c) |
/ai-panel:second-opinion <question> | Get parallel opinions from both models |
The ai-panel skill auto-triggers during architecture discussions and trade-off decisions, suggesting you get a second opinion from the panel.
gemini CLI installed and authenticatedcopilot CLI installed and authenticatedclaude plugin marketplace add sling86/ai-panel
claude plugin install ai-panel
/ai-panel:ask gemini What auth libraries work best with SvelteKit?
/ai-panel:ask gpt Should I use a union type or an enum here?
/ai-panel:second-opinion Should we use SSE or WebSockets for real-time updates?