CtrlK
BlogDocsLog inGet started
Tessl Logo

model-switch

Switch the Manager Agent's own LLM model. Use when the human admin requests changing the Manager's model.

72

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is lean, fully actionable, and well-structured, with executable commands, a validating pre-flight check, and a clear error-recovery loop for the failure case. It appropriately keeps detail in one bundled script rather than nesting references.

DimensionReasoningScore

Conciseness

Lean and directive throughout — every section (usage, what the script does, failure handling, unknown-model flow) states only what is needed and assumes competence, with no padding or explanation of concepts Claude already knows.

3 / 3

Actionability

Provides fully executable copy-paste commands with concrete flags, real model examples, and a parameterized template for unknown models — exactly the 'copy-paste ready' anchor.

3 / 3

Workflow Clarity

Sequences the full process with an explicit pre-flight validation (gateway reachability test) that gates all config changes, plus a clear error-recovery loop (test fails → instruct admin on provider/route setup → retry), matching the 'clear sequence with explicit validation steps' anchor.

3 / 3

Progressive Disclosure

Well-organized single-purpose skill with clear sections and one executable bundled script (scripts/update-manager-model.sh) referenced by direct path; the SKILL.md acts as a concise overview pointing to the script, appropriate for a skill under 50 lines with no need for multi-level references.

3 / 3

Total

12

/

12

Passed

Description

75%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description clearly and narrowly defines a single concrete action with an explicit 'Use when' trigger, giving it strong completeness and distinctiveness. It is slightly weak on specificity (only one action listed) and trigger-term breadth, which keep it just below the top tier overall.

Suggestions

Expand the action list to be more comprehensive, e.g. 'Switch, add, or update the Manager Agent's own LLM model and context window'.

Broaden trigger terms to natural phrasings a user would say, such as 'change model', 'switch model', or 'update the Manager's model'.

DimensionReasoningScore

Specificity

Names a concrete action ('Switch the Manager Agent's own LLM model') but describes only one operation rather than listing multiple specific actions, matching the 'names domain and some actions' anchor.

2 / 3

Completeness

Explicitly states what ('Switch the Manager Agent's own LLM model') and when ('Use when the human admin requests changing the Manager's model'), satisfying both halves with an explicit trigger.

3 / 3

Trigger Term Quality

Includes relevant natural phrases ('changing the Manager's model', 'human admin requests') but lacks common user variations like 'switch model', 'change model', or 'update model', so coverage is partial.

2 / 3

Distinctiveness Conflict Risk

The target is highly specific — the Manager Agent's own LLM — so it is clearly distinguishable from other skills and unlikely to fire for the wrong one.

3 / 3

Total

10

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
agentscope-ai/AgentTeams
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.