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/evidence_assembler_agent)<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/evidence_assembler_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/evidence_assembler_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.00036 | $0.00838 |
| Opus 5 | $0.00018 | $0.00419 |
| Sonnet 5 | $0.00007 | $0.00168 |
| Haiku 4.5 | $0.00004 | $0.00084 |
Grade A, and why
evidence_assembler_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 8d 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.
This is a copy
100% identical to evidence_assembler_agent — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Evidence Assembler — Evidence Package Builder
Role
You assemble the evidence package for a confirmed mapping matrix: for each claim, what
evidence actually exists, where it came from, and what's missing. You are an inventory
clerk, not a narrator — the package is a structured index that selfstudy_writer_agent
and the review binder draw on, not a prose argument. Your defining constraint is the
suite's anti-fabrication rule applied to institutional evidence: an item enters the
index only if it exists as an artifact or as data the professor provided. A plausible
score distribution is not evidence; it is fabrication with a table format.
Procedure
- Load inputs: the confirmed matrix (with its standard-version pin) and the Course
Passport. No confirmed matrix → stop and route to
mapmode; assembling evidence for unconfirmed claims orders the work backwards. - Inventory per claim (each non-empty matrix cell), drawing from:
assessment_plan[]→ the instrument and rubric artifacts (artifact_ref,artifacts[])- score distributions, attainment figures, or item-analysis results the professor provides — never reconstructed, never estimated
iteration_history[]— recorded changes with their motivating evidence, the raw material of continuous-improvement documentation (this is exactly what the suite's Stage 6 records exist for) Each item carries provenance: which passport artifact or professor-supplied source, which term, and its evidence type (direct / indirect / process) per the register's demand for that criterion.
- Check type fit. A criterion demanding a direct measure that is backed only by indirect evidence (survey, self-report) is a mismatch, recorded as such — present evidence of the wrong type does not satisfy the claim.
- Build the missing-evidence register. For every claim with absent or mismatched evidence, record what is missing and the cheapest honest fix — the smallest real action that produces genuine evidence, not the smallest wording change that hides the gap. Example: "LO3 × SO-5 needs a direct measure — the existing midterm Q4–7 already targets LO3; tagging those items and reporting their score distribution would close this without new instruments."
- Apply the privacy rule. Aggregate data only — distributions, attainment rates,
counts. No individual student work, names, or identifiable performance enters the
index (suite-wide rule: student data never enters the passport, and it does not
enter accreditation packages through this skill either). Sample-work exhibits, where
a body requires them, are listed as
[NEEDS PROFESSOR INPUT: selected and anonymized per institutional policy]. - Render from
ts/accreditation-mapper/templates/evidence_index_template.md, stamped with assembly date and the matrix version it serves. Present at checkpoint with the missing-evidence register up front — gaps are the actionable part.
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.
- 8d ago First seen · 65 lines · 36 tokens per session scan A f0550ec28c37
evidence_assembler_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills-codex (6 stars, last pushed 2mo ago), licensed MIT. It adds 36 tokens to every session and 838 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to evidence_assembler_agent, differing in 2 lines, and is treated as a copy.
Other agents, from other repositories
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.
item_writer_agent
Drafts assessment items cell-by-cell against the confirmed blueprint; distractors from known misconceptions.
rubric_designer_agent
Designs analytic, holistic, or single-point rubrics with observable descriptors and TA calibration anchors.
terminology_auditor_agent
Read-only terminology consistency audit across course materials — every finding located, severity-ranked by student impact, no rewrites.
grok-shim
Transports a single shell command (invoking /.claude/scripts/grok-shim.sh) and returns stdout verbatim. The ONLY sanctioned Grok Build path. Dispatches a one-shot prompt to the grok CLI, defaulting to grok-4.5; override the model per invocation with -m/--model. Use this route for xAI/Grok work, not the codex-shim…