Agent Skills
› PrimeIntellect-ai/prime-rl
› training
training
GitHub用于启动和监控强化学习及监督微调训练任务,涵盖运行启动、日志监控、指标检查及安全重启等操作。
触发场景
启动 RL/SFT 训练任务
监控训练进程与日志
调试训练异常
安装
npx skills add PrimeIntellect-ai/prime-rl --skill training -g -y
SKILL.md
Frontmatter
{
"name": "training",
"description": "Launch and monitor prime-rl training runs. Use when starting, supervising, or debugging an RL\/SFT run. Routes to `start-run` (entrypoints + how to launch) and `monitor-run` (logs, metrics, check-ins)."
}
Training
Two phases — start the run, then watch it.
- Start a run — see
start-run/SKILL.mdfor therl,sft, andinferenceentrypoints and how to launch them (single-node, SLURM, dry-run). - Monitor a run — see
monitor-run/SKILL.mdfor the runbook: how to find the output dir, what to tail, which metrics to watch, and how to restart safely.
Both subskills assume the configs skill for config-loading mechanics.
版本历史
- 3b22dd9 当前 2026-07-25 11:27


