You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No setup required. Install the plugin and start teaching.
14
25
@@ -62,9 +73,28 @@ Connect via the MCP server to access all 111 skills in any Claude conversation
62
73
63
74
Skills load with progressive disclosure — metadata only until a skill is actually needed.
64
75
65
-
### API / Programmatic Access
76
+
### Local (via npx)
77
+
78
+
```bash
79
+
npx claude-education-skills
80
+
```
81
+
82
+
### Claude Code (stdio)
83
+
84
+
Add to your Claude Code config:
85
+
86
+
```json
87
+
{
88
+
"mcpServers": {
89
+
"claude-education-skills": {
90
+
"command": "npx",
91
+
"args": ["claude-education-skills"]
92
+
}
93
+
}
94
+
}
95
+
```
66
96
67
-
Connect to the live MCP server:
97
+
### Remote (Vercel)
68
98
69
99
```
70
100
https://mcp-server-sigma-sooty.vercel.app/mcp
@@ -115,7 +145,7 @@ Claude returns a complete week-by-week schedule showing when to teach new conten
115
145
## What Makes This Different
116
146
117
147
**Evidence is the filter — including knowing what to exclude.**
118
-
Every skill is grounded in named research: specific authors, specific studies, specific findings. Frameworks that lack empirical support — including learning styles, VAK, and other widely-circulated but poorly-evidenced approaches — are not included. The library documents exactly what was excluded and why in [EXCLUSIONS.md](EXCLUSIONS.md). For any school or faculty trying to separate evidence from convention, that document is worth reading on its own.
148
+
Every skill is grounded in named research: specific authors, specific studies, specific findings. Frameworks that lack empirical support — including learning styles, VAK, and other widely-circulated but poorly-evidenced approaches — are not included. The library documents exactly what was excluded and why in [EXCLUSIONS.md](docs/EXCLUSIONS.md). For any school or faculty trying to separate evidence from convention, that document is worth reading on its own.
119
149
120
150
**Evidence strength is rated transparently.**
121
151
@@ -136,7 +166,7 @@ YAML schema headers, typed input and output fields, chaining metadata, and compo
136
166
137
167
---
138
168
139
-
## The 14 Domains
169
+
## The 15 Domains
140
170
141
171
| # | Domain | Skills | Focus |
142
172
|---|--------|--------|-------|
@@ -154,12 +184,13 @@ YAML schema headers, typed input and output fields, chaining metadata, and compo
154
184
| 12 |**AI Learning Science**| 14 | Adaptive hints, erroneous examples, digital worked examples, spacing algorithms, AI feedback, tutoring dialogue, learning analytics, collaborative learning, cognitive tutoring, self-explanation, metacognitive monitoring, productive failure, worked example transitions, formative assessment loops |
155
185
| 13 |**Montessori & Alternative Evidence-Based Approaches**| 4 | Three-part lessons, prepared environment design, mixed-age learning, uninterrupted work cycles |
0 commit comments