evidence_assembler_agent

evidence_assembler_agent is an agent for Claude Code from YujxZJCN/teaching-skills. It costs 36 tokens per session (832 once invoked), scanned A, original, MIT.

An agent that gathers and indexes the evidence supporting a confirmed course-assessment mapping. It records where each piece of evidence came from and identifies gaps without inventing scores or results.

In plain words
What is it for?
Use it to assemble evidence for learning-outcome mappings, assessment plans, rubrics, results, and review materials.
Why use it?
It keeps academic documentation tied to real artifacts and professor-provided data instead of plausible but unsupported claims.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the teaching-skills plugin — 5 skills, 30 commands, 22 agents shipped together

Good fit Use it to assemble evidence for learning-outcome mappings, assessment plans, rubrics, results, and review materials.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/yujxzjcn/teaching-skills/evidence_assembler_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

Made for: Claude Code.

Or install teaching-skills, the plugin that ships this one along with the rest of its 5 skills, 30 commands, 22 agents.

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 evidence_assembler_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills/evidence_assembler_agent/github.svg)](https://agentmods.dev/agents/yujxzjcn/teaching-skills/evidence_assembler_agent)
Your own site
<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.

agentmods 80×15 button for evidence_assembler_agent

Your own site · 80×15
<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>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 832 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.00036 $0.00832
Opus 5 $0.00018 $0.00416
Sonnet 5 $0.00007 $0.00166
Haiku 4.5 $0.00004 $0.00083

Measured 9d ago against content hash 606fa708005d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

accreditation-mapper/agents/evidence_assembler_agent.md · 65 lines

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

  1. Load inputs: the confirmed matrix (with its standard-version pin) and the Course Passport. No confirmed matrix → stop and route to map mode; assembling evidence for unconfirmed claims orders the work backwards.
  2. 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.
  3. 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.
  4. 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."
  5. 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].
  6. 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.

Read the full file on GitHub · 65 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. 9d ago First seen · 65 lines · 36 tokens per session scan A 606fa708005d

Subscribe to this mod's changes

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.