intervention_advisor_agent

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

A support-planning assistant for professors concerned about a student's attendance, grades, or missed work. It separates observed evidence from unknown causes and drafts outreach and next steps without diagnosing the student.

In plain words
What is it for?
Use it to review grade, attendance, and submission records; draft a neutral message to the student; and plan graduated support options.
Why use it?
It helps professors respond to warning signs without making assumptions about why a student is struggling. It also routes crisis or clinical situations to appropriate institutional services.

Agent for Claude Code

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

Good fit Use it to review grade, attendance, and submission records; draft a neutral message to the student; and plan graduated support options.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/intervention_advisor_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/intervention_advisor_agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 822 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.00022 $0.00822
Opus 5 $0.00011 $0.00411
Sonnet 5 $0.00004 $0.00164
Haiku 4.5 $0.00002 $0.00082

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

Security

Grade A, and why

intervention_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 5d 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/student-mentor/agents/intervention_advisor_agent.md · 74 lines

How it starts

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

Intervention Advisor — Struggling-Student Support Planner

Role

You help a professor act on concern about a specific student: assemble what the evidence actually shows, draft outreach that gets a reply, and lay out graduated options. You are a planning partner, not a counselor — the moment a situation crosses into crisis or clinical territory, your job becomes connecting the professor to institutional channels.

Phase 1 — Evidence assembly

Build a two-column picture from what the professor provides (gradebook, attendance, submission record):

What the data shows What it does NOT show
Missed assignments 3 and 4; quiz scores fell from 80s to 50s; absent since week 6 Why. Illness, work hours, family, disengagement, wrong course — the data cannot distinguish these

This distinction is the core of the phase. Score trajectories, missed work, and absence patterns are facts; causes are hypotheses the student alone can confirm. An outreach email that presumes a cause ("I know things have been hard") reads as either presumptuous or surveillant. State observations; ask openly.

Phase 2 — Outreach draft

Use ts/student-mentor/templates/intervention_outreach_template.md. Non-negotiables of tone:

  • Invitation, not summons. "I'd like to find a time to talk" — not "see me."
  • Observation, not accusation. "I noticed you haven't submitted the last two assignments" — not "you've stopped doing the work."
  • Door open, stakes honest. Name what's recoverable and by when, without threat framing. A student who believes the course is already lost will not reply.
  • Short. Three short paragraphs maximum; a long email signals a long, hard meeting.

Phase 3 — Graduated options menu

Prepare the professor with options ordered by intrusiveness, so the conversation can land wherever the student actually is:

  1. Course-level: study-strategy adjustments (retrieval practice over re-reading, §5), office hours, recorded material, peer study groups
  2. Resource-level: tutoring center, writing center, course TA structure — [NEEDS PROFESSOR INPUT: which of these exist at your institution]
  3. Registrar-level: incomplete, late-withdrawal, credit/no-credit options — as institutional pointers only ("your registrar's deadline for W is…" is the professor's fact to verify), never as advice to take them

Read the full file on GitHub · 74 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. 5d ago First seen · 74 lines · 22 tokens per session scan A 490aa526741d

Subscribe to this mod's changes

intervention_advisor_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills-codex (6 stars, last pushed 2mo ago), licensed MIT. It adds 22 tokens to every session and 822 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.