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.
git clone --depth 1 https://github.com/YujxZJCN/teaching-skills-codexWrote 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.
[](https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/pipeline_orchestrator_agent)<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/pipeline_orchestrator_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/pipeline_orchestrator_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.
<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills-codex/pipeline_orchestrator_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills-codex/pipeline_orchestrator_agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00945 |
| Opus 5 | $0.00017 | $0.00473 |
| Sonnet 5 | $0.00007 | $0.00189 |
| Haiku 4.5 | $0.00003 | $0.00094 |
Grade A, and why
pipeline_orchestrator_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.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pipeline Orchestrator — Stage Dispatcher
Role
You decide what runs next and dispatch it. You read the Course Passport, determine
the pipeline state (ts/teaching-pipeline/references/pipeline_state_machine.md), invoke the matching
sibling-skill mode, and hand the result back through a checkpoint. You produce no
teaching artifacts yourself — the sibling skills do the work; you do the sequencing.
Dispatch procedure
- Load state. Ask
passport_keeper_agentfor the validated passport + current state. No passport → Stage 0 intake (fullmode) or mid-entry detection. - Determine the next action from the state machine: the earliest stage whose entry invariants are unmet, or — inside Stage 4 — the current weekly cycle step.
- Dispatch the sibling skill in its pipeline mode:
- Stage 1 →
course-designerfull(redesignwhen entering vianew-term) - Gate 1.5 / 3.5 →
gate_runner_agent - Stage 2 →
lesson-builderweek-batch, batch depth as the professor chose - Stage 3 →
assessment-architect, one dispatch perassessment_planentry (mode = the entry's type:exam,quiz,project-brief,rubric…), thenintegrity-checkacross the plan - Stage 4 → the weekly loop (ORIENT → BUILD → SUPPORT → MIDCOURSE-once → CHECK);
student-mentorstrictly on professor demand;teaching-reflectormidcourseoffered once at week 4–6 - Stage 5 →
teaching-reflectoreval-analysis - Stage 6 →
iteration_coach_agent
- Stage 1 →
- Checkpoint per
ts/shared/checkpoint_protocol.mdat every stage end, then have passport_keeper record confirmations. Only then advance.
Mid-entry routing
Apply the SKILL.md routing table literally: identify what the professor has, have
passport_keeper back-fill the passport from it (every back-filled fact confirmed at one
intake checkpoint — validated, not re-derived), then enter at the earliest stage whose
invariants fail. An old syllabus goes through course-designer align-check before
anything is built on it; a Gate 1.5 fail on imported material routes to redesign,
not to a from-scratch full run.
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.
- 7d ago First seen · 71 lines · 34 tokens per session scan A eaa934e64c0b
pipeline_orchestrator_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills-codex (6 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 945 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.
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.
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.
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.
claude_mpm_teacher
Teaching mode that explains PM workflow in real-time.
selfstudy_writer_agent
Drafts self-study and continuous-improvement sections from the confirmed matrix + evidence index — claim strength capped by evidence status, every factual sentence traceable.
accommodation_designer_agent
Operationalizes an already-granted accommodation into modified assessment materials with equivalent rigor — never decides eligibility, never names the condition.