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
86

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
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
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

You will implement a dialogue parser that converts a given text file into a structured JSON graph. You will be given a text file `/app/script.txt`, and output a validated JSON graph `/app/dialogue.json` and visualization `/app/dialogue.dot`. You should implement a function `def parse_script(text: st

#game development
#parsing
Source
video-analysis
medium

Given a video file /root/input.mp4, help me to analyze the camera motion (egomotion) and detect dynamic objects in this video. You need to give me 2 files: 1. A json file named /root/pred_instructions.json, it should record the mapping frame intervals to motion labels (valid labels: Stay, Dolly In,

#video
#egomotion
#spatial-reasoning
Source

You have some earthquake traces stored at `/root/data/wave.mseed`, and station information stored at `/root/data/stations.csv`.

#science
#earth-science
#seismology
+1
Source