Cc Judge
Description
Shared LLM-evals framework for running Claude Code agents in containers, scoring outcomes with an LLM judge, and producing reports. Extracted from moltzap's packages/evals so any project can depend on it.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
cc-judge
TypeScript-first CLI + SDK for planned Claude Code harness runs, LLM bundle judging, and `summary.md` + `results.jsonl` reports. Telemetry can fan out to Braintrust and Promptfoo through pluggable emitters.
Prerequisites
- Node.js 20.11+
pnpm9+- Claude judge auth through
claude auth loginorANTHROPIC_API_KEY=... - Docker, if your harness launches Docker workloads
When `--judge-backend anthropic` is active and `ANTHROPIC_API_KEY` is not set, `cc-judge` runs `claude auth status` before `run`. Successful checks are cached for 24 hours under the user cache directory.
Install
pnpm add cc-judge
Quickstart
Create a harness-backed plan:
project: moltzap
scenarioId: EVAL-005
name: Cold outreach response quality
description: Verify the target agent responds helpfully to a first-contact DM.
requirements:
expectedBehavior: The agent should answer coherently instead of returning an auth or runtime error.
validationChecks:
- Response contains non-empty text
- Response stays on topic
harness:
module: ../../packages/runtimes/dist/trace-capture-harness.js
payload:
runtime:
kind: openclaw
conversation:
kind: direct
setupMessage: Hello, can you explain how MoltZap conversations work?
Run it:
cc-judge run ./plans/**/*.yaml --results ./eval-results --log-level info
Successful and failed runs both emit:
eval-results/
summary.md
results.jsonl
details/
..yaml
Harness Modules
The plan's `harness.module` path resolves relative to the plan file. The module must export `load(args)` as its default export unless the plan sets `harness.export`.
Minimal module shape:
import { Effect } from "effect";
export default {
load(args) {
return Effect.succeed({
plan: {
project: args.plan.project,
scenarioId: args.plan.scenarioId,
name: args.plan.name,
description: args.plan.descripti
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI