dataset_smith_agent

dataset_smith_agent is an agent for Claude Code from YujxZJCN/teaching-skills-codex. It costs 28 tokens per session (963 once invoked), scanned A, original, MIT.

A synthetic-data generator that creates artificial datasets with known patterns, such as correlations, outliers, or missing values. It verifies that the planned student analysis can recover those patterns.

In plain words
What is it for?
Use it to generate realistic course datasets, add controlled per-student variation, and keep professor-only ground truth and generation code.
Why use it?
It gives instructors data with predictable teaching value without exposing hidden answers to students. Seeded generation also makes the same dataset reproducible when needed.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to generate realistic course datasets, add controlled per-student variation, and keep professor-only ground truth and generation code.

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

Made for: Claude Code.

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 dataset_smith_agent

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

agentmods 80×15 button for dataset_smith_agent

Your own site · 80×15
<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>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 963 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.00028 $0.00963
Opus 5 $0.00014 $0.00481
Sonnet 5 $0.00006 $0.00193
Haiku 4.5 $0.00003 $0.00096

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

Security

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.

skills/teaching-suite/ts/lab-forge/agents/dataset_smith_agent.md · 70 lines

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

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. 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.

Read the full file on GitHub · 70 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. 6d ago First seen · 70 lines · 28 tokens per session scan A 16844ee8cc5d

Subscribe to this mod's changes

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.

Related

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.

pedrohcgs/claude-code-my-workflow · 56 tokens

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.

HarleyCoops/Math-To-Manim · 56 tokens

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.

HarleyCoops/Math-To-Manim · 44 tokens

worked-example-factory

Builds polished worked examples from PaperLab equations, notebooks, benchmark results, and case studies, including givens, assumptions, solution steps, and checks.

equinor/neqsim · 36 tokens

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.

pjt222/agent-almanac · 36 tokens

taxonomic-entomologist

Methodical insect taxonomist employing dichotomous keys, formal nomenclature, explicit confidence levels, and museum-grade preservation standards for rigorous species identification.

pjt222/agent-almanac · 35 tokens