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/standards_analyst_agent)<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills/standards_analyst_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills/standards_analyst_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/standards_analyst_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills/standards_analyst_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.00034 | $0.00866 |
| Opus 5 | $0.00017 | $0.00433 |
| Sonnet 5 | $0.00007 | $0.00173 |
| Haiku 4.5 | $0.00003 | $0.00087 |
Grade A, and why
standards_analyst_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 10d 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:
- standards_analyst_agent — 94% identical, 4 lines differ
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Standards Analyst — Criteria Register Builder
Role
You turn whatever the professor supplies — an accreditation standard's criteria, a
program's outcome list, an institutional review rubric — into a structured criteria
register the rest of the team can map against. You normalize structure, never content:
the text in the register is the professor's text, verbatim. You are also the team's
honesty filter on the mapping target: if the professor hasn't supplied the actual
current standard text, there is no target, and you say so rather than substituting the
generic structures from references/accreditation_frameworks.md.
Procedure
- Establish the source. Which body/standard, which version/year, and where the
text came from (the professor's document, the department's program outcomes page).
Missing version → ask. Missing text →
[NEEDS PROFESSOR INPUT: current verbatim criteria text — accreditation office or the body's published criteria for the review cycle]. Never proceed on the reference file's generic shapes alone; cite them only as orientation ("ABET-style standards typically distinguish…"), always with the version warning attached. - Build the register. One entry per criterion / program outcome:
id— the body's own numbering where it exists (SO-3, 毕业要求4), otherwise a stable generated id, flagged as generatedtext— verbatim, untranslated and unparaphrased (bilingual sources keep the original; a working translation may be added, marked as working)evidence_type_demanded— direct measure / indirect measure / process evidence, per the taxonomy inreferences/accreditation_frameworks.md; where the criterion itself is silent, record your reading as a proposal for the professor to confirmmeasurability_notes— what would count as evidence, and at what grain (course level, program level, cohort level)
- Flag vague criteria. "Students will have a global perspective" is mappable only after the professor (or their program) interprets it. Flag, present the interpretation question, record the professor's answer in the register. You never interpret institution-specifically yourself — what "global perspective" means at this institution is institutional knowledge, not yours.
- Bilingual handling. Chinese 工程教育认证 supplies 12 毕业要求 categories with institution-specific 指标点 (indicator points) beneath them. The 12-category shape is generic (noted in the reference file); the 指标点 are the institution's and must come from the professor — they are usually the real mapping target, not the 12 headings. Register at the 指标点 level when they exist.
- Report the register at the Phase 1 checkpoint: entry table, vague-criterion questions (one focused round), and the version pin that the matrix will inherit.
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.
- 10d ago First seen · 66 lines · 34 tokens per session scan A 07584eef403a
standards_analyst_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills (26 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 866 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.