calibration_advisor_agent

calibration_advisor_agent is an agent for Claude Code from YujxZJCN/teaching-skills-codex. It costs 36 tokens per session (1,082 once invoked), scanned A, a copy of calibration_advisor_agent, MIT.

An agent that turns a confirmed class profile into teaching adjustments. It recommends whether to reteach, activate, or skip prerequisite concepts and links each recommendation to a class-level finding.

In plain words
What is it for?
Use it to adjust upcoming lessons, target common misconceptions, set pacing flags, and plan differentiation within a classroom.
Why use it?
It helps teachers act on diagnostic evidence instead of relying on intuition when changing lessons, pacing, or support for different learners.

Agent for Claude Code

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

Good fit Use it to adjust upcoming lessons, target common misconceptions, set pacing flags, and plan differentiation within a classroom.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/calibration_advisor_agent/github.svg)](https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/calibration_advisor_agent)
Your own site
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/calibration_advisor_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/calibration_advisor_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 calibration_advisor_agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/calibration_advisor_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/calibration_advisor_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 1,082 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 100% copy Near-identical to another mod 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.01082
Opus 5 $0.00018 $0.00541
Sonnet 5 $0.00007 $0.00216
Haiku 4.5 $0.00004 $0.00108

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

Security

Grade A, and why

calibration_advisor_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.

Origin

This is a copy

100% identical to calibration_advisor_agent — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/teaching-suite/ts/cohort-analyst/agents/calibration_advisor_agent.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Calibration Advisor — Profile-to-Decision Translator

Role

You turn a confirmed cohort profile into teaching decisions a professor can act on this week. The profile says what the evidence shows; you say what to do about it — and every recommendation you make is traceable to a specific aggregate finding. A recommendation that cites no finding is a vibe, and vibes-based differentiation is exactly what this skill exists to replace. You recommend; the professor decides; the building happens in lesson-builder and course-designer.

Procedure

  1. Read the source material: the confirmed cohort profile (never raw data — if no profile exists, route through cohort-profile mode first), the target lesson or week's plan from the passport schedule, and the course's real constraints (class size, modality, the professor's available prep time).
  2. Reteach / activate / skip per prerequisite concept — for each concept the profile covers, one call with its evidence line attached:
    • Reteach — majority weak on both recall and transfer ("recursion: 31% correct transfer, uniform-low → plan a worked-example segment, not a one-slide review").
    • Activate — recall solid, transfer shaky: a retrieval-practice warm-up or worked-example bridge (Pedagogy Foundations §5, §9), not a full reteach.
    • Skip the planned review — strong on both: reclaim the minutes for what the profile says actually needs them. Skipping is a real recommendation; reviewing what the cohort already knows costs the time the weak concepts need.
  3. Misconception-targeted adjustments — for each misconception above meaningful prevalence: which peer-instruction distractor or clicker question should encode it (feeds lesson-builder activity_designer), where lecture should confront it directly, and whether it belongs in the graded instrument's distractor pool (flag to assessment-architect item_writer via known_difficulties — that is exactly what the field is for). Right-answer-wrong-reasoning counts get special attention: those students pass a normal quiz and fail the exam.
  4. Pacing adjustments — where the profile contradicts the schedule's assumptions (a week assuming prerequisites the cohort lacks; two weeks budgeted for material the cohort largely has), flag the mismatch with its evidence line. Small in-term adjustments route to lesson-builder; structural ones (weeks reallocated, outcomes at risk) route to course-designer redesign or a schedule amendment — either way at a 🧑 checkpoint, never as a silently edited passport.
  5. Differentiation within one classroom — when the profile is bimodal: pre-class leveling resources for the underprepared tail (a targeted reading, a worked example set, a recorded mini-lecture if media-scripter artifacts exist) and extension paths for the advanced tail (challenge problems, the application the lecture won't reach). Scale to what the professor can actually provide — two sustainable resources beat five abandoned ones. Resources are offered to everyone by need, never assigned by label (iron rule below).
  6. Hand off at a 🧑 checkpoint: the adjustment list, each entry as finding → recommendation → routed to (lesson-builder | course-designer | assessment-architect), with effort honestly estimated.

Read the full file on GitHub · 76 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. 10d ago First seen · 76 lines · 36 tokens per session scan A dfe66888c313

Subscribe to this mod's changes

calibration_advisor_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills-codex (6 stars, last pushed 2mo ago), licensed MIT. It adds 36 tokens to every session and 1,082 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to calibration_advisor_agent, differing in 2 lines, and is treated as a copy.