CtrlK
BlogDocsLog inGet started
Tessl Logo

stable-baselines3

Production-ready reinforcement learning algorithms (PPO, SAC, DQN, TD3, DDPG, A2C) with scikit-learn-like API. Use for standard RL experiments, quick prototyping, and well-documented algorithm implementations. Best for single-agent RL with Gymnasium environments. For high-performance parallel training, multi-agent systems, or custom vectorized environments, use pufferlib instead.

71

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

86%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, highly actionable skill body that leans on executable examples and delegates depth to real reference and script files. The only soft spot is mild over-explanation of familiar concepts and a feedback loop that could be more explicit.

DimensionReasoningScore

Conciseness

Largely lean and code-driven with specific gotchas ('Important Notes', 'Key Constraints', 'API Differences'), but a few explanatory sentences restate concepts Claude knows (e.g., what vectorized environments or callbacks are for), which could be trimmed.

4 / 5

Actionability

Provides fully executable, copy-paste-ready code across training, custom envs, vectorized envs, callbacks, persistence, evaluation, schedules, HER, and TensorBoard, covering the common cases concretely.

5 / 5

Workflow Clarity

The 'Starting a New RL Project' sequence lists 8 ordered steps with an explicit validation checkpoint (run check_env before training) and a troubleshooting section, but lacks an explicit validate->fix->retry feedback loop for the iterative training case.

4 / 5

Progressive Disclosure

SKILL.md is a clear overview with well-signaled, one-level-deep references to real bundle files (references/*.md, scripts/*.py), a Resources section enumerating them, and content appropriately split rather than inlined.

5 / 5

Total

18

/

20

Passed

Description

87%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description with explicit 'what' and 'when' guidance plus thoughtful boundary routing to a competing skill. Minor gap is the use-case framing rather than concrete action verbs in the specificity dimension.

DimensionReasoningScore

Specificity

Names concrete algorithm inventory (PPO, SAC, DQN, TD3, DDPG, A2C) and a scikit-learn-like API, but frames capabilities as use cases ('standard RL experiments, quick prototyping') rather than enumerating concrete library actions like train/evaluate/save, leaving minor coverage gaps.

4 / 5

Completeness

Explicitly answers both 'what' ('Production-ready reinforcement learning algorithms ... with scikit-learn-like API') and 'when' via 'Use for ...' and 'Best for single-agent RL with Gymnasium environments', plus explicit negative boundary guidance.

5 / 5

Trigger Term Quality

Strong natural keyword coverage ('reinforcement learning', 'RL experiments', 'Gymnasium environments', 'quick prototyping', named algorithms) that users would actually say, though a few common phrasings like 'training agents' or 'policy' are absent.

4 / 5

Distinctiveness Conflict Risk

Carves a clear niche (single-agent RL with Gymnasium, scikit-learn-like API) and actively redirects overlapping use cases (parallel training, multi-agent, custom vectorized envs) to pufferlib, minimizing conflict risk.

5 / 5

Total

18

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
K-Dense-AI/scientific-agent-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.