一键导入
agent-model-selection
Guidelines for selecting appropriate language models for agents based on task-specific benchmarks, availability, and cost efficiency.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guidelines for selecting appropriate language models for agents based on task-specific benchmarks, availability, and cost efficiency.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Minimum-requirements checklist for any change — code or docs-only. Run this before every PR creation or push to avoid CI failures on the first attempt.
Generate PNG screenshots for release notes using the repository's HtmlRenderer and ScreenshotGenerator tools. Use when asked to add screenshots to release notes or documentation.
Determine the next available issue number across all change types (feature, fix, workflow) by checking both local docs and remote branches, then reserve it by pushing an empty branch.
Convert the mermaid diagram in docs/agents.md to a blueprint-styled SVG for the website. Use when the workflow diagram in agents.md is updated and needs to be reflected on the website.
Run a focused accessibility pass for website changes (WCAG 2.1 AA-oriented).
Create and update interactive examples for the Eleventy website using page entrypoints and src/examples fragments.
| name | agent-model-selection |
| description | Guidelines for selecting appropriate language models for agents based on task-specific benchmarks, availability, and cost efficiency. |
Provides data-driven guidance for selecting the most appropriate language model when creating or modifying agent definitions.
Always consult docs/ai-model-reference.md for:
This reference is updated periodically with latest benchmark data.
Use task-specific benchmarks, not overall scores
Claude Sonnet 4.5 has poor Instruction Following (score: 23.52)
Gemini 3 Flash offers best value for many tasks
GPT-5.2-Codex is the latest coding model
Always verify model availability
⚠️ Coding agents must NOT have model: in frontmatter
model: property is only valid for VS Code agents (files without -coding-agent suffix)model: property in *-coding-agent.agent.md files causes a hard
CAPIError: 400 The requested model is not supported error (confirmed by experiment)developer.agent.md)When selecting or changing a model:
Identify the agent's primary task categories (from ai-model-reference.md)
Check category-specific performance
Consider cost vs frequency
Verify availability
Document your reasoning
Scenario: Selecting model for Quality Engineer agent
Reassess models when: