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.

67

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.

The body is highly actionable with abundant executable configs and commands, but it is verbose due to duplicated examples and inline content that overlaps the reference files, and the merge-to-deploy workflow lacks an explicit validation checkpoint. Progressive disclosure is partially realized: references are signaled, but SKILL.md itself is bloated rather than a lean overview.

Suggestions

Remove duplicated config examples — keep one canonical copy of the linear and SLERP configs (e.g. in the Merge Methods Guide) and cross-reference from Quick Start to reduce repetition and tighten conciseness.

Add an explicit validation checkpoint to the merge-to-deploy workflow (e.g. 'After merging, load the model and run test prompts before deploying') instead of only listing 'Not Evaluating' as a pitfall.

Move the full methods-guide and evaluation detail into references/methods.md and references/evaluation.md so SKILL.md becomes a lean overview pointing to them, eliminating the inline duplication with the reference files.

DimensionReasoningScore

Conciseness

Mostly concrete and useful but padded with redundancy (linear and SLERP configs reappear in both Quick Start and the Merge Methods Guide) and mild concept explanation ('Preserves magnitude of weight vectors', 'Smoother than linear'), so it is not fully lean.

2 / 3

Actionability

Provides copy-paste-ready executable guidance throughout — install commands, full YAML configs, 'mergekit-yaml config.yml ./merged-model --cuda', loading/evaluation Python snippets, and quantization commands — matching the fully-executable anchor.

3 / 3

Workflow Clarity

The merge-to-deploy sequence (config → run → load → test → deploy) is implied across sections but lacks an explicit validation checkpoint embedded in the flow; evaluation is only flagged as a pitfall ('Not Evaluating') rather than enforced as a checkpoint, capping clarity at 2.

2 / 3

Progressive Disclosure

The See Also section signals one-level-deep real references (methods.md, examples.md, evaluation.md), but the methods-guide and evaluation content is duplicated inline in SKILL.md rather than split out, leaving a ~530-line body that should be a leaner 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.

The description is strong across all dimensions: it states concrete actions, includes natural trigger terms, explicitly covers both what and when, and occupies a distinct niche. It uses third-person voice with no first/second-person phrasing.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Merge multiple fine-tuned models', 'combine capabilities without retraining', 'creating specialized models by blending domain-specific expertise (math + coding + chat)', 'experimenting rapidly with model variants' — matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers both what ('Merge multiple fine-tuned models using mergekit to combine capabilities without retraining') and when via an explicit 'Use when creating specialized models...' clause, matching the both-what-and-when anchor.

3 / 3

Trigger Term Quality

Covers natural terms a user would say ('merge multiple fine-tuned models', 'combine capabilities', 'model variants', 'specialized models') alongside the method names, giving good natural-keyword coverage rather than only technical jargon.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche (model merging via mergekit) with distinct triggers and named methods (SLERP, TIES-Merging, DARE, Task Arithmetic), making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (540 lines); consider splitting into references/ and linking

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
OpenLAIR/dr-claw
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.