reinforcement-learning skills

123 tagged reinforcement-learning, measured the same way as everything else here.

Browse within: llm-agents 66small-language-models 60fine-tuning 13GRPO 12rl 12NVIDIA 11llm-reasoning 11machine-learning-systems 11mlsys 11model-training 11nemotron 11Post-Training 10gym 10ai-research 9

release

01

microsoft/agent-lightning

Skill Claude CodeCodex ✓ vendor

Prepare and publish stable Agent Lightning releases through the repository's version bump, pull-request checks, merge, tag, PyPI trusted-publishing, and versioned-documentation workflows. Use when asked to plan, cut, verify, or explain a release; treat nightly TestPyPI builds as a separate path.

18k +17 5d ago A 63 tokens original MIT

agent-lightning

02

microsoft/agent-lightning

Skill Claude CodeCodex ✓ vendor

Provides the action space, tradeoffs, and evaluation context for improving an editable AI agent against a benchmark while preserving its deployment contract. Use when optimizing agent accuracy, cost, latency, or reliability.

18k +17 5d ago A 43 tokens original MIT

add-archon-model

04

areal-project/AReaL

Skill Claude CodeCodex

Guide for adding a new model to the Archon engine. Use when user wants to add support for a new HuggingFace model architecture in ArchonEngine.

5.7k +4 today A 38 tokens original Apache-2.0

add-unit-tests

05

areal-project/AReaL

Skill Claude CodeCodex

Guide for adding unit tests to AReaL. Use when user wants to add tests for new functionality or increase test coverage.

5.7k +4 today A 30 tokens original Apache-2.0

debug-distributed

06

areal-project/AReaL

Skill Claude CodeCodex

Guide for debugging distributed training issues in AReaL. Use when user encounters hangs, wrong results, OOM, or communication errors.

5.7k +4 today A 32 tokens original Apache-2.0

nemotron-add-step

07

NVIDIA-NeMo/Nemotron

Skill Claude CodeCodex

Add a new step under src/nemotron/steps/ / / — manifest (step.toml), runner glue, configs, and per-step README.md. Use when extending the catalog so /nemotron-customize can route to it.

2.0k +13 today A 56 tokens original Apache-2.0

nemotron-nano3

08

NVIDIA-NeMo/Nemotron

Skill Claude CodeCodex

Reference desk for Nemotron 3 Nano / Llama-Nemotron Nano 3 — architecture, training data, recipes, evaluation, quantization, deployment. Use when the user asks facts about the model rather than building a pipeline.

2.0k +13 today A 53 tokens original Apache-2.0

NVIDIA-NeMo/Nemotron

Skill Claude CodeCodex

Use when planning, debugging, tuning, evaluating, exporting, or deploying public Nemotron embed/rerank retrieval recipes.

2.0k +13 today A 36 tokens original Apache-2.0

add-benchmark

10

NVIDIA-NeMo/Gym

Skill Claude CodeCodex

Guide for adding a new benchmark or training environment to NeMo-Gym. Use when the user asks to add, create, or integrate a benchmark, evaluation, training environment, or resources server into NeMo-Gym. Also use when wrapping an existing 3rd-party benchmark library. Covers the full workflow: data preparation…

1.1k 2d ago A 120 tokens original Apache-2.0

gh-stack

11

NVIDIA-NeMo/Gym

Skill Claude CodeCodex

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

1.1k 2d ago A 65 tokens original Apache-2.0

nemo-gym-docs

12

NVIDIA-NeMo/Gym

Skill Claude CodeCodex

Maintain the NeMo Gym Fern docs site — add, update, move, or remove pages under fern/. Use for any documentation change. Triggered by: "edit docs", "add doc page", "update docs", "rename page", "fix broken link", "add redirect", "preview docs", "publish docs", any request that touches fern/.

1.1k 2d ago A 80 tokens original Apache-2.0

add-model-bundle

13

Tencent-Hunyuan/UniRL

Skill Claude CodeCodex

Add or update UniRL model package support. Use when adding diffusion or autoregressive model pipelines, model config dataclasses, Bundle/Pipeline/Stage/Conditions implementations, LoRA targets, FSDP wrapping hints, Sample/Part plumbing, or multimodal text/image/video/audio conditioning.

921 4d ago A 62 tokens

pr-workflow

14

Tencent-Hunyuan/UniRL

Skill Claude CodeCodex

Create and repair UniRL pull requests. Use when creating a PR, editing a PR body, responding to PR Body or Semantic Pull Request CI failures, running gh pr create, or when the user mentions PR body, pull request template, body check, title check, or pull request formatting.

921 4d ago A 62 tokens

code-standards

15

Tencent-Hunyuan/UniRL

Skill Claude CodeCodex

A development workflow and coding-standard skill for Python, PyTorch, deep-learning code, shell scripts, and configuration files. It requires understanding the project, proposing a plan for approval, writing tests, simplifying code, and reviewing the result.

921 4d ago A 238 tokens

Purewhiter/mobilegym

Skill Claude CodeCodex

Use when designing a new benchenv task suite, adding several new tasks to an existing suite, or critiquing a task-set proposal for a mobile-gym App — before any class FooTask(...) is written under benchenv/task/.

781 +4 4d ago A 57 tokens original Apache-2.0

testing-bench-task

17

Purewhiter/mobilegym

Skill Claude CodeCodex

Use when adding or modifying offline judge tests for benchenv tasks — specifically entries in OFFLINEJUDGEPOSITIVECASES / OFFLINEJUDGENEGATIVECASES in benchenv/tests/ /testtasks.py, or writing live tests. Triggers after a new task is added, or when tightening judge coverage.

781 +4 4d ago A 74 tokens original Apache-2.0

Purewhiter/mobilegym

Skill Claude CodeCodex

Use when writing or modifying checkgoals() / getanswer() / App check methods in benchenv/task/, or when reviewing a draft task's judge correctness. Triggers include adding a new task, editing a judge method, or diagnosing a judge false-positive/negative.

781 +4 4d ago A 68 tokens original Apache-2.0

mjlab-to-mjswan

19

ttktjmt/mjswan

Skill Claude CodeCodex

Port an mjlab task to mjswan: turn a local or remote GitHub repo that registers mjlab tasks into a browser app. Use when the user wants to run, visualize, or deploy an mjlab task (theirs or a third party's) in the browser with mjswan.

325 3d ago A 68 tokens original Apache-2.0

omnilink-tech/omnisim

Skill Claude CodeCodex

Build, inspect, run, and debug OmniSim robotics worlds through the first-party MCP tools. Use for requests involving OmniSim scenes, robots, cameras, contacts, physics checks, or screenshots; do not use for unrelated simulators.

82 3d ago A 53 tokens original Apache-2.0

add-cuda-kernel

21

KJLdefeated/RL.cu

Skill Claude CodeCodex

Rules and steps for creating a compute kernel in RL.cu project.

42 1mo ago C 20 tokens original MIT

grpo-rl-training

22

liortesta/ClawdAgent

Skill Claude CodeCodex

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training.

11 5d ago A 26 tokens copy · 100% Apache-2.0

factual-qa-tips

24

beita6969/SkillFlow

Skill Claude CodeCodex

For factual QA -- one search usually suffices, answer quickly after one good source.

9 3mo ago A 23 tokens