Agent skill

using-training-optimization

Router to training optimization skills based on symptoms and training problems

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill using-training-optimization-tachyon-beep-skillpacks-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 24 KB
Bundled scripts: none
Path: skills/ai-ml/using-training-optimization-tachyon-beep-skillpacks-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Routes you to the right training optimization specialist based on symptoms and training problems. It emphasizes diagnosing before routing and asks clarifying questions to determine the appropriate sub-skills to apply for issues like model not learning, instability, overfitting, slow training, hyperparameter selection, and experiment management.

How it works

It instructs the agent to diagnose symptoms first and then route to specific skills such as learning-rate-scheduling, gradient-management, loss-functions-and-objectives, data-augmentation-strategies, overfitting-prevention, optimization-algorithms, batch-size-and-memory-tradeoffs, experiment-tracking, and training-loop-architecture. Routing decisions are guided by symptom-specific decision trees and diagnostic questions (e.g., questions about loss behavior, NaN values, optimizer settings, and LR schedules). For ambiguous inputs, it specifies asking one clarifying diagnostic question before routing, and it favors multi-skill, sequential routing when appropriate (e.g., new project setup or convergence issues). It also defines cross-pack considerations (e.g., consulting pytorch-engineering for data loading, profiling, or distributed training) and provides high-level prioritization rules (e.g., diagnose before applying a single technique).

When to use it

Use when there is a training problem and you’re unsure which specific technique to apply. Target scenarios include model not learning, training instability, overfitting, slow training, hyperparameter selection, experiment management, convergence issues, or setting up a new training pipeline. It lists explicit scenarios and when not to use this pack (e.g., PyTorch implementation bugs or production deployment).

What it can touch

  • Tools and skills named in the routing paths: learning-rate-scheduling, gradient-management, loss-functions-and-objectives, data-augmentation-strategies, overfitting-prevention, optimization-algorithms, batch-size-and-memory-tradeoffs, experiment-tracking, training-loop-architecture, pytorch-engineering, neural-architectures, llm-specialist, ml-production, deep-rl, etc., as referenced in the skill’s routing guidance.

Caveats

  • Contains explicit boundaries about when to avoid using this pack (e.g., CUDA out of memory, architecture selection, deployment concerns).
  • Emphasizes diagnosis before routing and clarifying questions before making routing decisions.
  • Licensed under MIT in the repository context (as described by the skill metadata).
From the SKILL.md

# Using Training Optimization ## Overview This meta-skill routes you to the right training optimization specialist based on symptoms. Training issues often have multiple potential causes—this skill helps diagnose symptoms and route to the appropriate specialist. Load this skill when you encounter training problems but aren't sure which specific technique to apply. **Core Principle**: Diagnose before routing. Training issues often have multiple causes. Ask clarifying questions to understand symptoms before routing to specific skills. Wrong diagnosis wastes time—systematic routing saves it. ## When to Use Load this skill when: - Model not learning (loss stuck, not decreasing, poor accuracy) - Training instability (loss spikes, NaN values, divergence) - Overfitting (large train/val gap, poor generalization) - Training too slow (throughput issues, time constraints) - Hyperparameter selection (optimizer, learning rate, batch size, regularization) - Experiment management (tracking runs, comparing configurations) - Convergence issues (slow learning, plateaus, local minima) - Setting up new training pipeline **Don't use for**: PyTorch implementation bugs (use pytorch-engineering), model ar

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. How to Access Reference Sheets
  4. Routing by Primary Symptom
  5. Symptom: "Model Not Learning" / "Loss Not Decreasing"
  6. Symptom: "Training Unstable" / "Loss Spikes" / "NaN Values"
  7. Symptom: "Model Overfits" / "Train/Val Gap Large"
  8. Symptom: "Training Too Slow" / "Low Throughput"
  9. Symptom: "Which X Should I Use?" (Direct Questions)
  10. Symptom: "Need to Track Experiments" / "Compare Configurations"
  11. Cross-Cutting Multi-Skill Scenarios
  12. Scenario: New Training Setup (First Time)
  13. Scenario: Convergence Issues
  14. Scenario: Overfitting Issues
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the using-training-optimization skill do?

Router to training optimization skills based on symptoms and training problems

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill using-training-optimization-tachyon-beep-skillpacks-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going