Agent Skills
› PrimeIntellect-ai/prime-rl
› training
training
GitHub用于启动、监控和调试 RL/SFT 训练任务。涵盖单节点/SLURM 启动及日志指标监控,支持模型评估与在线验证流程管理。
Trigger Scenarios
启动强化学习或监督微调训练
监控训练运行状态和指标
调试训练或评估任务
Install
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. Standalone evals (uv run eval) are the eval skill; online evals of a training run are configured in start-run and read in monitor-run.
Version History
-
a44dc35
Current 2026-09-22 18:57
将 eval CLI 迁移至 prime-rl 生态,统一训练与评估入口,增强并发控制、断点续跑及多环境支持。
- 3b22dd9 2026-07-25 11:27


