#121 · Primary category: MLOps & Evaluation

skillsbench

benchmark skillsbench

SkillsBench evaluates how well skills work and how effective agents are at using them.

Project last updated:07/23/26

GitHub Stars

1.7K

Forks

363

Contributors

67

License

Apache-2.0

Why we included this project

Teams building agents that depend on skills, the modular folders of instructions, scripts, and resources that let a model carry out specialized work, need a way to tell whether those skills actually help and whether the agent is using them well. SkillsBench is a gym-style benchmark that answers both questions on the same workload: each task ships as a task.md with an environment, an oracle solution, and a verifier, so you can measure skill effectiveness and agent behavior side by side. Because tasks are native BenchFlow packages, they run in a Docker or Modal sandbox and can be checked and executed straight from the CLI, which makes the setup useful for teams comparing agent frameworks or models. The tasks-extra examples go further, including a credentialed GPU task for implementing and comparing manifold-constrained hyper-connections in nanoGPT, a good model for benchmarking heavier, resource-hungry workflows. For anyone who wants reproducible, verifiable agent-skill evaluation instead of ad-hoc manual testing, this is a solid reference.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category