SprocketLabSprocketLabOfficialยท8 Agent Skills Included

slop-code-bench

Benchmark coding agents under evolving specifications and checkpoints

Evaluates coding agents as specifications change across checkpoints, measuring correctness, code quality, and structural stability. Replaces one-shot benchmarks that miss path dependence, non-convergence, and code erosion over iterative changes. Runs agents in isolated Docker environments, grades results with pytest and LLM judges, and visualizes outcomes in a dashboard.
npx skills add SprocketLab/slop-code-bench --all -g -y
Available:

Instructs the AI agent on how to run benchmark problems, evaluate checkpoints in Docker, and use the built-in testing and fixing skills correctly.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install slop-code-bench?โ–ผ

Run `npx skills add SprocketLab/slop-code-bench --all -g -y` in your terminal to install all skills in this suite globally.

What does SlopCodeBench measure?โ–ผ

It measures how coding agents handle iterative specification changes, exposing path dependence, non-convergence, and code quality erosion that single-shot benchmarks cannot detect.

Which coding agents does it support?โ–ผ

It supports Claude Code, Codex, Gemini, Cursor CLI, OpenHands, OpenCode, and other agents through a pluggable registry system.

How are benchmark solutions tested?โ–ผ

Solutions run inside isolated Docker containers and are graded with pytest checkpoints covering core, functionality, regression, and error-handling test groups.

Can I add my own benchmark problems?โ–ผ

Yes. Problems are defined with a config.yaml, checkpoint specs, and pytest tests, and new problems can be contributed to the companion scb-problems repository.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’