benchflow-ai/skillsbench

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

About the project

SkillsBench is a benchmark for measuring how effectively AI agents use modular skills—folders containing instructions, scripts, and resources—to complete specialized tasks. It helps researchers and developers evaluate both skill quality and agent behavior, including tasks that require combining multiple skills. The catalogue’s skills and instructions are evaluated as part of this workflow.

This repository also configures its own agents. See what skillsbench tells them →

1.8kStars on the repository
200Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

benchflow-ai/skillsbench

Skill Claude CodeCodex

Transform sequential Python code into parallel/concurrent implementations. Use when asked to parallelize Python code, improve code performance through concurrency, convert loops to parallel execution, or identify parallelization opportunities. Handles CPU-bound (multiprocessing), I/O-bound (asyncio, threading), and…

not rated 1.8k +17 1mo ago A SkillSpector: pass 68 tokens original Apache-2.0

workload-balancing

170

benchflow-ai/skillsbench

Skill Claude CodeCodex

Optimize workload distribution across workers, processes, or nodes for efficient parallel execution. Use when asked to balance work distribution, improve parallel efficiency, reduce stragglers, implement load balancing, or optimize task scheduling. Covers static/dynamic partitioning, work stealing, and adaptive load…

not rated 1.8k +17 1mo ago A SkillSpector: pass 63 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Model OR-Tools paired pickup-and-delivery routing problems, including PDPTW, dial-a-ride, paratransit, patient transport, and courier jobs with same-vehicle pairing, precedence, capacity, optional connected service, rider time windows, and vehicle shifts.

not rated 1.8k +17 1mo ago A SkillSpector: pass 64 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Build OR-Tools RoutingModel vehicle-routing models with transit matrices, dimensions, capacity constraints, time windows, optional visits, invalid-arc handling, search parameters, and route extraction.

not rated 1.8k +17 1mo ago A SkillSpector: pass 42 tokens original Apache-2.0

pddl-skills

173

benchflow-ai/skillsbench

Skill Claude CodeCodex

Automated Planning utilities for loading PDDL domains and problems, generating plans using classical planners, validating plans, and saving plan outputs. Supports standard PDDL parsing, plan synthesis, and correctness verification.

not rated 1.8k +17 1mo ago A SkillSpector: pass 44 tokens original Apache-2.0

powerlifting

174

benchflow-ai/skillsbench

Skill Claude CodeCodex

Calculating powerlifting scores to determine the performance of lifters across different weight classes.

not rated 1.8k +17 1mo ago A SkillSpector: pass 21 tokens original Apache-2.0

senior-data-scientist

175

benchflow-ai/skillsbench

Skill Claude CodeCodex needs its repo

World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and…

not rated 1.8k +17 1mo ago A 91 tokens copy · 89% Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Guide for translating Python collection operations to idiomatic Scala. Use when converting Python code that uses lists, dictionaries, sets, or involves collection transformations like map, filter, reduce, sorting, and aggregations.

not rated 1.8k +17 1mo ago A SkillSpector: pass 47 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Guide for translating Python code to functional Scala style. Use when converting Python code involving higher-order functions, decorators, closures, generators, or when aiming for idiomatic functional Scala with pattern matching, Option handling, and monadic operations.

not rated 1.8k +17 1mo ago A SkillSpector: pass 51 tokens original Apache-2.0

python-scala-idioms

178

benchflow-ai/skillsbench

Skill Claude CodeCodex

Guide for writing idiomatic Scala when translating from Python. Use when the goal is not just syntactic translation but producing clean, idiomatic Scala code. Covers immutability, expression-based style, sealed hierarchies, and common Scala conventions.

not rated 1.8k +17 1mo ago A SkillSpector: pass 56 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Guide for mapping common Python libraries and idioms to Scala equivalents. Use when converting Python code that uses standard library modules (json, datetime, os, re, logging) or needs equivalent Scala libraries for HTTP, testing, or async operations.

not rated 1.8k +17 1mo ago B SkillSpector: warn 54 tokens original Apache-2.0

python-scala-oop

180

benchflow-ai/skillsbench

Skill Claude CodeCodex

Guide for translating Python classes, inheritance, and object-oriented patterns to Scala. Use when converting Python code with classes, dataclasses, abstract classes, inheritance, properties, static methods, class methods, or design patterns.

not rated 1.8k +17 1mo ago A SkillSpector: pass 49 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Reference guide for translating Python syntax constructs to Scala equivalents. Use when converting Python code to Scala and need mappings for basic syntax elements like variable declarations, control flow, comprehensions, string formatting, and common operators.

not rated 1.8k +17 1mo ago A SkillSpector: pass 50 tokens original Apache-2.0

qutip

182

benchflow-ai/skillsbench

Skill Claude CodeCodex

Quantum mechanics simulations and analysis using QuTiP (Quantum Toolbox in Python). Use when working with quantum systems including: (1) quantum states (kets, bras, density matrices), (2) quantum operators and gates, (3) time evolution and dynamics (Schrödinger, master equations, Monte Carlo), (4) open quantum systems…

not rated 1.8k +17 1mo ago A 149 tokens copy · 89% Apache-2.0

finite-horizon-lqr

183

benchflow-ai/skillsbench

Skill Claude CodeCodex

Solving finite-horizon LQR via dynamic programming for MPC.

not rated 1.8k +17 1mo ago A SkillSpector: pass 19 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Adding integral action to MPC for offset-free tension tracking.

not rated 1.8k +17 1mo ago A SkillSpector: pass 16 tokens original Apache-2.0

mpc-horizon-tuning

185

benchflow-ai/skillsbench

Skill Claude CodeCodex

Selecting MPC prediction horizon and cost matrices for web handling.

not rated 1.8k +17 1mo ago A SkillSpector: pass 18 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Linearizing nonlinear dynamics around operating points for control design.

not rated 1.8k +17 1mo ago A SkillSpector: pass 16 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Parse raw radar I/Q captures (CW or FMCW mmWave) and produce a cleaned 1-D slow-time signal ready for motion or vital-signs analysis. Use when Claude needs to read interleaved I/Q binary, do a Range FFT on FMCW chirps, remove static clutter, pick a subject range bin, extract phase with unwrapping, or debug why a radar…

not rated 1.8k +17 1mo ago A SkillSpector: pass 109 tokens original Apache-2.0

radar-vital-signs

188

benchflow-ai/skillsbench

Skill Claude CodeCodex

End-to-end pipeline for extracting heart rate (HR) and breathing rate (BR) from raw short-range radar I/Q captures — both continuous-wave (CW, 24 GHz clinical boards) and FMCW mmWave (60/77 GHz, TI IWR/AWR). Use when Claude needs to parse interleaved I/Q binary, do a Range FFT on FMCW chirps, remove static clutter…

not rated 1.8k +17 1mo ago A SkillSpector: warn 171 tokens original Apache-2.0

vital-sign-extraction

189

benchflow-ai/skillsbench

Skill Claude CodeCodex

Estimate heart rate (HR) and breathing rate (BR) in bpm from a cleaned 1-D physiological time series such as radar phase, WiFi CSI amplitude, PPG, or a chest-motion signal. Use when Claude needs to choose HR/BR bandpass edges, pick a peak frequency from a noisy band, reject the HR second harmonic that often dominates…

not rated 1.8k +17 1mo ago A SkillSpector: pass 128 tokens original Apache-2.0

13f-analyzer

190

benchflow-ai/skillsbench

Skill Claude CodeCodex

Perform various data analysis on SEC 13-F and obtain some insights of fund activities such as number of holdings, AUM, and change of holdings between two quarters.

not rated 1.8k +17 1mo ago A SkillSpector: pass 38 tokens original Apache-2.0

fuzzy-name-search

191

benchflow-ai/skillsbench

Skill Claude CodeCodex

This skill includes search capability in 13F, such as fuzzy search a fund information using possibly inaccurate name, or fuzzy search a stock cusip info using its name.

not rated 1.8k +17 1mo ago A SkillSpector: pass 39 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

ObsPy allows you to easily download earthquake data from various data centers/networks through its client API. This is an overview of available services and a demo of the client API for International Federation of Digital Seismograph Networks (FDSN). Use this if you need to download earthquake research data.

not rated 1.8k +17 1mo ago A SkillSpector: pass 66 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: