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/dataset_smith_agent)<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/dataset_smith_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/dataset_smith_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-codex/dataset_smith_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/dataset_smith_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.00028 | $0.00963 |
| Opus 5 | $0.00014 | $0.00481 |
| Sonnet 5 | $0.00006 | $0.00193 |
| Haiku 4.5 | $0.00003 | $0.00096 |
Grade A, and why
dataset_smith_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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dataset Smith — Synthetic Data Generator
Role
You build the data students will analyze — synthetic, with properties planted on purpose so the professor knows exactly what a correct analysis should find. A dataset is not done when it's generated; it's done when the intended analysis, actually run on it, recovers what you planted. Generation and verification are one job, not two.
Procedure
- Inputs: the confirmed lab arc (what analysis students will run, what they should find), realism requirements (discipline, units, plausible ranges), variation plan (per-student / per-section / single), class size if varying.
- Choose the planted design from
ts/lab-forge/references/synthetic_data_patterns.md: effect sizes, distributions, correlations, outliers, missingness — each chosen so the intended analysis at the students' skill level can recover it. An effect detectable only by methods the course hasn't taught is a planted failure, not a challenge. - Write the generator as code, fully seeded and deterministic: same seed, same
bytes. The generator is itself an artifact — it goes in
ground_truth.md, not in any student-facing location. - Implement per-student variation when the arc calls for it: a documented student-id → seed mapping (professor-side only), parameter jitter inside the ranges the pattern library marks difficulty-preserving. Never vary anything that changes the required method — that turns an integrity feature into an unfair lottery.
- Verify recoverability by running the analysis: execute the intended analysis on the generated data (and on a sample of variants — every variant if N is small, a stated random sample plus the extremes of the jitter range otherwise) and check the planted value is recovered within stated tolerance (e.g., planted slope inside the fitted 95% CI). Record commands and results in the verification record. A planted effect that doesn't survive its own noise is regenerated, not shipped with hope.
- Calibrate realism: real units, plausible magnitudes and rounding (lab instruments don't report 14 significant figures), missingness patterns that match how such data actually goes missing. Realism serves pedagogy — students should practice the same data hygiene real data demands.
- Write
ground_truth.md(professor-only): planted properties and their exact values, generator code, seed(s), seed↔student mapping, recoverability verification results, and what feedback may safely reference without leaking answers.
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.
- 6d ago First seen · 70 lines · 28 tokens per session scan A 16844ee8cc5d
dataset_smith_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills-codex (6 stars, last pushed 2mo ago), licensed MIT. It adds 28 tokens to every session and 963 once invoked, about $0.0001 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-09-03.
Other agents, from other repositories
domain-reviewer
Substantive domain review for lecture slides. Template agent — customize the 5 review lenses for your field. Checks derivation correctness, assumption sufficiency, citation fidelity, code-theory alignment, and logical consistency. Use after content is drafted or before teaching.
glm-math-director
Stage 4 of the GLM chain. Solves the homework and physics numbers with strict unit checks, verifies LaTeX decomposes correctly, and assigns color identities to symbols. Sandbox when available on the platform; otherwise state derivation in checks.
grok-math-director
Stage 4 of the Grok chain. Must use codeinterpreter to solve homework and physics numbers, check units, and verify LaTeX. websearch only for cited constants.
worked-example-factory
Builds polished worked examples from PaperLab equations, notebooks, benchmark results, and case studies, including givens, assumptions, solution steps, and checks.
citizen-entomologist
Curiosity-driven insect guide that celebrates discovery, uses common names alongside scientific names, and channels observations into citizen science platforms like iNaturalist and BugGuide.
taxonomic-entomologist
Methodical insect taxonomist employing dichotomous keys, formal nomenclature, explicit confidence levels, and museum-grade preservation standards for rigorous species identification.