By isterin
131 evidence-based pedagogical skills for educators. Curriculum design, assessment, learning science, wellbeing, professional learning, historical thinking, and more.
Generate tiered sentence frames for academic tasks that scaffold language production across proficiency levels. Use when EAL students need structured language support for classroom discourse.
Generate a cascading hint sequence for a problem type, revealing progressively without giving answers. Use when designing tutoring dialogues or scaffolded worksheets.
Map control, influence, and concern after systems analysis. Use when students need wise agency without being made responsible for everything.
Generate scaffolds that gradually increase student choice, voice, and ownership within a learning task. Use when students depend heavily on teacher direction and need to develop autonomy.
After any AI-generated explanation, require the learner to identify one place it could be wrong, one thing to check, and one source to consult. Builds epistemic vigilance — treats AI output as a claim to evaluate, not truth to absorb.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
An open-source library of 165 evidence-based pedagogical skills across 20 domains — works in Claude Code, Claude.ai (via MCP), and OpenAI Codex, and 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 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.
npx claudepluginhub isterin/education-agent-skillsSkills for teachers: build curriculum, generate personalized study plans, create quizzes and assessments.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems