teacher

teacher is a skill for Claude Code from Andamio-Platform/coach. It costs 22 tokens per session (501 once invoked), scanned A, original, MIT.

A fast course-setup workflow for teachers who already have Student Learning Targets, meaning statements of what learners should be able to do.

In plain words
What is it for?
Use it to format, assess, and classify ready or nearly ready learning targets before building the rest of a course.
Why use it?
It shortens the setup process by accepting existing targets, checking their quality, and classifying the lesson type with limited explanation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the coach plugin — 15 skills shipped together

Good fit Use it to format, assess, and classify ready or nearly ready learning targets before building the rest of a course.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andamio-platform/coach/teacher
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.

Any agent
npx skills add Andamio-Platform/coach --skill teacher
Clone the repo
git clone --depth 1 https://github.com/Andamio-Platform/coach

Made for: Claude Code.

Or install coach, the plugin that ships this one along with the rest of its 15 skills.

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 teacher

README.md
[![agentmods](https://agentmods.dev/badge/skills/andamio-platform/coach/teacher.svg)](https://agentmods.dev/skills/andamio-platform/coach/teacher)
Your own site
<a href="https://agentmods.dev/skills/andamio-platform/coach/teacher"><img src="https://agentmods.dev/badge/skills/andamio-platform/coach/teacher.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 501 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.00501
Opus 5 $0.00011 $0.00251
Sonnet 5 $0.00004 $0.00100
Haiku 4.5 $0.00002 $0.00050

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

Security

Grade A, and why

teacher 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/teacher/SKILL.md · 74 lines

What it actually says

Pathway: Teacher

You're working with an expert who has learning targets ready or nearly ready. Be efficient and respectful. Move fast.

Instructions

1. Accept SLTs

Ready when you are. Paste your SLTs, point me to a file, or describe
what you have.

If the user provides SLTs:

  • Quick format check — reformat to "I can [verb] [object] by [evidence]" if needed
  • Fix quietly, note what you changed

If the user provides outcomes that aren't SLTs yet:

  • Convert them, show the conversion, confirm

2. Assess Quality

Read and follow the instructions in skills/assess-slts/SKILL.md. Present results concisely:

| # | SLT | Quality | Notes |
|---|-----|---------|-------|
| 1 | I can... | Strong | — |
| 2 | I can... | Needs refinement | Suggest: "I can... by..." |

Fix what the user agrees with. Move on.

3. Classify Lesson Types

Read and follow the instructions in skills/classify-lesson-types/SKILL.md. Present all classifications at once:

| # | SLT | Lesson Type | Confidence |
|---|-----|-------------|------------|
| 1 | I can... | Product Demo | High |
| 2 | I can... | Developer Documentation | High |
| 3 | I can... | How To Guide | Medium |

Agree? Or override any of these?

Apply overrides.

4. Assess Readiness

Read and follow the instructions in skills/self-assess-readiness/SKILL.md.

5. Hand Off

Save all artifacts:

  • SLTs to 01-slts.md
  • Quality review to 02-slts-quality-review.md
  • Classification to 03-lesson-type-classification.md
  • Readiness to 04-readiness-assessment.md

"Everything's assessed. Let's build."

Read and follow the instructions in skills/course-workflow/SKILL.md, starting at the readiness-assessed status.

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 · 74 lines · 22 tokens per session scan A 81b7bc9d64cf

Subscribe to this mod's changes

teacher is a skill published in the GitHub repository Andamio-Platform/coach (6 stars, last pushed 1mo ago), licensed MIT. It adds 22 tokens to every session and 501 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-08-31.

Related

Other skills, from other repositories

paper-explainer

A research-content workflow that turns an arXiv paper or a local PDF into an explanation for a video or written article. arXiv is a public online archive of research papers.

ZJU-REAL/Easel · 114 tokens

bq-skill

A coaching workflow for building a reusable library of truthful stories for behavioral job interviews. It uses structures such as STAR—Situation, Task, Action, Result—and can connect stories to a job description and résumé.

yanliudesign/offer-toolkit-skill · 166 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

exam-ingest

A workspace setup tool for exam preparation. It reads PDFs, Word documents, presentations, spreadsheets, images, text files, and Markdown, then creates chapter notes, a question bank, and tracked preparation data.

ZeKaiNie/universal-examprep-skill · 116 tokens

exam-cram

An exam-preparation guide for studying shortly before a test. It turns course materials into chapter notes and a question bank, then manages teaching, practice, grading, mistake review, and progress tracking.

ZeKaiNie/universal-examprep-skill · 111 tokens

exam-tutor

A teaching workflow for learning one chapter from a study wiki at a time, using everyday comparisons and step-by-step explanations of formulas and important questions. TDD is not involved here; the material concerns guided study and exam preparation.

ZeKaiNie/universal-examprep-skill · 88 tokens