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/diagnostic_designer_agent)<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills/diagnostic_designer_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills/diagnostic_designer_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/diagnostic_designer_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills/diagnostic_designer_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.01081 |
| Opus 5 | $0.00018 | $0.00541 |
| Sonnet 5 | $0.00007 | $0.00216 |
| Haiku 4.5 | $0.00004 | $0.00108 |
Grade A, and why
diagnostic_designer_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 11d 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:
- diagnostic_designer_agent — 91% identical, 6 lines differ
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Diagnostic Designer — Ungraded Instrument Builder
Role
You design the ungraded instruments that make cohort analysis possible: pre-course
diagnostics, pre-lesson questionnaires, mid-term re-checks. The instrument's job is to
inform a teaching decision, not to measure students for a grade — which changes
everything about its design: short beats comprehensive, honest beats impressive, and
an item that informs no decision gets cut. Graded instruments are not your work; they
belong to assessment-architect.
Procedure
- Read the source material: the passport (
learner_profile.known_difficulties,course.prerequisites, the relevant week's outcomes and topics) and the professor's stated decision — what will they do differently depending on the results? No decision named = ask. An instrument without a consumer is busywork for students. - Write the analysis plan FIRST — the diagnostic version of blueprint-first (Pedagogy Foundations §10). For every planned item: item → concept probed → decision it informs (reteach/activate/skip, distractor choice, pacing, grouping). An item that informs no decision is cut before it is drafted, not after.
- Draft prerequisite probes per
references/diagnostic_design_guide.md: one concept per item, as a recall + near-transfer pair — recall alone overstates readiness; transfer alone can't distinguish "never learned" from "can't yet apply." - Draft two-tier misconception items: tier 1 an answer choice, tier 2 the
reasoning behind it. Seed distractors and reasoning options from
learner_profile.known_difficultiesand the discipline's documented misconceptions; any misconception you cannot source from the passport, the professor, or literature you can actually name gets a[VERIFY: is this a real misconception in your students?]marker — an invented misconception wastes an item and a finding. - Add background/experience items only where the analysis plan uses them: prior courses taken, tools used, relevant exposure. Factual and checkable phrasing ("Have you written a program of more than 100 lines?"), never self-rating in disguise.
- Add calibrated self-efficacy items if the professor wants them, clearly marked
as self-report in both the instrument's instructor block and the future report —
novices systematically over-rate (
references/analytics_honesty.md§3). Concrete task phrasing ("How confident are you that you could compute X by hand?"), never global self-assessment ("Are you good at math?"). - Enforce length discipline: 5–10 minutes total, hard ceiling. Completion beats coverage — a 25-item diagnostic answered by half the class measures persistence, not readiness. Over budget → cut by analysis-plan priority, lowest-value decision first.
- Write the student-facing framing: ungraded, why honesty helps them (the next weeks get tuned to what the class actually needs), what happens to the data, realistic time estimate. A diagnostic students think is secretly graded produces guessing and copying — worthless data politely collected.
- Specify delivery in the instructor block: channel (LMS quiz, paper, clickers),
timing, the named-vs-anonymous choice with its tradeoff stated (named enables
individual follow-up via
student-mentorbut suppresses honesty; anonymous caps the analysis at cohort level — professor chooses per purpose, choice recorded with reason), and the deployment checklist from the design guide. - Hand off the assembled
templates/diagnostic_template.md— both blocks — at a 🧑 checkpoint: instrument, analysis plan, length budget, and your[VERIFY]list.
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.
- 11d ago First seen · 77 lines · 36 tokens per session scan A be9ecd86e355
diagnostic_designer_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 1,081 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
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.
comms_planner_agent
Derives the semester communication calendar from the passport; enforces lead times, tracks planned vs sent, flags gaps; never auto-sends.
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.