anthropics/k12-teacher-skills
Skills and eval rubrics for K-12 teachers, co-developed with Learning Commons
Agent Skills for K‑12 Teachers (anthropics/k12-teacher-skills)
What it is – 一个小型开源集合,包含 Claude‑agent “技能” (skills),旨在帮助教师创建和调整课堂材料。该仓库包含代码以及针对 Anthropic 的 Claude for Teachers 产品中内置的四种预构建技能的评估框架。
Core skills
| Skill | What it does |
|---|---|
k12-lesson-plan-creation |
生成完整的、符合标准的教案,并可选择匹配教师现有的课程体系。 |
k12-lesson-differentiation |
获取现有教案并生成分层版本(低于、达到或高于熟练度)以及针对特定学生需求的调整版本,同时保持核心内容一致。 |
k12-lesson-prep |
作为备课伙伴:引导教师完成关键的学生活动,并输出一份简洁的教师专用备课笔记。 |
k12-check-for-understanding |
针对数学标准创建一个包含 1-3 个题目的形成性评估检查,使用记录在案的误解作为干扰项,并为下一步教学提供指南。 |
How it works – 这些技能被编写为调用 Anthropic 的 Learning Commons Knowledge Graph 连接器,这使得 Claude 可以访问美国各州的标准及其演进过程。如果您在 Claude for Teachers 之外运行这些技能,您需要提供类似的知识图谱源,或者修改提示词 (prompts)。
Quick start
- Inside Claude for Teachers – 无需安装;这些技能已对任何 Claude for Teachers 账户可用。
- Outside Claude – 克隆仓库并将其作为插件添加:
git clone https://github.com/anthropics/k12-teacher-skills claude plugin marketplace add ./k12-teacher-skills claude plugin install k12-education@k12-teacher-skills
Repository layout
plugin/– 以 Claude 插件形式打包的实际技能定义,以及为教师提供的可选第三方 MCP (Model‑Control‑Plane) 服务器。evals/– 一个评估框架,允许您在测试提示词上运行技能并根据您的使用场景调整指标。
Intended audience – 使用 Claude for Teachers 的 K-12 教育工作者,以及希望尝试 AI 驱动的教案编写或将类似功能集成到其他教育工具中的开发者。
Why it matters – 通过公开提示词和评估脚本,该项目允许学校和开发者检查、自定义并验证 LLM 如何生成符合课程标准的内容,从而促进 AI 辅助教学中的透明度和可重复性。
相关
- Dispatch
- 项目
- 项目
- 项目
- 项目