benchflow-ai

102 mods across 4 repositories, 2.9k stars between them.

benchflow-ai/skillsbench

Skill Claude CodeCodex

Use when producing a minimally changed repaired 2D layout in JSON from extracted architectural geometry and rule-based clearance constraints.

1.7k 1mo ago A 29 tokens original Apache-2.0

csv-processing

50

benchflow-ai/skillsbench

Skill Claude CodeCodex

Use this skill when reading sensor data from CSV files, writing simulation results to CSV, processing time-series data with pandas, or handling missing values in datasets.

1.7k 1mo ago A 34 tokens original Apache-2.0

pid-controller

51

benchflow-ai/skillsbench

Skill Claude CodeCodex

Use this skill when implementing PID control loops for adaptive cruise control, vehicle speed regulation, throttle/brake management, or any feedback control system requiring proportional-integral-derivative control.

1.7k 1mo ago A 39 tokens original Apache-2.0

simulation-metrics

52

benchflow-ai/skillsbench

Skill Claude CodeCodex

Use this skill when calculating control system performance metrics such as rise time, overshoot percentage, steady-state error, or settling time for evaluating simulation results.

1.7k 1mo ago A 34 tokens original Apache-2.0

vehicle-dynamics

53

benchflow-ai/skillsbench

Skill Claude CodeCodex

Use this skill when simulating vehicle motion, calculating safe following distances, time-to-collision, speed/position updates, or implementing vehicle state machines for cruise control modes.

1.7k 1mo ago A 38 tokens original Apache-2.0

yaml-config

54

benchflow-ai/skillsbench

Skill Claude CodeCodex

Use this skill when reading or writing YAML configuration files, loading vehicle parameters, or handling config file parsing with proper error handling.

1.7k 1mo ago A 28 tokens original Apache-2.0

azure-bgp

55

benchflow-ai/skillsbench

Skill Claude CodeCodex

Analyze and resolve BGP oscillation and BGP route leaks in Azure Virtual WAN–style hub-and-spoke topologies (and similar cloud-managed BGP environments). Detect preference cycles, identify valley-free violations, and propose allowed policy-level mitigations while rejecting prohibited fixes.

1.7k 1mo ago A 58 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Geospatial routing data handling for depot and station coordinates, route node IDs, internal index mappings, great-circle distance matrices, and route-distance reconstruction. Use when optimization or reporting tasks involve latitude/longitude, station IDs, depots, distance metrics, vehicle routes, or validating…

1.7k 1mo ago A 65 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Translate logistics and operations rules into optimization variables and constraints. Use when an operations problem describes vehicles, routes, depots, pickups, dropoffs, inventory, capacity, assignments, time windows, service targets, penalties, resource limits, or other business rules that need to become an…

1.7k 1mo ago A 66 tokens original Apache-2.0

benchflow-ai/skillsbench

Skill Claude CodeCodex

Subtour-elimination methods for TSP, VRP, pickup/dropoff routing, and routing MIPs with binary arc variables. Use when route-continuity constraints may permit disconnected cycles and the model needs MTZ constraints, flow-based connectivity constraints, DFJ subset cuts, or lazy/iterative subtour cuts.

1.7k 1mo ago A 70 tokens original Apache-2.0

scip-opt

59

benchflow-ai/skillsbench

Skill Claude CodeCodex

SCIP optimization with PySCIPOpt. Use when facing an optimization problem with an objective, hard constraints, soft penalties, integer decisions, routing, assignment, scheduling, allocation, packing, capacity, inventory, or service-level rules. Prefer modeling and solving the problem with PySCIPOpt when it is…

1.7k 1mo ago A 67 tokens original Apache-2.0

citation-management

60

benchflow-ai/skillsbench

Skill Claude CodeCodex

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure…

1.7k 1mo ago A 68 tokens copy · 89% Apache-2.0

benchflow-ai/benchflow

Skill Claude CodeCodex

Review Benchflow or SkillsBench task-run trajectories and integration-test Benchflow code changes. Use this skill whenever the user asks to audit traj health, failed or timed-out runs, healthy pass/fail/timeout status, no-skill leakage, skill loading, reward hacking, verifier isolation, metadata completeness, token…

335 2d ago A 99 tokens original Apache-2.0

benchflow-ai/benchflow

Skill Claude CodeCodex

Operate, test, troubleshoot, and explain bench traj upload for public or trusted-direct trajectory contributions, including interactive and fully specified commands, dry runs, input validation, local secret masking, trajectory reports and previews, manifest metadata, upload progress, idempotency, and production…

335 2d ago A 125 tokens original Apache-2.0

benchflow-ai/benchflow

Skill Claude CodeCodex

Find a local Claude Code or Codex session, open the BenchFlow trajectory viewer, and submit it after the user reviews it. Use this skill whenever someone pastes a BenchFlow eval prize line, wants to submit / share / contribute / upload a trajectory, set up traj upload, view a session, or pick a session to send. Also…

335 2d ago A 98 tokens original Apache-2.0

benchflow

64

benchflow-ai/benchflow

Skill Claude CodeCodex

Run agent benchmarks, create tasks, analyze results, and manage agents using BenchFlow. Use when asked to benchmark an AI coding agent, run a benchmark suite, create tasks, view trajectories, or compare agent performance.

335 2d ago A 46 tokens original Apache-2.0

skill-creator

65

benchflow-ai/benchflow

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

335 2d ago A 64 tokens copy · 88% Apache-2.0

analyzer

66

benchflow-ai/benchflow

Agent Codex

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

335 2d ago A 0 tokens copy · 100% Apache-2.0

comparator

67

benchflow-ai/benchflow

Agent Codex

Compare two outputs WITHOUT knowing which skill produced them.

335 2d ago A 0 tokens copy · 100% Apache-2.0

grader

68

benchflow-ai/benchflow

Agent Codex

Evaluate expectations against an execution transcript and outputs.

335 2d ago A 0 tokens copy · 100% Apache-2.0

task-creator

69

benchflow-ai/benchflow

Skill Claude CodeCodex

SkillsBench task authoring — walk a contributor from idea to submission-ready task following CONTRIBUTING.md and the task-implementation rubric. Use when the user wants to create a new SkillsBench task, scaffold a task from an existing workflow (notebook, Excel workbook, document, dataset), convert a prompt or a…

335 2d ago B 104 tokens copy · 97% Apache-2.0

task-review

70

benchflow-ai/benchflow

Skill Claude CodeCodex

SkillsBench task PR review — classifies the task track (standard / research / multimodal), runs static policy checks against the track-specific rubric, benchmarks the task across oracle plus Claude and Codex (with and without skills), audits trajectories for cheating and skill invocation, and produces a…

335 2d ago B 141 tokens copy · 95% Apache-2.0

benchflow-ai/benchflow

Skill Claude CodeCodex

Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.

335 2d ago A 54 tokens copy · 100% Apache-2.0

benchflow AGENTS.md

72

benchflow-ai/benchflow

Instructions file CodexOpenCode

Instructions for benchflow-ai/benchflow, covering benchflow, setup + test, conventions and skill catalog (.agents/skills, mirrored at .claude/skills).

335 2d ago A 1,663 tokens original Apache-2.0