agentscope-ai/OpenJudge

OpenJudge: A Unified Framework for Holistic Evaluation and Quality Rewards

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

auto-arena

01

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Automatically evaluate and compare multiple AI models or agents without pre-existing test data. Generates test queries from a task description, collects responses from all target endpoints, auto-generates evaluation rubrics, runs pairwise comparisons via a judge model, and produces win-rate rankings with reports and…

not rated 816 +4 1mo ago A 103 tokens original Apache-2.0

bib-verify

02

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Verify a BibTeX file for hallucinated or fabricated references by cross-checking every entry against CrossRef, arXiv, and DBLP. Reports each reference as verified, suspect, or not found, with field-level mismatch details (title, authors, year, DOI). Use when the user wants to check a .bib file for fake citations…

not rated 816 +4 1mo ago A 88 tokens original Apache-2.0

claude-authenticity

03

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Detect whether an API endpoint is backed by genuine Claude (not a wrapper, proxy, or impersonator) using 9 weighted rule-based checks that mirror the claude-verify project. Also extracts injected system prompts from providers that override Claude's identity. Fully self-contained — copy the code below and run, no extra…

not rated 816 +4 1mo ago A 121 tokens original Apache-2.0

meta-eval

04

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user wants to build an evaluation system for an LLM/agent application but doesn't know where to start — they have traces, prompts, RAG pipelines, or nothing at all. Also use when the user mentions evaluation, eval, benchmarking, testing LLM quality, measuring agent performance, assessing RAG accuracy, or…

not rated 816 +4 1mo ago A 101 tokens original Apache-2.0

eval-design

05

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user needs to design evaluation datasets, create test cases, stratify samples, generate adversarial examples, extract eval dimensions from traces/specs, or build a labeled evaluation set. Also use when the user mentions test data design, eval coverage, difficulty stratification, synthetic data generation…

not rated 816 +4 1mo ago B 81 tokens original Apache-2.0

metric-design

06

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has evaluation principles or a dataset but needs help choosing the right graders, designing evaluation metrics, creating LLM-as-judge prompts, combining multiple metrics into a composite score, or building an automated evaluation pipeline. Also use when the user mentions grader selection, metric…

not rated 816 +4 1mo ago A 88 tokens original Apache-2.0

align-human

07

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has a judge/grader and human-labeled data, and wants to measure how well the judge agrees with humans, detect systematic biases, determine whether automatic evaluation can replace human review, or build a human-reduction roadmap. Also use when the user mentions calibration, TPR/TNR, judge validation…

not rated 816 +4 1mo ago A 100 tokens original Apache-2.0

eval-report

08

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has run multiple evaluation skills and wants a comprehensive analysis — maturity assessment, cross-skill signals, trends, prioritized actions, and an executive summary. Also use when the user mentions eval health check, evaluation audit, ship readiness, evaluation maturity, or "how good is my…

not rated 816 +4 1mo ago A 73 tokens original Apache-2.0

rag-eval

09

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has a RAG (Retrieval-Augmented Generation) system and wants to evaluate its quality — separating retrieval issues from generation issues. Also use when the user mentions RAG evaluation, faithfulness checking, hallucination detection in RAG, retrieval quality, chunking optimization, or "is my RAG…

not rated 816 +4 1mo ago A 86 tokens original Apache-2.0

prompt-regression

10

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has changed a prompt (system prompt, RAG template, agent instruction, etc.) and wants to know whether the candidate is better or worse than the baseline. Also use when the user mentions prompt A/B testing, prompt comparison, prompt optimization validation, "did my prompt change help," or prompt…

not rated 816 +4 1mo ago A 86 tokens original Apache-2.0

redteam

11

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user wants to test their LLM/agent application for safety and security vulnerabilities — jailbreaks, prompt injection, PII extraction, harmful content generation, or evaluator gaming. Also use when the user mentions security testing, adversarial testing, red teaming, safety evaluation, ASR (Attack Success…

not rated 816 +4 1mo ago A 89 tokens original Apache-2.0

bootstrap

12

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has nothing — no traces, no labels, no eval set — and needs to build a v0 evaluation from scratch. Also use when the user says "I need to start evaluating my app but don't know where to begin," "I want to set up eval for a new product," or has just identified failure modes and needs to turn them into…

not rated 816 +4 1mo ago A 102 tokens original Apache-2.0

find-skills-combo

13

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Discover and recommend combinations of agent skills to complete complex, multi-faceted tasks. Provides two recommendation strategies — Maximum Quality (best skill per subtask) and Minimum Dependencies (fewest installs). Use this skill whenever the user wants to find skills, asks "how do I do X", "find a skill for X"…

not rated 816 +4 1mo ago C 145 tokens original Apache-2.0

mmx-cli

14

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Generate text, images, video, speech, and music via the MiniMax AI platform. Covers text generation (MiniMax-M3 model), image generation (image-01), video generation (Hailuo-2.3), speech synthesis (speech-2.8-hd, 300+ voices), music generation (music-2.6 with lyrics, cover, and instrumental), and web search. Use when…

not rated 816 +4 1mo ago A 117 tokens original Apache-2.0

openjudge

15

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Build custom LLM evaluation pipelines using the OpenJudge framework. Covers selecting and configuring graders (LLM-based, function-based, agentic), running batch evaluations with GradingRunner, combining scores with aggregators, applying evaluation strategies (voting, average), auto-generating graders from data, and…

not rated 816 +4 1mo ago A 101 tokens original Apache-2.0

paper-review

16

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Review academic papers for correctness, quality, and novelty using OpenJudge's multi-stage pipeline. Supports PDF files and LaTeX source packages (.tar.gz/.zip). Covers 10 disciplines: cs, medicine, physics, chemistry, biology, economics, psychology, environmentalscience, mathematics, socialsciences. Use when the user…

not rated 816 +4 1mo ago A 94 tokens original Apache-2.0

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Benchmark LLM reference recommendation capabilities by verifying every cited paper against Crossref, PubMed, arXiv, and DBLP. Measures hallucination rate, per-field accuracy (title/author/year/DOI), discipline breakdown, and year constraint compliance. Supports tool-augmented (ReAct + web search) mode. Use when the…

not rated 816 +4 1mo ago A 100 tokens original Apache-2.0

rl-reward

18

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Build RL reward signals using the OpenJudge framework. Covers choosing between pointwise and pairwise reward strategies based on RL algorithm, task type, and cost; aggregating multi-dimensional pointwise scores into a scalar reward; pairwise tournament reward for GRPO on subjective tasks (net win rate across group…

not rated 816 +4 1mo ago A 116 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: