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.
git clone --depth 1 https://github.com/CathyErer/reading-explorer-lesson-plan-skillnpx agentmods add skills/cathyerer/reading-explorer-lesson-plan-skill/reading-explorer-lesson-planWrote 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/skills/cathyerer/reading-explorer-lesson-plan-skill/reading-explorer-lesson-plan)<a href="https://agentmods.dev/skills/cathyerer/reading-explorer-lesson-plan-skill/reading-explorer-lesson-plan"><img src="https://agentmods.dev/badge/skills/cathyerer/reading-explorer-lesson-plan-skill/reading-explorer-lesson-plan/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/skills/cathyerer/reading-explorer-lesson-plan-skill/reading-explorer-lesson-plan"><img src="https://agentmods.dev/badge/skills/cathyerer/reading-explorer-lesson-plan-skill/reading-explorer-lesson-plan.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.00266 | $0.23421 |
| Opus 5 | $0.00133 | $0.11711 |
| Sonnet 5 | $0.00053 | $0.04684 |
| Haiku 4.5 | $0.00027 | $0.02342 |
Grade A, and why
reading-explorer-lesson-plan 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 9d 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 — 1,494 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reading Explorer Teaching Materials Generator
Produces bilingual .docx files for any Reading Explorer unit. All four active levels (RE-F / RE1 / RE2 / RE3) are on the v2 design: the leaner 5-element Stage 3 with the locked palette + helpers in assets/re1_v2_lesson_plan_helpers.js. The old v1 lesson-plan structure (11-element Stage 3 with Teacher Step / logicBox / practiceBox / Author's Intent / Ask trio) is retired for every level and must never be generated again.
⭐ 按级别路由(先看这里)
| 级别 | 年级 | 权威规则 | 每 unit 默认交付 | 状态 |
|---|---|---|---|---|
| RE-F | Grade 2 | PART RF | 5 份:LP + Vocab + Retelling + AnswerKey + Sentences | ✅ v2 现行 |
| RE1 | Grade 3 | PART R1 | 5 份:LP + Vocab + Retelling + AnswerKey + Sentences | ✅ v2 现行 |
| RE2 | Grade 4 | PART R2 | 5 份:LP + Vocab + Retelling + AnswerKey + Sentences | ✅ v2 现行 |
| RE3 | Grade 4–5 | PART R3 | 5 份:LP + Vocab + Retelling + AnswerKey + Sentences | ✅ v2 现行 |
- 四个级别的 lesson plan 全部逐字复用
assets/re1_v2_lesson_plan_helpers.js(锁定配色 + box 布局),只有语法层和阅读策略按级别校准。不要每次重新推导配色 — 重新推导是配色漂移和标签错位的根源。 - 四个级别默认都出五件套:Lesson Plan + Vocabulary(各级 PART)+ Retelling + AnswerKey(PART B / B+)+ Sentences(PART C),除非用户明说不要。
- RE4 / RE5 尚无规则章节 — 若遇到,先问用户,参考最接近的 RE3 校准;不要套用已退役的 v1 结构。
🔧 校准与前置(生成前必读)
本 skill 的级别校准(词汇量 / 句长 / 语法训练点分档)来自多轮真实线上 ESL 课堂迭代,可直接使用;如果你的学生水平与下方校准表不符,先调整校准表和对应 PART 的语法分档再生成。生成任何文件前:
- Read 本 SKILL.md 中对应级别的 PART(路由见上表)
- Read unit PDF,逐句 verbatim 提取
- 如需改配色 / 版式,直接改
assets/re1_v2_lesson_plan_helpers.js,不要在生成时临时推导
CRITICAL: Grade Level — Language Calibration
Always identify the book level first. All teacher instructions, questions, and vocabulary definitions must match the student level.
| Book | Student Grade | 词汇量 | 句长基准 | Main Idea Cut | Language Level |
|---|---|---|---|---|---|
| RE Foundations (RE F) | Grade 2 (~7–8 yrs) | 800–1200 | 5–10 词 | ≤ 10 词 | Very simple. 1-clause sentences. Common words only (dog, big, hot). |
| RE 1 | Grade 3 (~8–9 yrs) | 1200–1500 | 12–15 词 | ≤ 15 词 | Simple. Short sentences. Avoid complex grammar terms. |
| RE 2 | Grade 4 (~9–10 yrs) | 1500–2000 | 15–20 词 | ≤ 15 词 | Moderate. Two-clause sentences OK. Introduce academic words simply. |
| RE 3 | Grade 4–5 (~9–11 yrs) | 2000–2500 | 18–22 词 | ≤ 15 词 | Moderate-high. More abstract ideas OK but explain clearly. |
What ships with it
3 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.
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.
- 9d ago First seen · 1,494 lines · 266 tokens per session scan A 68887d4911a2
reading-explorer-lesson-plan is a skill published in the GitHub repository CathyErer/reading-explorer-lesson-plan-skill (13 stars, last pushed 1mo ago), licensed MIT. It adds 266 tokens to every session and 23,421 once invoked, about $0.0013 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-30.
Other skills, from other repositories
stage-dsl
The map for reading and editing an OpenMAIC stage document with readstage, patchstage, and grepstage. Load it before patching a structure you have not patched before, when patchstage rejects an operation, or whenever the path from a stage, outline, scene, content object, or action to the field you need is uncertain.…
pptx-import
A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.
dev-camp-deck
Creates a professional PowerPoint presentation about a Copilot Dev Camp lab or topic. Researches Microsoft Learn documentation, organizes content into a slide structure, and generates a polished deck with speaker notes. Use when user asks to "create a presentation on", "make a deck about", "build a slideshow for"…
read-book
When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…
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.
training-report
Produce a professional training/workshop report as a .docx file. Use this skill whenever the user mentions "training report", "workshop report", "compte rendu", "compte rendu de formation", "formation report", "debriefing a workshop", "write up a training session", "résumé de formation", or any request to document a…