byadithya-s-k· 8 skills
Turns a user's plain-English description of an RL training environment into runnable code across the four target frameworks — OpenEnv, OpenReward (ORS), Verifiers, and NeMo Gym. Use whenever someone describes an environment they want to build ("I want to train an agent that does X", "make an env where the model has to Y"), asks to scaffold a new env, asks to port an existing env to one of these frameworks, or asks how to design tools/rewards/state for a new env. Use even when the user does not explicitly say "RL environment" — descriptions like "agent that browses the web", "tool-calling agent for SQL", or "game-playing agent" all qualify. Drives the full flow — clarifying interview, env-name selection, shared-domain extraction, per-framework implementation, and rollout-based smoke tests.
$npx -y skills add adithya-s-k/rl_envs_101 --skill rl-env-from-descriptionInstalls into the current project.
Run `npx skills use "https://github.com/adithya-s-k/rl_envs_101" --skill "adithya-s-k/rl_envs_101/rl-env-from-description"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/adithya-s-k/rl_envs_101" that are relevant to the current task. Run `npx skills add "https://github.com/adithya-s-k/rl_envs_101"` and select the relevant skills, then follow their instructions.