用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Morrison-Lab/ai-config --skill assess-model-fit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | assess-model-fit |
| description | Assess model fit for task. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Edit","Write"] |
Determine whether the current Claude model is sufficient for your task, or recommend escalation to a higher-level model. Runs in procedural mode (checklist guidance) or executable mode (analyze a task and auto-recommend).
Identify the current model. Check your session or settings. Common tiers:
claude-fable-5), Opus 4.8 (claude-opus-4-8)claude-sonnet-4-6)claude-haiku-4-5-20251001)Score your task against these criteria. A task needs escalation or orchestrator-worker delegation if it hits any of these:
Determine Orchestration Strategy:
If escalation needed, invoke /select-model to determine the target.
Describe your task, and select-model will recommend the optimal tier and suggest a config update if desired.
Instead of running the checklist manually, invoke the skill with a task description.
The script will analyze the task, output an assessment, and if escalation is needed,
automatically call select-model:
/assess-model-fit --task "I need to refactor a large REST API module and add comprehensive unit tests"
The script reads your current model, evaluates the task complexity, and either gives
you a go-ahead or chains into select-model with your task details.
/assess-model-fit --task "<your task description>"
and let the script recommend a verdict and model.