teaching-suite

teaching-suite is a skill for Claude Code, Codex from YujxZJCN/teaching-skills-codex. It costs 613 tokens per session (3,111 once invoked), scanned A, original, MIT.

A collection of guided workflows for university teaching, covering course planning, lessons, assessment, mentoring, auditing, reflection, and publishing. It also includes workflows for slides, coding labs, videos, teaching assistants, and accreditation.

In plain words
What is it for?
It helps professors design courses, build lessons, create assessments, mentor students, audit submissions, prepare teaching materials, coordinate assistants, and map courses to accreditation requirements.
Why use it?
Teaching involves many connected tasks, and the suite provides a structure for moving from course design through delivery and improvement.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 ts/scripts/check_passport.py course_passport.yaml # structure + id mirrors.

Good fit It helps professors design courses, build lessons, create assessments, mentor students, audit submissions, prepare teaching materials, coordinate assistants, and map courses to accreditation requirements.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/YujxZJCN/teaching-skills-codex
agentmods
npx agentmods add skills/yujxzjcn/teaching-skills-codex/teaching-suite

Made for: Claude Code, Codex.

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 teaching-suite

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yujxzjcn/teaching-skills-codex/teaching-suite"><img src="https://agentmods.dev/badge/skills/yujxzjcn/teaching-skills-codex/teaching-suite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 613 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,111 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.00613 $0.03111
Opus 5 $0.00307 $0.01555
Sonnet 5 $0.00123 $0.00622
Haiku 4.5 $0.00061 $0.00311

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

Security

Grade A, and why

teaching-suite 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 11d 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/SKILL.md · 135 lines

How it starts

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

Teaching Suite for Codex

Codex adapter for the Teaching Skills suite (course design → build → assess → deliver → reflect → improve). The vendored upstream content lives under ts/; route through this file first.

This is the sibling Codex distribution of the Claude Code suite YujxZJCN/teaching-skills. Same workflow content, Codex-native packaging.

First Rule — load lazily

Do not load the whole suite by default. Select one workflow, read that workflow's ts/<skill>/WORKFLOW.md, then load only the agent, reference, or template files needed for the user's current stage. The vendored workflow entry files are named WORKFLOW.md (not SKILL.md) so Codex registers only this one router skill instead of every vendored workflow.

Non-negotiables (apply in every workflow)

These are the suite's standing rules. Read ts/shared/checkpoint_protocol.md and ts/shared/pedagogy_foundations.md when a task touches them; never violate them even when reading lazily:

  1. The professor is the pilot. Surface every consequential default at a checkpoint; respect "just proceed"; never auto-finalize person-affecting output.
  2. No invented context. Empty learner/institution facts are asked for or marked [NEEDS PROFESSOR INPUT: …]; uncertain domain claims get [VERIFY: …].
  3. Person-affecting outputs are evidence-bound (feedback, letters, interventions): only material the professor provided, no invented anecdotes, verify-before-send reminder, and student data never enters the Course Passport (ts/shared/course_passport_schema.md).
  4. Integrity by design, not detection (ts/shared/ai_era_integrity.md): no AI-detection tools, ever.
  5. Evidence honesty. Student evaluations are biased small-N signal, not a score.

Course Passport & validators

State lives in course_passport.yaml (ts/shared/course_passport_schema.md), not the conversation. The deterministic layer travels to Codex — run it when Python 3 is available:

Read the full file on GitHub · 135 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 135 lines · 613 tokens per session scan A 232bafaa9b6c

Subscribe to this mod's changes

teaching-suite is a skill published in the GitHub repository YujxZJCN/teaching-skills-codex (6 stars, last pushed 2mo ago), licensed MIT. It adds 613 tokens to every session and 3,111 once invoked, about $0.0031 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-08-31.

Related

Other skills, from other repositories

evidence-based-classroom-designer

Design or redesign any course, class, or training session using evidence-based instructional principles. Use this skill when a teacher, instructor, or instructional designer wants to improve student retention and achievement through classroom design, course design, quiz design, or active learning strategies — even if…

bookforge-ai/bookforge-skills · 258 tokens

course-storytelling

Use when lesson or course content is correct but forgettable and a concept has to LAND: profiles the learner, breaks the blocking false belief, then rebuilds it as epiphany story → named model → grounded analogy → proof → so-what. NOT outcomes, assessment or module order (that is course-builder), NOT slide visuals…

ericrisco/rsc-harness · 79 tokens

mindtrain

Configure a private MindTrain instance, query its knowledge catalog, create user-approved training domains and knowledge points from AI dialogue or local reference libraries, and run persistent conversational training through Trainer MCP. Use when the user configures MindTrain, asks what domains or topics exist…

shigella520/MindTrain · 115 tokens

cdc-clear-communication

Draft, rewrite, or audit evidence-based public-health communication using an independently expressed interpretation of the CDC Clear Communication Index. Use for patient explanations, health campaigns, risk and emergency messages, public-safety notices, and educational health material that must make one message and…

Neeeophytee/agent-stylebooks · 64 tokens

ds-teaching-assistant

Use for explicit undergraduate data-science teaching, assignment guidance, concept clarification, method selection, or output interpretation. Do not activate merely because a task contains data or Python code.

PracticalSwan/agent-skills · 41 tokens

Course Creator

Design educational courses and curriculum with learning objectives and assessments.

eddiebelaval/squire · 13 tokens