147 evidence-based education skills for Claude, Codex, and any Agent Skills-compatible tool.
# Add to your Claude Code skills
git clone https://github.com/GarethManning/education-agent-skillsGuides for using ai agents skills like education-agent-skills.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:21:54.768Z",
"npmAuditRan": true,
"pipAuditRan": true
}education-agent-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by GarethManning. 147 evidence-based education skills for Claude, Codex, and any Agent Skills-compatible tool. It has 250 GitHub stars.
Yes. education-agent-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/GarethManning/education-agent-skills" and add it to your Claude Code skills directory (see the Installation section above).
education-agent-skills is primarily written in TypeScript. It is open-source under GarethManning on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh education-agent-skills against similar tools.
No comments yet. Be the first to share your thoughts!
An open-source library of 147 evidence-based pedagogical skills for curriculum design, lesson planning, and assessment — works in Claude Code, Claude.ai (via MCP), and OpenAI Codex, and engineered for AI agent orchestration.
[!IMPORTANT] Hosted MCP access now requires an auth token.
The library is still free and open source, and local/plugin/manual use remains the recommended free path. The hosted MCP server is still available for people who specifically need a remote MCP endpoint, but anonymous access is now blocked so the service stays sustainable.
Need hosted MCP? Request an access token or jump to hosted MCP setup.
Works with Claude, Codex, and any tool that supports the Agent Skills standard.
For sustainable free use, install or copy the skills locally from GitHub where possible. The hosted MCP server is a convenience endpoint for remote clients, not a requirement for using the library.
CoWork (easiest) — go to Customize → (+) Add Plugin and paste:
https://github.com/GarethManning/education-agent-skills
Claude Code CLI — install from the repo URL:
claude plugin install https://github.com/GarethManning/education-agent-skills
Claude.ai / Claude Desktop (hosted MCP) — use only if your workflow specifically needs a remote MCP connector. Hosted access requires a token:
https://mcp-server-sigma-sooty.vercel.app/mcp
Request a token here: Hosted MCP access signup. Free local and manual options remain available. See Hosted MCP access.
Codex does not need the hosted MCP server. Recommended local setup:
git clone https://github.com/GarethManning/education-agent-skills.git
cd education-agent-skills
codex plugin marketplace add "$PWD"
The repository includes a Codex plugin manifest at .codex-plugin/plugin.json pointing to ./skills/, plus a local marketplace helper at .agents/plugins/marketplace.json. After installing/enabling the local plugin, restart Codex.
For one or two individual skills, copy them into your global Codex skills directory:
mkdir -p ~/.codex/skills
cp -r skills/<domain>/<skill-name> ~/.codex/skills/
Example:
cp -r skills/memory-learning-science/spaced-practice-scheduler ~/.codex/skills/
Full Codex guide: docs/CODEX.md.
Copy skill folders from skills/ into your agent's skills directory. Each skill is a folder containing SKILL.md with name/description frontmatter — no dependencies, no build step.
skills/)I'd love to hear your thoughts. If you have suggestions, find bugs, or want to contribute:
I'm an educator — start here No setup required. Install the plugin and start teaching.
I'm a developer or AI builder — start here YAML schemas, typed inputs and outputs, chaining metadata, live MCP server.
AI is arriving in education fast. Whether it improves learning outcomes or simply scales mediocre practice depends almost entirely on what it is built on.
Most AI education tools are built on convention, habit, and assumption — on what educators have always done, rather than on what the research says actually works. Learning styles. Rigid lesson structures. Wellbeing programmes disconnected from learning theory. As AI expands in education, so does the risk of scaling ineffective practice.
This library exists to build something different: a credible, rigorous foundation for AI in education. One that is anchored in named research, honest about its limitations, and designed especially for the educators working at the frontier — building the next generation of schools, not optimising existing ones.
The potential is real. Personalised, evidence-grounded learning support at a scale that was never previously possible. But only if what is powering it is the actual evidence.
The benefit is not only personalised learning. It is teaching quality and workload. An educator who would otherwise spend hours researching, designing, and second-guessing gets structured, evidence-grounded support in minutes — which means more time for the parts of teaching that only a human can do.
That is one use case. The same library can power school-wide curriculum audits, personalised professional development pathways for teachers, or orchestrated end-of-term assessment reviews. The skills are the foundation. The architecture below describes the layers that make this possible.
Install the plugin, then tell Claude what you need in plain language. The skills activate automatically.
Example: Say "I'm planning a Year 9 science unit on cells — 6 weeks, 3 lessons a week."
Claude runs the Backwards Design Unit Planner, the Spaced Practice Scheduler, and the Retrieval Practice Generator in parallel. In under 90 seconds you get a complete lesson-by-lesson plan with spaced retrieval built in, evidence-grounded sequencing, and ready-to-use formative assessment activities — all calibrated to the timeline and topic list you provided.
No API key. No technical setup. No dependencies.
skills/)Example: Open skills/memory-learning-science/spaced-practice-scheduler/SKILL.md and provide:
Claude returns a complete week-by-week schedule showing when to teach new content and when to revisit previous topics at expanding intervals — with specific retrieval activities for each review slot. The schedule follows Cepeda et al.'s (2006) meta-analysis on optimal spacing intervals, includes interleaving across topics, and comes with practical guidance on what to do when review reveals gaps.
Evidence is the filter — including knowing what to exclude. 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. For any school or faculty trying to separate evidence from convention, that document is worth reading on its own.
Evidence strength is rated transparently.
| Rating | What it means |
|---|---|
| Strong | Multiple meta-analyses or systematic reviews with consistent findings |
| Moderate | Solid experimental evidence with some contextual variation |
| Emerging | Promising research base with limited replication or practitioner translation |
| Original | Practitioner framework; clearly labelled, not claimed as research-backed |
Where original frameworks are included (Domain 14), they are labelled honestly. One important limitation: the skills encode research-grounded prompts, but the prompts themselves have not been empirically validated as AI interventions. That work is ongoing.
Built by an educator with 20 years of international school experience. The pedagogical judgements embedded in every prompt, every output structure, and every known-limitations section reflect real classroom and curriculum design practice — not a reading of the literature.
Designed for orchestration from day one. YAML schema headers, typed input and output fields, chaining metadata, and composable outputs are built into every skill. This is not a prompt collection