CtrlK
BlogDocsLog inGet started
Tessl Logo

ml-training-recipes

Battle-tested PyTorch training recipes for all domains — LLMs, vision, diffusion, medical imaging, protein/drug discovery, spatial omics, genomics. Covers training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation. Use when training or fine-tuning neural networks, debugging loss spikes or OOM, choosing architectures, or optimizing GPU throughput.

79

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

The body is a lean, actionable overview with executable recipes, clear sequenced checklists with validation checkpoints, and well-signaled one-level references for deeper material. It assumes Claude's competence throughout and avoids padding.

DimensionReasoningScore

Conciseness

The body is dense with tables and executable snippets and never explains basics Claude already knows; deep material is offloaded to references, so each section is lean despite the multi-domain scope.

3 / 3

Actionability

Provides copy-paste-ready code for the training loop, LR schedules, and compile setup plus concrete optimizer/LR tables and an ordered OOM remedy list, matching the executable-and-specific anchor.

3 / 3

Workflow Clarity

The training loop includes an explicit divergence fast-fail checkpoint ('if loss.item() > 100'), and the debugging/OOM/plateau sections are ordered checklists with diagnostic-to-fix feedback, meeting the clear-sequence-with-checkpoints anchor.

3 / 3

Progressive Disclosure

A 'Reference files (read when needed)' section lists six real one-level-deep reference files, with inline pointers (e.g., 'For biomedical domains, see references/biomedical.md'), keeping the body an overview and details one hop away.

3 / 3

Total

12

/

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 specific, trigger-rich, and clearly answers both what it does and when to use it, with a distinct PyTorch-training niche. Voice is declarative third-person with no first/second-person penalty.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation' — matching the anchor for listing several specific capabilities rather than vague domain-only phrasing.

3 / 3

Completeness

Explicitly answers both what ('Battle-tested PyTorch training recipes for all domains…') and when (an explicit 'Use when…' clause), satisfying the top anchor rather than capping at 2 for a missing trigger.

3 / 3

Trigger Term Quality

'Use when training or fine-tuning neural networks, debugging loss spikes or OOM, choosing architectures, or optimizing GPU throughput' covers natural phrases a user would actually say, spanning fine-tuning, loss spikes, OOM, and throughput.

3 / 3

Distinctiveness Conflict Risk

The PyTorch training-recipe niche with domain list and specific triggers (loss spikes, OOM, GPU throughput) is clearly distinguishable and unlikely to fire for unrelated skills.

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.