CtrlK
BlogDocsLog inGet started
Tessl Logo

model-merging

Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task Arithmetic, linear merging, and production deployment strategies.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

A highly actionable reference packed with executable configs and commands, but it is verbose and redundant, organized as a methods catalog rather than a checkpointed workflow, and keeps too much detail inline instead of leaning on its (well-structured) reference files.

Suggestions

Collapse the duplicated method coverage: keep one canonical YAML per method in the Merge Methods Guide and remove the repeated SLERP/Linear blocks in Quick Start and the restated bullets in Core Concepts, or move the deep-dive explanations entirely to references/methods.md.

Add an explicit end-to-end workflow section (configure → run mergekit-yaml → benchmark on MT-Bench/MMLU/etc. → only deploy if it clears the baseline) with a validation checkpoint so the procedure is sequenced rather than scattered across Best Practices and Pitfalls.

Move the full per-method example configs, advanced patterns (MoE, tokenizer, layer-wise), and the deployment/quantization code into references/examples.md and references/evaluation.md, leaving the SKILL.md body as a lean overview that links out — improving both conciseness and progressive disclosure.

DimensionReasoningScore

Conciseness

The body is mostly actionable but redundant: merge methods are explained twice (Core Concepts bullets plus Merge Methods Guide YAMLs), SLERP appears three times (Quick Start, Guide, and the formula block), and method bullets like 'Simple weighted average of parameters' restate concepts Claude already knows. It is not a 3 because the duplication and length could be tightened, and not a 1 because it avoids beginner-concept fluff.

2 / 3

Actionability

Dense with executable, copy-paste-ready guidance — complete YAML configs for every method, `mergekit-yaml config.yml ./merged-model --cuda` commands, and runnable Python for evaluation, upload, and quantization. The only pseudocode (SLERP formula, coefficient tuning) is minor and the latter is explicitly justified and pointed to a reference.

3 / 3

Workflow Clarity

The body is organized as a topic catalog rather than a sequenced procedure; the merge→evaluate→deploy sequence is implicit and validation is scattered ('always benchmark a merged model before deploying' in Pitfalls, a density tune-if-degrades loop) rather than a single explicit checkpointed workflow. It is above a 1 because steps and some validation are present, but below a 3 because checkpoints are implicit, not explicit.

2 / 3

Progressive Disclosure

References are real, one level deep, and well-signaled (See Also section plus an inline markdown link to references/coefficient-tuning.md). However the ~490-line body itself holds full per-method configs, advanced patterns, and deployment code inline — content that overlaps with examples.md/evaluation.md and should be split out — matching the 'content that should be separate is inline' anchor rather than a lean overview.

2 / 3

Total

9

/

12

Passed

Description

100%

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

A strong, third-person description that concretely states what the skill does and when to use it, with natural trigger terms and a clear, distinct niche. It satisfies all four dimensions at the top of the scale.

DimensionReasoningScore

Specificity

Names multiple concrete actions ('Merge multiple fine-tuned models using mergekit', 'blending domain-specific expertise (math + coding + chat)', 'experimenting rapidly with model variants') in third-person voice, matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly states what it does ('Merge multiple fine-tuned models using mergekit to combine capabilities without retraining') and gives an explicit 'Use when...' clause with several concrete triggers, satisfying both the what and the when.

3 / 3

Trigger Term Quality

Covers natural terms a user would actually say for this task — 'model merging', 'merge fine-tuned models', 'mergekit', 'SLERP', 'TIES-Merging', 'DARE', 'Task Arithmetic' — giving good keyword coverage rather than generic jargon.

3 / 3

Distinctiveness Conflict Risk

The mergekit/SLERP/TIES/DARE/Task Arithmetic niche is highly specific with distinct triggers, making it unlikely to fire for an unrelated skill.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
Orchestra-Research/AI-Research-SKILLs
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.