Back to Home

Task Registry

Explore the complete collection of benchmark tasks available in SkillsBench. Use the search bar to find tasks by name, category, or difficulty.

Merged Tasks
94

engineering
hard

You need to calculate the mass of a 3D printed part. The input (`/root/scan_data.stl`) is a binary STL, but the 2-byte "Attribute Byte Count" at the end of each triangle record is being used to store the **Material ID** of the object.

#binary-parsing
#algorithm
#3d-geometry
+1
Source
architecture
hard

# Task

#cad
#dxf
#accessibility
+3
Source
control-systems
medium

You need to implement an Adaptive Cruise Control (ACC) simulation that maintains the set speed (30m/s) when no vehicles are detected ahead, and automatically adjusts speed to maintain a safe following distance when a vehicle is detected ahead. The targets are: speed rise time <10s, speed overshoot <

#python
#pid-control
#simulation
+3
Source

Detect BGP route oscillation and leaks in an Azure Virtual WAN network topology and evaluate which solutions can fix them.

#bgp
#oscillation
#azure
+1
Source
transportation-logistics
medium

As an optimization and mathematical modeling expert in a shared bike service company, every night, you need to rebalance the bikes among the stations in your responsible region. So the basic information is that you can control several rebalancing vehicles (`vehicle_count`). The vehicles can start dr

#bike-sharing
#vehicle-routing
#inventory-rebalancing
+1
Source
research
medium

You are helping a research team verify the integrity of their bibliography before submitting a paper. The team suspects that some citations in their BibTeX file may be fake or hallucinated.

#citation
#bibtex
#academic
+4
Source

# Sid Meier's Civilization 6 District Adjacency Bonus Optimizer

#optimization
#constraint-satisfaction
#game-mechanics
+2
Source
document-processing
easy

Fill the California Small Claims Court form at `/root/sc100-blank.pdf` based on the case description below, and save the filled one to `/root/sc100-filled.pdf`. Only fill in the necessary fields and leave the court-filled, optional fields or fields not mentioned in the case description below empty.

#pdf
#form-filling
#legal
+1
Source

You are a materials science researcher. You want to analyze the crystal structure of a few samples. You are given a few CIF files generated by SHELX through X-ray Diffraction.

#crystallography
#pymatgen
#sympy
+2
Source

You’re given `packets.pcap` (subset of DAPT2020 traffic). Compute the stats and fill in only the `value` column in `/root/network_stats.csv`. Lines starting with `#` are comments—leave them.

#security
#network
#pcap
+1
Source
Data Visualization
medium

Please use D3.js (v6) to visualize input data stored at `/root/data/stock-descriptions.csv` and `/root/data/indiv-stock/` for company stock details and individual stock price histories. Please return the output as a single-page web app at `/root/output/index.html`. I should be able to open it in a w

#d3.js
#data-visualization
#interactive-charts
Source
machine-learning
hard

# debug-trl-grpo

#post-training
#trl
#debugging
+2
Source