원클릭으로
ai-model-selector
Quick guidance on choosing AI models (LLM/VLM/Embedding) based on task, VRAM, cost, and quality requirements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Quick guidance on choosing AI models (LLM/VLM/Embedding) based on task, VRAM, cost, and quality requirements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automated visual testing with Playwright MCP - test web apps, presentations, websites, and documents with scalable reviewer perspectives
Expert guidance on RAG (Retrieval-Augmented Generation) system design including chunking strategies, embedding selection, retrieval methods, and vector database choices
Design complex system architectures, evaluate tradeoffs, and make critical technical decisions requiring deep reasoning
Deep code analysis identifying subtle bugs, security issues, performance problems, and architectural concerns requiring expert-level reasoning
Efficient context state inspection, task lifecycle management, and session tracking
Systematic codebase onboarding. Builds a mental model of a new or unfamiliar project by exploring structure, architecture, key data models, entry points, and auth patterns.
| name | ai-model-selector |
| description | Quick guidance on choosing AI models (LLM/VLM/Embedding) based on task, VRAM, cost, and quality requirements |
| short_desc | choose LLM/VLM/embedding model by task + VRAM |
| keywords | ["model selection","which model","pick a model","choose a model","best model for","Qwen","Llama","Gemma","Mistral","VRAM budget","model cost","model latency"] |
| model | sonnet |
Purpose: Quick guidance on choosing AI models (LLM/VLM/Embedding) based on task, VRAM, cost, and quality requirements.
Model: Sonnet 4.5 (balanced reasoning for model comparison)
When to Invoke Autonomously:
Use this skill when:
DO NOT invoke for:
Need to choose:
├─ LLM for text generation? → Use this skill
├─ VLM for image understanding? → Use this skill
├─ Embedding model for RAG? → Use this skill
├─ Already decided on model? → Don't use this skill
└─ Using API (OpenAI/Anthropic)? → Don't use this skill
/ai-model-selector llm [task] [VRAM limit]
/ai-model-selector vlm [task] [VRAM limit]
/ai-model-selector embedding [use case]
/ai-model-selector compare [model1] vs [model2]
Provides model recommendations for:
For specific model recommendations by task, see examples/good-use-cases.md.
Estimates VRAM requirements based on:
model_params × bytes_per_param × overhead_factorAnalyzes tradeoffs across quality tiers:
Guidance on quantization levels:
See template.md for complete model recommendation structure.
Before implementing: Search for proven patterns
.claude/scripts/kg-search search "llm" --type models
For deep research: Ask user "Use hybrid_search to research [model selection]"
Development env: Python 3.12, Weaviate:8081, Ollama:11435, venv: source claude_mcp_servers/.venv/bin/activate
After model selection:
This skill is working well if: