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.