Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
165 evidence-based education skills for Claude, Codex, Hermes and any Agent Skills-compatible tool.
| Date | Stars |
|---|---|
| 2026-07-31 | 482 |
| 2026-08-03 | 508 |
| 2026-08-06 | 508 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Education Agent Skills Library [](https://agentskills.io) [](https://github.com/GarethManning/education-agent-skills) [](https://creativecommons.org/licenses/by-sa/4.0/) [](https://github.com/GarethManning/education-agent-skills/commits/main) An open-source library of 165 evidence-based pedagogical skills across 20 domains — works in Claude Code, Claude.ai (via MCP), OpenAI Codex, and Hermes Agent, and is engineered for AI agent orchestration. Domains 1–19 are teacher and designer-facing. Domain 20 is the first student-facing domain: live AI interaction patterns that shape how AI responds to learners during study sessions. > [!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](https://docs.google.com/forms/d/e/1FAIpQLSdW1EdcmtjSPPq68Hx-bdth5hO2KNyjhAwEV9Ld0EwWL1Gr8Q/viewform) or [jump to hosted MCP setup](#mcp-server). --- ## Get Started Works with Claude, Codex, Hermes Agent, 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. ### 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: ```bash 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: ```text https://mcp-server-sigma-sooty.vercel.app/mcp ``` Request a token here: [Hosted MCP access signup](https://docs.google.com/forms/d/e/1FAIpQLSdW1EdcmtjSPPq68Hx-bdth5hO2KNyjhAwEV9Ld0EwWL1Gr8Q/viewform). Free local and manual options remain available. See [Hosted MCP access](docs/HOSTED_MCP_ACCESS.md). ### OpenAI Codex Codex does **not** need the hosted MCP server. Recommended local setup: ```bash 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: ```bash mkdir -p ~/.codex/skills cp -r skills/<domain>/<skill-name> ~/.codex/skills/ ``` Example: ```bash cp -r skills/memory-learning-science/spaced-practice-scheduler ~/.codex/skills/ ``` Full Codex guide: [docs/CODEX.md](docs/CODEX.md). ### Hermes Agent Hermes users should keep this repository as the canonical source, then install only the skills they actually need locally. ```bash 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 ``` Recommended starting point: install selected skills or a small starter pack rather than all 165 skills. That keeps your local Hermes index useful instead of noisy. If you want intelligent skill discovery and recommendation rather than local/offline installs, use the hosted MCP
Excerpt of 19,484 characters
Read on GitHub141
4
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:851182d1e909e6d5, topic:education, name:education, desc:education
matched fp:851182d1e909e6d5, topic:agentic-workflow
matched fp:851182d1e909e6d5, topic:prompt-engineering