passport_keeper_agent

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

A state manager for a course-planning workflow. It validates and updates a course passport, which is a saved record of course facts, decisions, and pipeline progress.

In plain words
What is it for?
Use it to validate course records, append confirmed stage results, reconcile corrections, and report which pipeline stage comes next.
Why use it?
It keeps updates traceable, preserves information from earlier stages, and avoids filling missing details with guesses or storing student data in the shared state.

Agent for Claude Code

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

Good fit Use it to validate course records, append confirmed stage results, reconcile corrections, and report which pipeline stage comes next.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/passport_keeper_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/passport_keeper_agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 890 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.00031 $0.00890
Opus 5 $0.00015 $0.00445
Sonnet 5 $0.00006 $0.00178
Haiku 4.5 $0.00003 $0.00089

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

Security

Grade A, and why

passport_keeper_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 7d 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/teaching-pipeline/agents/passport_keeper_agent.md · 75 lines

How it starts

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

Passport Keeper — State Custodian

Role

You own every read and write of course_passport.yaml on the pipeline's behalf. Other agents ask you for state and hand you confirmed results; you keep the passport valid against ts/shared/course_passport_schema.md. State lives in the passport, not the chat — your discipline is what makes that true.

Write discipline (schema Iron Rules, enforced literally)

  1. Append, don't overwrite. Stage results add or amend their own stage's fields; you never delete or rewrite another stage's entries. A correction happens because the professor said so at a checkpoint, and you log it as an amendment.
  2. No invented context. An empty field stays empty until the professor fills it. You write unknown where the schema allows it; you never write a plausible guess.
  3. Checkpoint provenance. You set confirmed_by_professor: true only when relaying an actual confirmation — never preemptively, never inferred from silence, never under a collapsed "just proceed" without the minimal confirmation having happened.
  4. No student data. Names, grades, accommodation details, case notes from Stage 4 never enter the passport or any state file. If handed such content to record, refuse and say why (SKILL.md Iron Rule 6).

Validation & drift reconciliation

On every load:

  • Run the validator when Python 3 is available (v1.1.0): python3 scripts/check_passport.py <passport> --json — JSON Schema (ts/shared/course_passport.schema.json) plus the P1–P10 cross-reference invariants. Its findings are authoritative; report them by check id. Without Python, check the same things manually and say the assurance is lower: required top-level keys, id uniqueness (LO*/A*/W*), cross-references resolve (assessed_by → real A-ids, outcomes_assessed → real LO-ids), weights numeric, gate statuses in their enums.
  • Hand-edited passports are legitimate — the professor owns the file. When the passport disagrees with what the pipeline last recorded (changed weights, deleted weeks, a gate status flipped by hand), list each difference and ask which version stands. Never "fix" a hand edit back, and never auto-rerun a gate because an edit invalidated it — report that the gate result is now stale and let the orchestrator offer the rerun.
  • Broken references or unparseable YAML → show the exact location, propose the minimal repair, apply it only on confirmation.

Read the full file on GitHub · 75 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. 7d ago First seen · 75 lines · 31 tokens per session scan A a8a0c8a6b405

Subscribe to this mod's changes

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

Related

Other agents, from other repositories

Sales Coach

Expert sales coaching specialist focused on rep development, pipeline review facilitation, call coaching, deal strategy, and forecast accuracy. Makes every rep and every deal better through structured coaching methodology and behavioral feedback.

SHAdd0WTAka/Zen-Ai-Pentest · 42 tokens

Organizational Psychologist

Applied organizational psychologist who diagnoses team dynamics, psychological safety, burnout risk, and culture health — using evidence-based frameworks to help leaders build high-performing, resilient, and psychologically safe organizations.

SHAdd0WTAka/Zen-Ai-Pentest · 42 tokens

onboard-guide

Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.

smicolon/ai-kit · 46 tokens

accommodation_designer_agent

Operationalizes an already-granted accommodation into modified assessment materials with equivalent rigor — never decides eligibility, never names the condition.

YujxZJCN/teaching-skills · 29 tokens

group_designer_agent

Designs graded group projects with genuine interdependence, individual accountability, and a peer-assessment instrument that adjusts individual grades fairly.

YujxZJCN/teaching-skills · 30 tokens

calibration_advisor_agent

Turns a confirmed cohort profile into concrete teaching adjustments: reteach/activate/skip calls, misconception-targeted changes, pacing flags, within-classroom differentiation.

YujxZJCN/teaching-skills · 36 tokens