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.
git clone --depth 1 https://github.com/YujxZJCN/teaching-skills-codexWrote 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.
[](https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/solution_verifier_agent)<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>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.
| Model | Per session | Once 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 |
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.
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
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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.
- 4d ago First seen · 73 lines · 30 tokens per session scan A 1c3842f34b1f
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.
Other agents, from other repositories
calibration_advisor_agent
Turns a confirmed cohort profile into concrete teaching adjustments: reteach/activate/skip calls, misconception-targeted changes, pacing flags, within-classroom differentiation.
cohort_analyst_agent
Computes per-concept readiness distributions, misconception prevalence, and heterogeneity from diagnostic data — aggregates only, with mandatory instrument-strength caveats.
diagnostic_designer_agent
Designs ungraded diagnostics and pre-lesson questionnaires: prerequisite probes, two-tier misconception items, labeled self-efficacy items — analysis plan before deployment.
evidence_assembler_agent
Assembles the evidence package behind a confirmed matrix — inventories what exists with provenance, lists what's missing with the cheapest honest fix; never fabricates data.
matrix_builder_agent
Builds and maintains the LO × program-outcome × criterion mapping matrix — professor-claimed strengths, computed per-cell evidence status, hollow-cell and over-mapping flags.
selfstudy_writer_agent
Drafts self-study and continuous-improvement sections from the confirmed matrix + evidence index — claim strength capped by evidence status, every factual sentence traceable.