byadithya-s-k· 8 skills
Builds a Verifiers (PrimeIntellect) variant of an RL environment. Use whenever someone asks to scaffold a Verifiers env, port to Verifiers, build an in-process toolkit, set up a vf.ToolEnv with a Rubric, or wire up a TRL GRPOTrainer rollout. Verifiers is the right framework when the user wants in-process tools (no HTTP server), structured tool calling driven by plain Python functions, composable reward rubrics with multiple grader functions, fast iteration with no Docker, or the cleanest path from prototype to TRL training. Output is a runnable <env_dir>/verifiers/ folder with env.py (toolkit + standalone tool functions + create_verifiers_env), rollout.py, and pyproject.toml. Use for prompts like "make a verifiers env for X", "wrap my game in verifiers", or "set up a vf.ToolEnv".
$npx -y skills add adithya-s-k/rl_envs_101 --skill generate-verifiers-envInstalls into the current project.
Run `npx skills use "https://github.com/adithya-s-k/rl_envs_101" --skill "adithya-s-k/rl_envs_101/generate-verifiers-env"` 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.