redai-infraredai-infraOfficialยท16 Agent Skills Included

Relax

Train and debug large multimodal AI models with reinforcement learning

Runs large-scale reinforcement learning post-training for text, vision, and audio models on Ray, Megatron, and SGLang clusters. Guides AI agents through code reviews, git commits, model integration, hang debugging, and performance tuning of training scripts. Eliminates manual cluster inspection, misconfigured GPU settings, and risky trial-and-error when migrating recipes from verl or RedAccel.
npx skills add redai-infra/Relax --all -g -y
Available:

Tells the AI agent how the Relax training framework is structured, which coding and distributed-computing rules it must follow, and which expert subagent or skill to invoke for each type of task.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
redai-infraredai-infra

model-integration

Integrate custom model architectures into the Relax training system.

Official
Advanced
๐Ÿ“ฆ In Repo
redai-infraredai-infra

git-commit

Create standardized git commit messages with markdown-formatted bodies.

Official
Basic
๐Ÿ“ฆ In Repo
redai-infraredai-infra

creating-skills

Provides step-by-step instructions for developing Claude Code skills with file organization and metadata configuration.

Official
Basic
๐Ÿ“ฆ In Repo
redai-infraredai-infra

redaccel-to-relax

Converts RedAccel RL training components and scripts to Relax framework equivalents.

Official
Advanced
๐Ÿ“ฆ In Repo
redai-infraredai-infra

doc-writer

Verify source code and write bilingual documentation for the Relax framework.

Official
Advanced
๐Ÿ“ฆ In Repo
redai-infraredai-infra

verl-to-relax

Convert verl reinforcement learning recipes and code to Relax.

Official
Advanced
๐Ÿ“ฆ In Repo
redai-infraredai-infra

code-review

Analyze Python codebases for quality, security, and architectural integrity.

Official
Advanced
๐Ÿ“ฆ In Repo
redai-infraredai-infra

debug-hang

Diagnose distributed training hangs in Ray clusters by analyzing call stacks and task states.

Official
Intermediate
๐Ÿ“ฆ In Repo
redai-infraredai-infra

relax-dev-debug

Submit and monitor reinforcement learning training jobs on remote Ray clusters.

Official
Basic
๐Ÿ“ฆ In Repo
redai-infraredai-infra

sync-github

Synchronizes code between internal GitLab and external GitHub via gated cherry-pick workflows.

Official
Advanced
๐Ÿ“ฆ In Repo
redai-infraredai-infra

agentic-rollout

Assess, integrate, and validate external agents for Relax resident Agentic rollout.

Official
Advanced
๐Ÿ“ฆ In Repo
redai-infraredai-infra

nemo-gym-recipe-integration

Integrates NVIDIA NeMo Gym environments into Relax as three-step RL training recipes.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Relax skills?โ–ผ

Run `npx skills add redai-infra/Relax --all -g -y` in your terminal to install all skills in this suite globally.

What is the Relax framework used for?โ–ผ

Relax is an open-source engine for reinforcement learning post-training of large multimodal models, supporting algorithms like PPO, GRPO, and GSPO on Ray, Megatron, and SGLang.

How to debug a hanging distributed training job?โ–ผ

The debug-hang skill automatically collects Ray cluster status, task call stacks, and actor states to trace the blocking chain and locate the root cause.

Can I migrate training recipes from verl to Relax?โ–ผ

Yes. The verl-to-relax skill converts reward functions, tool environments, datasets, and launch scripts from verl into Relax's format step by step.

Do these skills work with Claude Code and other AI agents?โ–ผ

Yes. All skills follow the standard SKILL.md format and work in Claude Code, OpenCode, and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’