FrontisAI

10 mods across 2 repositories, 350 stars between them.

data-check

01

FrontisAI/NatureBench

Skill Claude CodeCodex

Acquire and verify data for CNS papers that passed paper-filter. Clones repositories, downloads and organizes datasets per evaluation setting, performs Level 4 deep verification (acquisition integrity, initial state, separability, consistency, per-setting completeness), creates an organized data environment. Updates…

106 2d ago A 72 tokens original MIT

data-verify

02

FrontisAI/NatureBench

Skill Claude CodeCodex

Verify data components in filterresult.json after data-check. Checks Algorithm A boundary, evaluation setting validity, separability correctness, data directory integrity, and description consistency. Outputs a verification report for human review — does not modify filterresult.json or data directories.

106 2d ago A 54 tokens original MIT

dockerfile-fix

03

FrontisAI/NatureBench

Skill Claude CodeCodex

Fix Dockerfile issues identified by batchverify.sh. Reads verifyresult.txt to diagnose import failures, version conflicts, and missing dependencies, then repairs the Dockerfile and updates packages.json. May also fix scripts (Script-First Rule) when packages are unavailable.

106 2d ago A 56 tokens original MIT

filter-verify

04

FrontisAI/NatureBench

Skill Claude CodeCodex

Verify paper-filter results by checking pass/reject judgment correctness, validating taskinfo field accuracy, and detecting internal inconsistencies. Outputs actionable corrections to filterresult.json.

106 2d ago A 36 tokens original MIT

paper-filter

05

FrontisAI/NatureBench

Skill Claude CodeCodex

Filter CNS papers for suitability in extracting machine learning tasks. Uses a three-level cascade funnel (Task Nature → Evaluation System → Data Completeness) with progressive filtering; stops immediately upon rejection. Input is preprocessed paper data; output is the filtering decision result.

106 2d ago A 54 tokens original MIT

paper-preprocess

06

FrontisAI/NatureBench

Skill Claude CodeCodex

Preprocessing CNS papers (PDF + HTML) to extract text, figures, and links. Outputs structured data for use by the paper-filter skill.

106 2d ago A 33 tokens original MIT

task-build

07

FrontisAI/NatureBench

Skill Claude CodeCodex

Build a structured task package from a paper that has passed paper-preprocess, paper-filter, and data-check. Reorganizes data, generates problem description, evaluator, metadata, and environment Dockerfile.v3.

106 2d ago A 45 tokens original MIT

task-fix

08

FrontisAI/NatureBench

Skill Claude CodeCodex

Fix issues identified by task-verify in a task package. Reads taskverifyresult.json, prioritizes failed checks over warnings, applies targeted fixes following task-build rules, re-runs dynamic testing, and outputs a fix log.

106 2d ago A 49 tokens original MIT

task-verify

09

FrontisAI/NatureBench

Skill Claude CodeCodex

Verify task packages built by task-build. Checks document consistency, benchmark design principles, and performs dynamic testing with a baseline solver to ensure the task package is valid and usable.

106 2d ago A 38 tokens original MIT

verify-apply

10

FrontisAI/NatureBench

Skill Claude CodeCodex

Apply corrections from filter-verify (verificationresult.json) or data-verify (dataverifyresult.json) to filterresult.json. User specifies source type explicitly. Applies field-level and structural corrections, performs inline verification for new/modified settings, writes change log.

106 2d ago A 56 tokens original MIT