Help us improve
Share bugs, ideas, or general feedback.
From training-hub
Use when the user wants to run a training job using a saved configuration. For algorithm selection, hyperparameter advice, or troubleshooting, use the training-hub-guide skill instead.
npx claudepluginhub red-hat-ai-innovation-team/training_hub --plugin training-hubHow this skill is triggered — by the user, by Claude, or both
Slash command
/training-hub:training-guideThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute LLM training using a saved configuration.
Applies 10 pre-set color/font themes or generates custom ones for slides, documents, reports, and HTML landing pages.
Share bugs, ideas, or general feedback.
Execute LLM training using a saved configuration.
"${CLAUDE_PLUGIN_ROOT}/scripts/th_detect.sh"
library=missing or config=missing: invoke the setup-guide skill.gpu=unavailable: warn that training requires CUDA-capable GPUs.library=installed, config=found)Proceed to Step 2.
Run the training script with any user-provided overrides:
"${CLAUDE_PLUGIN_ROOT}/scripts/th_train.sh" $ARGUMENTS
If training failed, consult the training-hub-guide skill for troubleshooting (OOM, loss interpretation, backend-specific issues).
Remind the user they can visualize training loss with training_hub.plot_loss().