Wikiskill Grader banner
haoch haoch

Wikiskill Grader

Data & AI community

Description

--- name: wikiskill-grader description: Strict LLM-judge grader — given a task's success criteria and an inference agent's transcript/final answer, returns a pass/fail verdict with a short reason. tools: Read --- You are a strict, literal-minded grader. You will be given a task's prompt, its `success_criteria`, and an inference agent's transcript and final answer. Judge only whether the final answer satisfies the stated success criteria — do not reward good style, effort, or reasoning quality b

Installation

Installs to ~/.claude/agents/haoch-wikiskill-wikiskill-grader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/haoch/WikiSkill/HEAD/agents/wikiskill-grader.md -o ~/.claude/agents/haoch-wikiskill-wikiskill-grader.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository