By isterin
Skills for teachers: build curriculum, generate personalized study plans, create quizzes and assessments.
Design a standards-aligned curriculum using backwards design — either a single unit or a multi-unit course scope & sequence. Use when a teacher wants to plan a unit or course from a topic, learning outcomes, or curriculum standards, producing enduring understandings, essential questions, aligned assessments, a sequenced learning plan, and built-in spaced review.
Create quizzes, tests, and formative assessments from a topic, learning objective, or source text. Use when a teacher wants questions generated at a target grade level, difficulty, or question type (multiple choice, short answer, true/false), with an answer key and optional rubric.
Create a personalized, evidence-based study plan for an individual student working toward a goal or assessment. Use when a teacher, tutor, or student wants a concrete schedule that starts from the student's current level, sets process goals, applies high-utility study strategies (retrieval practice, spacing, interleaving), and builds in self-monitoring. Replaces ineffective habits like re-reading and highlighting.
A portable library of AI skills for teachers — curriculum design, personalized study plans, quizzes and assessments, and more. One repo, multiple platforms.
Each skill is a plain-markdown file (Agent Skill format). That single format works as a native Claude skill and as imported knowledge for a Gemini Gem — so the content lives in one place and each platform consumes it its own way.
teacher-skills/
├── .claude-plugin/
│ ├── marketplace.json # what users "add" in Claude
│ └── plugin.json # the plugin manifest (repo is both)
├── skills/
│ └── quiz-generator/
│ └── SKILL.md # ← a skill (source of truth)
├── platforms/
│ └── gemini/
│ └── GEM_INSTRUCTIONS.md # paste-in Gem setup
├── INDEX.md # catalog of all skills
└── README.md
Add this repo as a plugin marketplace, then install the teacher-skills plugin.
In Claude Code:
/plugin marketplace add <your-github-username>/teacher-skills
/plugin install teacher-skills
Skills then trigger automatically based on each skill's description.
Import this repo's URL into a Gem's Knowledge, then paste in the instructions.
Full steps: platforms/gemini/GEM_INSTRUCTIONS.md.
Gemini takes a one-time snapshot at import — re-import the URL to pick up updates.
ChatGPT has no GitHub import. Copy a skill's body into a Custom GPT's instructions, or upload skill files as knowledge, and use a similar "consult the relevant skill first" instruction.
skills/<skill-name>/SKILL.md.name and a strong description (this is what Claude
uses to decide when to trigger the skill — make it specific about when to use it).INDEX.md.Use quiz-generator as the
template.
| Claude | Gemini Gem | ChatGPT GPT | |
|---|---|---|---|
| Install | Add marketplace | Import repo URL as Knowledge | Manual upload |
| Skill triggering | Auto via description | Gem instruction consults skills | GPT instruction does the same |
| Updates | Reinstall / pull | Re-import URL | Re-upload |
| Runs bundled scripts | ✅ | ❌ | ✅ (code interpreter) |
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.
npx claudepluginhub isterin/teacher-skills --plugin teacher-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.