education
v1.0.0用于 K-12 教师教学设计。当前包含 k12-lesson-planning(从零创建新课)与 k12-lesson-differentiation(对已有课程做分层/支架适配)。不处理单独评分、rubric、作业反馈、quiz 或纯标准查询。
By trojanbox0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install education for Codex and Claude Code
codex plugin marketplace add trojanbox/agent-plugin-marketplace
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add education@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the agent-plugin-marketplace catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/trojanbox/agent-plugin-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/education/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/k12-lesson-differentiation/SKILL.md└── skills/k12-lesson-planning/SKILL.md
Included Skills2
用于把已有 K-12 数学、ELA、科学或社会学科课程适配为不同 proficiency/learner needs 的分层学习路径。核心是保留同一标准、essential question 和认知要求,通过支架、入口与 extension 调整访问方式。新课从零创建时使用 k12-lesson-planning。
用于 K-12 教师从零创建数学、ELA、科学或社会学科的新课、mini-lesson、daily lesson 或 unit 中单课。即使新课同时要求 differentiated/tiered materials,也由本 Skill 统一设计。已有课程需要分层适配时使用 k12-lesson-differentiation;不用于单独评分、rubric、quiz 或作业反馈。
Plugin manifests2
{
"name": "education",
"version": "1.0.0",
"description": "用于 K-12 教师教学设计。当前包含 k12-lesson-planning(从零创建新课)与 k12-lesson-differentiation(对已有课程做分层/支架适配)。不处理单独评分、rubric、作业反馈、quiz 或纯标准查询。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace",
"skills": "./skills/",
"interface": {
"displayName": "Education",
"shortDescription": "用于 K-12 教师教学设计。当前包含 k12-lesson-planning(从零创建新课)与 k12-lesson-differentiation(对已有课程做分层/支架适配)。不处理单…",
"longDescription": "用于 K-12 教师教学设计。当前包含 k12-lesson-planning(从零创建新课)与 k12-lesson-differentiation(对已有课程做分层/支架适配)。不处理单独评分、rubric、作业反馈、quiz 或纯标准查询。",
"developerName": "trojanbox",
"category": "Education",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"使用 Education 插件帮助我完成当前任务。"
]
}
}{
"name": "education",
"displayName": "Education",
"version": "1.0.0",
"description": "用于 K-12 教师教学设计。当前包含 k12-lesson-planning(从零创建新课)与 k12-lesson-differentiation(对已有课程做分层/支架适配)。不处理单独评分、rubric、作业反馈、quiz 或纯标准查询。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[education on Agent Plugins Marketplace](https://pluginsmp.com/plugins/education)