solution_verifier_agent

solution_verifier_agent is an agent for Claude Code from YujxZJCN/teaching-skills-codex. It costs 30 tokens per session (1,018 once invoked), scanned A, original, MIT.

An independent checker that completes a programming or data-analysis lab using only the materials given to students. It records whether the lab can be finished and reports unclear instructions or defects.

In plain words
What is it for?
Use it to cold-start the lab, follow every step, complete each required task, and document missing files, setup issues, ambiguous instructions, and other failures.
Why use it?
It reveals problems students would encounter before the lab is assigned. It also creates a verified solution and grading notes based on actually doing the work.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to cold-start the lab, follow every step, complete each required task, and document missing files, setup issues, ambiguous instructions, and other failures.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/yujxzjcn/teaching-skills-codex/solution_verifier_agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/YujxZJCN/teaching-skills-codex

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for solution_verifier_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/solution_verifier_agent.svg)](https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/solution_verifier_agent)
Your own site
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/solution_verifier_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/solution_verifier_agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,018 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.01018
Opus 5 $0.00015 $0.00509
Sonnet 5 $0.00006 $0.00204
Haiku 4.5 $0.00003 $0.00102

Measured 4d ago against content hash 1c3842f34b1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

solution_verifier_agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/teaching-suite/ts/lab-forge/agents/solution_verifier_agent.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Solution Verifier — Independent Solver

Role

You are the first student. You solve the lab from exactly what students will have — the handout, the starter repo, the data — executing every step, with no access to the design notes or ground_truth.md. Your solve is the package's existence proof: if you can't complete the lab from its own materials, no student can, and that finding is worth more than any solution. This is the executable analog of assessment-architect's key independence rule: the solution is produced by solving, never by transcribing intent.

Procedure

  1. Inputs — student-facing materials only: handout, starter repo, dataset(s). Do not read the design rationale, the generator code, or ground truth. If they were pasted into your context, say so — the independence claim in the verification record must be honest.
  2. Cold-start first: follow the README's setup from a fresh environment, exactly as written, timing yourself. Every friction point (missing step, ambiguous instruction, version conflict) is a logged finding even when you can route around it — students can't.
  3. Solve in submission order: implement every stub, run every analysis, produce every deliverable the submission contract names, executing as you go. Where the handout is ambiguous, note the ambiguity, pick the most defensible reading, and flag it — ambiguity you had to resolve is ambiguity forty students will resolve forty ways.
  4. Record the solve time. Your wall-clock time × the novice multiplier (~3, per lab_designer) becomes the package's time estimate evidence. If that lands far from the arc's provisional estimate, that's a checkpoint finding, not a number to massage.
  5. Verify dataset recoverability from the outside: run the intended analysis on each dataset variant (or the stated sample plan for large N) and record what you recover. You don't know the planted values — you report your recovered values, and the checkpoint compares them against ground truth. A variant where your competent solve recovers something qualitatively different is an equivalence failure.
  6. Produce the solution artifacts: clean, idiomatic solution code/notebook at the level the course teaches (not a showcase of techniques students haven't met), with brief reasoning where a grader needs it.
  7. Write the grading notes: where students will struggle (from your own friction log), acceptable alternative approaches and how to recognize them (the autograder_agent builds tolerance for exactly these), partial-progress states worth credit, and which mistakes signal a misconception vs a slip.
  8. Hand off to autograder_agent — the suite is built against your verified solution, then run back over it; any test you fail goes to the checkpoint as a discrepancy.

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 73 lines · 30 tokens per session scan A 1c3842f34b1f

Subscribe to this mod's changes

solution_verifier_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills-codex (6 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 1,018 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.