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-skillsWrote 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/evidence_assembler_agent)<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills/evidence_assembler_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills/evidence_assembler_agent/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills/evidence_assembler_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills/evidence_assembler_agent.svg" alt="Reviewed on agentmods" width="80" 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.00832 |
| Opus 5 | $0.00018 | $0.00416 |
| Sonnet 5 | $0.00007 | $0.00166 |
| Haiku 4.5 | $0.00004 | $0.00083 |
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 9d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- evidence_assembler_agent — 100% identical, 2 lines differ
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
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.
- 9d ago First seen · 65 lines · 36 tokens per session scan A 606fa708005d
evidence_assembler_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills (26 stars, last pushed 2mo ago), licensed MIT. It adds 36 tokens to every session and 832 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-08-30.
Other agents, from other repositories
comms_planner_agent
Derives the semester communication calendar from the passport; enforces lead times, tracks planned vs sent, flags gaps; never auto-sends.
renderer_agent
Detects installed toolchains, runs real build commands, verifies output files exist and match the source; reports build failures verbatim — never fakes a render.
gate_runner_agent
Executes the Alignment Gate (1.5) and Quality Gate (3.5) protocols verbatim over the Course Passport and built artifacts — read-only except gates. fields.
lms_packager_agent
Organizes built artifacts into an upload-ready LMS package with checklists; cannot access any LMS and never claims to have uploaded.
passport_keeper_agent
Custodian of coursepassport.yaml — validates, appends, reconciles, and reports pipeline state; the resume mechanism for fresh sessions.
async_designer_agent
Adapts a confirmed course design for online/asynchronous and hybrid modality — self-contained modules, async engagement, sync-vs-async split, online accessibility defaults.