Education Agent Skills: 165 AI Skills for Evidence-Based Teaching
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
The Education Agent Skills library offers 165 evidence-grounded AI skills designed for teachers, school leaders, and EdTech builders. It provides a robust foundation for AI in education, focusing on pedagogy, learning science, curriculum, and assessment. Compatible with AI agents like Claude, Codex, and Hermes, this open-source resource aims to enhance teaching quality and student outcomes.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The education-agent-skills repository by GarethManning is an extensive open-source library featuring 165 evidence-based pedagogical AI skills. These skills are meticulously crafted for teachers, school leaders, and EdTech developers, covering critical areas such as pedagogy, learning science, curriculum design, assessment, and regenerative education. Engineered for AI agent orchestration, the library is compatible with platforms like Claude, OpenAI Codex, and Hermes Agent, providing a rigorous foundation for AI in educational contexts.
Each skill is grounded in named research, with transparent evidence strength ratings, ensuring that AI-powered educational tools are built on effective, proven practices rather than convention or assumption. The library is designed to support educators in creating personalized, evidence-grounded learning experiences and to streamline tasks like lesson planning and assessment design.
Installation
The library offers flexible installation and usage options, prioritizing sustainable free use through local installations.
Claude
- 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): For remote MCP endpoint needs, use
https://mcp-server-sigma-sooty.vercel.app/mcp. Note that hosted access requires an access token.
OpenAI Codex
Codex does not require the hosted MCP server. The recommended local setup is:
git clone https://github.com/GarethManning/education-agent-skills.git
cd education-agent-skills
codex plugin marketplace add "$PWD"
Alternatively, copy individual skills into your global Codex skills directory: cp -r skills/<domain>/<skill-name> ~/.codex/skills/.
Hermes Agent
Hermes users can add the repository as a tap and install specific skills:
hermes skills tap add GarethManning/education-agent-skills
hermes skills install \
GarethManning/education-agent-skills/skills/original-frameworks/learning-target-authoring-guide \
--category education --yes
Any Agent Skills-compatible tool
Copy skill folders from the skills/ directory into your agent's skills directory. Each skill is a self-contained folder with SKILL.md.
Manual (No Setup)
- Open any skill file in the repository (under
skills/). - Copy the prompt block.
- Paste it into any AI and fill in the fields for your class or context.
Examples
Here are practical examples of how to leverage the education-agent-skills library:
With a Runtime Install (Recommended)
Install the skills in Claude, Codex, or Hermes, then describe your needs in plain language. The agent can automatically select and run relevant skills.
Example: Tell your agent, "I'm planning a Year 9 science unit on cells, 6 weeks, 3 lessons a week."
Claude can then run the Backwards Design Unit Planner, Spaced Practice Scheduler, and Retrieval Practice Generator in parallel. In minutes, you receive a complete lesson-by-lesson plan, incorporating spaced retrieval, evidence-grounded sequencing, and ready-to-use formative assessment activities, all tailored to your specified timeline and topics.
Without the Plugin (Manual)
No API key, no technical setup, no dependencies.
Example: Open skills/memory-learning-science/spaced-practice-scheduler/SKILL.md and provide:
- Topics: Cell structure, Cell transport, Cell division, Enzymes, Biological molecules
- Timeline: 8-week term, starting 3 February
- Lessons per week: 3
Claude will return a complete week-by-week schedule. This schedule outlines when to teach new content and when to revisit previous topics at expanding intervals, including specific retrieval activities for each review slot. The schedule adheres to research on optimal spacing intervals and interleaving, providing practical guidance for addressing learning gaps.
Why Use It
This library stands out due to its commitment to evidence-based practice and its practical design for educators and developers alike:
- Evidence-Driven: Every skill is rooted in named research, transparently rated for evidence strength (Strong, Moderate, Emerging, Original). Frameworks lacking empirical support, such as learning styles, are explicitly excluded. This ensures that AI applications in education are built on what truly works.
- Built by an Educator: Developed by Gareth Manning, an educator with 20 years of international school experience, the pedagogical judgments embedded in each prompt reflect real classroom and curriculum design practice.
- Designed for Orchestration: With YAML schema headers, typed input/output fields, and chaining metadata, the skills are engineered for programmatic use and seamless integration into complex AI agent workflows.
- Comprehensive Domains: The library covers 20 diverse domains, from Memory & Learning Science to AI Literacy and Student-Facing Learning Skills, offering a holistic approach to educational AI.
- Empowers Educators: It provides structured, evidence-grounded support in minutes, freeing up teachers to focus on the human aspects of teaching. It also offers a credible foundation for personalized learning, curriculum audits, and professional development.
Links
- GitHub Repository: https://github.com/GarethManning/education-agent-skills
- License: CC BY-SA 4.0
- Contact Gareth Manning:
- Email: gareth.manning@gmail.com
- X (formerly Twitter): https://x.com/worldteacherman
- LinkedIn: https://www.linkedin.com/in/gareth-manning-a404b387/
Related repositories
Similar repositories that may be relevant next.

agent-memory: A Standalone Memory System for AI Coding Agents
August 23, 2026
agent-memory is a standalone memory system designed for AI coding agents, addressing the common problem of agents "forgetting" context between sessions. It provides a structured, four-layer pipeline for capturing, consolidating, and disclosing knowledge. This system ensures agents always start with relevant context, eliminating the need for manual keyword-dependent retrieval.

Codex MCP Server: Bridge Claude Code with OpenAI Codex CLI
August 23, 2026
Codex MCP Server is an essential tool that acts as a bridge between Claude Code and OpenAI's Codex CLI. It allows developers to integrate powerful AI-driven code analysis, generation, and review capabilities directly into their editor. This server wrapper enables Claude Code to fully leverage Codex's advanced AI functionalities.

AgentBridge: Local Bridge for Claude Code and Codex Collaboration
August 22, 2026
AgentBridge is an innovative local tool designed to facilitate real-time, bidirectional collaboration between Claude Code and Codex AI agents. It enables seamless cross-review, task splitting, and quota relay, allowing these powerful models to work together efficiently within a single session without manual intervention. Notably, the tool itself was largely built by Claude Code and Codex collaborating through AgentBridge.

MetaMCP: Unifying Model Context Protocol Servers with an All-in-One Gateway
August 19, 2026
MetaMCP is a powerful, self-hosted solution that acts as an aggregator, orchestrator, middleware, and gateway for Model Context Protocol (MCP) servers. It allows developers to dynamically combine multiple MCP servers into a single, unified endpoint, enhancing tool management and agent development. This TypeScript-based project simplifies the deployment and management of AI tools within a Dockerized environment.
Source repository
Open the original repository on GitHub.