external-model-selection
Choose optimal external AI models for code analysis, bug investigation, and architectural decisions. Use when consulting multiple LLMs via claudish, comparing model perspectives, or investigating complex Go/LSP/transpiler issues. Provides empirically validated model rankings (91/100 for MiniMax M2, 83/100 for Grok Code Fast) and proven consultation strategies based on real-world testing.
Install
mkdir -p .claude/skills/external-model-selection && curl -L -o skill.zip "https://mcp.directory/api/skills/download/2730" && unzip -o skill.zip -d .claude/skills/external-model-selection && rm skill.zipInstalls to .claude/skills/external-model-selection
About this skill
External Model Selection
Purpose: Select the best external AI models for your specific task based on empirical performance data from production bug investigations.
When Claude invokes this Skill: When you need to consult external models, choose between different LLMs, or want diverse perspectives on architectural decisions, code bugs, or design choices.
Quick Reference: Top Models
🥇 Tier 1 - Primary Recommendations (Use First)
1. MiniMax M2 (minimax/minimax-m2)
- Score: 91/100 | Speed: 3 min ⚡⚡⚡ | Cost: $$
- Best for: Fast root cause analysis, production bugs, when you need simple implementable fixes
- Proven: Found exact bug (column calculation error) in 3 minutes during LSP investigation
- Why it wins: Pinpoint accuracy, avoids overengineering, focuses on simplest solution first
2. Grok Code Fast (x-ai/grok-code-fast-1)
- Score: 83/100 | Speed: 4 min ⚡⚡ | Cost: $$
- Best for: Debugging traces, validation strategies, test coverage design
- Proven: Step-by-step execution traces, identified tab/space edge cases
- Why it wins: Excellent debugging methodology, practical validation approach
3. GPT-5.1 Codex (openai/gpt-5.1-codex)
- Score: 80/100 | Speed: 5 min ⚡ | Cost: $$$
- Best for: Architectural redesign, long-term refactoring plans
- Proven: Proposed granular mapping system for future enhancements
- Why it's valuable: Strong architectural vision, excellent for planning major changes
4. Sherlock Think Alpha (openrouter/sherlock-think-alpha) 🎁 FREE
- Score: TBD | Speed: ~5 min ⚡ | Cost: FREE ($0!) 💰
- Context: 1.8M tokens (LARGEST context window available!)
- Best for: Massive codebase analysis, entire project reasoning, long-context planning
- Secret: Big player testing under weird name - don't let the name fool you
- Specialties:
- Full codebase analysis (1.8M tokens = ~500k lines of code!)
- Research synthesis across dozens of files
- Protocol compliance & standards validation
- Entire project architectural analysis
- Why it's valuable: FREE + massive context = ideal for comprehensive analysis
- Use case: When you need to analyze entire codebase or massive context (and it's FREE!)
5. Gemini 3 Pro Preview (google/gemini-3-pro-preview) ⭐ NEW
- Score: TBD | Speed: ~5 min ⚡ | Cost: $$$
- Context: 1M tokens (11.4B parameter model)
- Best for: Multimodal reasoning, agentic coding, complex architectural analysis, long-context planning
- Strengths: State-of-the-art on LMArena, GPQA Diamond, MathArena, SWE-Bench Verified
- Specialties:
- Autonomous agents & coding assistants
- Research synthesis & planning
- High-context information processing (1M token window!)
- Tool-calling & long-horizon planning
- Multimodal analysis (text, code, images)
- Why it's valuable: Google's flagship frontier model, excels at inferring intent with minimal prompting
- Use case: When you need deep reasoning across massive context (entire codebase analysis)
🥈 Tier 2 - Specialized Use Cases
6. Gemini 2.5 Flash (google/gemini-2.5-flash)
- Score: 73/100 | Speed: 6 min ⚡ | Cost: $
- Best for: Ambiguous problems requiring exhaustive hypothesis exploration
- Caution: Can go too deep - best when truly uncertain about root cause
- Value: Low cost, thorough analysis when you need multiple angles
7. GLM-4.6 (z-ai/glm-4.6)
- Score: 70/100 | Speed: 7 min 🐢 | Cost: $$
- Best for: Adding debug infrastructure, algorithm enhancements
- Caution: Tends to overengineer - verify complexity is warranted
- Use case: When you actually need priority systems or extensive logging
❌ AVOID - Known Reliability Issues
Qwen3 Coder (qwen/qwen3-coder-30b-a3b-instruct)
- Score: 0/100 | Status: FAILED (timeout after 8+ minutes)
- Issue: Reliability problems, availability issues
- Recommendation: DO NOT use for time-sensitive or production tasks
Consultation Strategies
Strategy 1: Fast Parallel Diagnosis (DEFAULT - 90% of use cases)
Models: minimax/minimax-m2 + x-ai/grok-code-fast-1
# Launch 2 models in parallel (single message, multiple Task calls)
Task 1: golang-architect (PROXY MODE) → MiniMax M2
Task 2: golang-architect (PROXY MODE) → Grok Code Fast
Time: ~4 minutes total Success Rate: 95%+ Cost: $$ (moderate)
Use for:
- Bug investigations
- Quick root cause diagnosis
- Production issues
- Most everyday tasks
Benefits:
- Fast diagnosis from MiniMax M2 (simplest solution)
- Validation strategy from Grok Code Fast (debugging trace)
- Redundancy if one model misses something
Strategy 2: Comprehensive Analysis (Critical issues)
Models: minimax/minimax-m2 + openai/gpt-5.1-codex + x-ai/grok-code-fast-1
# Launch 3 models in parallel
Task 1: golang-architect (PROXY MODE) → MiniMax M2
Task 2: golang-architect (PROXY MODE) → GPT-5.1 Codex
Task 3: golang-architect (PROXY MODE) → Grok Code Fast
Time: ~5 minutes total Success Rate: 99%+ Cost: $$$ (high but justified)
Use for:
- Critical production bugs
- Architectural decisions
- High-impact changes
- When you need absolute certainty
Benefits:
- Quick fix (MiniMax M2)
- Long-term architectural plan (GPT-5.1)
- Validation and testing strategy (Grok)
- Triple redundancy
Strategy 3: Deep Exploration (Ambiguous problems)
Models: minimax/minimax-m2 + google/gemini-2.5-flash + x-ai/grok-code-fast-1
# Launch 3 models in parallel
Task 1: golang-architect (PROXY MODE) → MiniMax M2
Task 2: golang-architect (PROXY MODE) → Gemini 2.5 Flash
Task 3: golang-architect (PROXY MODE) → Grok Code Fast
Time: ~6 minutes total Success Rate: 90%+ Cost: $$ (moderate)
Use for:
- Ambiguous bugs with unclear root cause
- Multi-faceted problems
- When initial investigation is inconclusive
- Complex system interactions
Benefits:
- Quick hypothesis (MiniMax M2)
- Exhaustive exploration (Gemini 2.5 Flash)
- Practical validation (Grok)
- Diverse analytical approaches
Strategy 4: Full Codebase Analysis (Massive Context) 🆕
Models: openrouter/sherlock-think-alpha + google/gemini-3-pro-preview
# Launch 2 models in parallel
Task 1: golang-architect (PROXY MODE) → Sherlock Think Alpha
Task 2: golang-architect (PROXY MODE) → Gemini 3 Pro Preview
Time: ~5 minutes total Success Rate: TBD (new strategy) Cost: $$$ (one free, one paid = moderate overall)
Use for:
- Entire codebase architectural analysis
- Cross-file dependency analysis
- Large refactoring planning (50+ files)
- System-wide pattern detection
- Multi-module projects
Benefits:
- Sherlock: 1.8M token context (FREE!) - can analyze entire codebase
- Gemini 3 Pro: 1M token context + multimodal + SOTA reasoning
- Both have massive context windows for holistic analysis
- One free model reduces cost significantly
Prompt Strategy:
Analyze the entire Dingo codebase focusing on [specific aspect].
Context provided:
- All files in pkg/ (50+ files)
- All tests in tests/ (60+ files)
- Documentation in ai-docs/
- Total: ~200k lines of code
Your task: [specific analysis goal]
Strategy 5: Budget-Conscious (Cost-sensitive) 🎁
Models: openrouter/sherlock-think-alpha + x-ai/grok-code-fast-1
# Launch 2 models in parallel
Task 1: golang-architect (PROXY MODE) → Sherlock Think Alpha (FREE!)
Task 2: golang-architect (PROXY MODE) → Grok Code Fast
Time: ~5 minutes total Success Rate: 85%+ Cost: $$ (Sherlock is FREE, only pay for Grok!)
Use for:
- Cost-sensitive projects
- Large context needs on a budget
- Non-critical investigations
- Exploratory analysis
- Learning and experimentation
Benefits:
- Sherlock is completely FREE with 1.8M context!
- Massive context window for comprehensive analysis
- Grok provides debugging methodology
- Lowest cost option with high value
Decision Tree: Which Strategy?
START: Need external model consultation
↓
[What type of task?]
↓
├─ Bug Investigation (90% of cases)
│ → Strategy 1: MiniMax M2 + Grok Code Fast
│ → Time: 4 min | Cost: $$ | Success: 95%+
│
├─ Critical Bug / Architectural Decision
│ → Strategy 2: MiniMax M2 + GPT-5.1 + Grok
│ → Time: 5 min | Cost: $$$ | Success: 99%+
│
├─ Ambiguous / Multi-faceted Problem
│ → Strategy 3: MiniMax M2 + Gemini + Grok
│ → Time: 6 min | Cost: $$ | Success: 90%+
│
└─ Cost-Sensitive / Exploratory
→ Strategy 4: Gemini + Grok
→ Time: 6 min | Cost: $ | Success: 85%+
Critical Implementation Details
1. ALWAYS Use 10-Minute Timeout
CRITICAL: External models take 5-10 minutes. Default 2-minute timeout WILL fail.
# When delegating to agents in PROXY MODE:
Task tool → golang-architect:
**CRITICAL - Timeout Configuration**:
When executing claudish via Bash tool, ALWAYS use:
```bash
Bash(
command='cat prompt.md | claudish --model [model-id] > output.md 2>&1',
timeout=600000, # 10 minutes (REQUIRED!)
description='External consultation via [model-name]'
)
Why: Qwen3 Coder failed due to 2-minute timeout. 10 minutes prevents this.
2. Launch Models in Parallel (Single Message)
CORRECT (6-8x speedup):
# Single message with multiple Task calls
Task 1: golang-architect (PROXY MODE) → Model A
Task 2: golang-architect (PROXY MODE) → Model B
Task 3: golang-architect (PROXY MODE) → Model C
# All execute simultaneously
WRONG (sequential, slow):
# Multiple messages
Message 1: Task → Model A (wait...)
Message 2: Task → Model B (wait...)
Message 3: Task → Model C (wait...)
# Takes 3x longer
3. Agent Return Format (Keep Brief!)
Agents in PROXY MODE MUST return MAX 3 lines:
[Model-name] analysis complete
Ro
---
*Content truncated.*
More by MadAppGang
View all skills by MadAppGang →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversJExchange offers a lightweight, async Python server to connect AI models with external services via a simple deployable
Enhance software testing with Playwright MCP: Fast, reliable browser automation, an innovative alternative to Selenium s
Boost productivity with Task Master: an AI-powered tool for project management and agile development workflows, integrat
Optimize your codebase for AI with Repomix—transform, compress, and secure repos for easier analysis with modern AI tool
Connect Blender to Claude AI for seamless 3D modeling. Use AI 3D model generator tools for faster, intuitive, interactiv
Empower AI with the Exa MCP Server—an AI research tool for real-time web search, academic data, and smarter, up-to-date
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.