---
title: Top Skills for Education
slug: education
type: vertical-category
canonical: https://top-agent-skills.com/top-skills-for-education
skills: 11
rubric: 1.0
updated: 2026-08-31
---

# Top Skills for Education

**docling** is the top-ranked education Skill at 66/100: One skill covering every document format the category exists for — including scanned PDFs and RAG chunking — from the maintainers of the parser itself.

Tutoring, content authoring, assessment generation, research synthesis.

This page lists the Skills useful in this domain, including general-purpose tooling commonly used here — not only Skills built for it. Where a general-purpose Skill outranks the domain-native ones, the introduction below says so.

11 Skills indexed, ranked by a published composite score (https://top-agent-skills.com/about/methodology). Content last changed 2026-08-31.

## The ranking

### 1. docling — score 66/100 (verified-org)

One skill covering every document format the category exists for — including scanned PDFs and RAG chunking — from the maintainers of the parser itself.

- Best for: Reading or converting documents the agent cannot open directly, at 65K stars and MIT: scanned PDFs, Office formats, tables, and chunking a corpus for retrieval.
- Not ideal for: Producing polished Office files. Docling is a reader and converter — for generating a styled DOCX, XLSX or PPTX, the Anthropic document skills are the better fit.
- Publisher: Docling project (LF AI & Data) · MIT
- Verified on: claude-code, cursor, codex

```bash
pip install docling && uvx library-skills --claude
```

Full entry: https://top-agent-skills.com/skill/docling (https://top-agent-skills.com/skill/docling.md)

### 2. azure-ai-translation-document-py — score 59/100 (verified-org)

Batch document translation that preserves layout — the part that breaks when you translate a PDF by extracting text and re-flowing it.

- Best for: Translating a corpus of Word, PDF, Excel or PowerPoint files where the formatting has to survive the round trip.
- Not ideal for: A single short document, or anything that cannot leave your infrastructure — it is a cloud batch service with Azure credentials attached.
- Publisher: Microsoft · MIT
- Verified on: claude-code

```bash
npx skills add microsoft/skills --skill azure-ai-translation-document-py
```

Full entry: https://top-agent-skills.com/skill/azure-document-translation (https://top-agent-skills.com/skill/azure-document-translation.md)

### 3. text-to-speech — score 56/100 (verified-org)

Vendor-official voiceover generation across 70+ languages, from the company that defined the category. Ships with evals, which almost no skill does.

- Best for: Generating a voiceover or in-product speech where quality is the point — narration for video, accessibility audio, or a voice interface.
- Not ideal for: Anything with no budget or no network. Every call is billable against an ElevenLabs key, so it is not a free local capability.
- Publisher: ElevenLabs · MIT
- Verified on: claude-code

```bash
npx skills add elevenlabs/skills --skill text-to-speech
```

Full entry: https://top-agent-skills.com/skill/elevenlabs-text-to-speech (https://top-agent-skills.com/skill/elevenlabs-text-to-speech.md)

### 4. speech-to-text — score 56/100 (verified-org)

Transcription and subtitle generation as a first-class skill — the media job agents are asked for most and could not previously do well.

- Best for: Turning recorded audio or video into text you can act on: subtitles, meeting notes, or a searchable transcript of a media archive.
- Not ideal for: Confidential audio that cannot leave your infrastructure — it is a hosted API, so the audio is uploaded.
- Publisher: ElevenLabs · MIT
- Verified on: claude-code

```bash
npx skills add elevenlabs/skills --skill speech-to-text
```

Full entry: https://top-agent-skills.com/skill/elevenlabs-speech-to-text (https://top-agent-skills.com/skill/elevenlabs-speech-to-text.md)

### 5. dubbing — score 56/100 (verified-org)

Localise video while keeping the original speaker's voice — and correct the transcript before regenerating, rather than accepting the first pass.

- Best for: Localising existing video or podcast content into other languages, including the review loop where you fix the machine transcript before the final dub.
- Not ideal for: Live or real-time translation. This is a batch pipeline over recorded media, and each regeneration costs API credit.
- Publisher: ElevenLabs · MIT
- Verified on: claude-code

```bash
npx skills add elevenlabs/skills --skill dubbing
```

Full entry: https://top-agent-skills.com/skill/elevenlabs-dubbing (https://top-agent-skills.com/skill/elevenlabs-dubbing.md)

### 6. education-agent-skills — score 53/100 (community)

The pedagogy library: backwards design, rubric generation, formative assessment, learning progressions.

Full entry: https://top-agent-skills.com/skill/education-agent-skills (https://top-agent-skills.com/skill/education-agent-skills.md)

### 7. zotero-skills — score 48/100 (community)

Programmatic access to the reference manager academia actually uses.

Full entry: https://top-agent-skills.com/skill/zotero-skills (https://top-agent-skills.com/skill/zotero-skills.md)

### 8. research-co-pilot — score 47/100 (community)

The academic writing half nothing else covers: manuscript, grant, peer review, reviewer response.

Full entry: https://top-agent-skills.com/skill/research-co-pilot (https://top-agent-skills.com/skill/research-co-pilot.md)

### 9. valyu — score 46/100 (verified-org)

Web search + 36 authoritative data sources. SEC, PubMed, ChEMBL, FRED — agent-grade research.

Full entry: https://top-agent-skills.com/skill/valyu (https://top-agent-skills.com/skill/valyu.md)

### 10. scientific-skills — score 45/100 (community)

Scientific computing + dataset APIs. Reproducible research workflows for agents.

Full entry: https://top-agent-skills.com/skill/scientific-skills (https://top-agent-skills.com/skill/scientific-skills.md)

### 11. research-workspace — score 44/100 (community)

Zotero plus Obsidian plus NotebookLM as one agent-operable research workspace.

Full entry: https://top-agent-skills.com/skill/research-hub (https://top-agent-skills.com/skill/research-hub.md)

## About this category

The best agent Skill for teaching in 2026 is education-agent-skills — 165 skills for lesson design, assessment, differentiation and feedback, and the only entry on this page whose entire subject is classroom practice. For academic research the picks are research-workspace (Zotero, Obsidian and NotebookLM as one workspace), zotero-skills for the reference library itself, and research-co-pilot for the writing and submission stages nothing else covers. The document and voice tools that rank above them are general-purpose Skills useful in a classroom, not education Skills — read the ranking with that in mind. Education vertical Skills cover tutoring, content authoring, assessment generation, research synthesis, and the workflows that teachers, instructional designers and educational content creators run. The category sits at the intersection of communication, document-processing, and AI tutoring patterns.

The common workflows include authoring a lesson plan or curriculum, generating quiz and exam questions with answer keys and rubrics, building tutoring agents for specific subjects, synthesizing research papers for student-readable summaries, producing accessible course materials (closed captions, alt text, dyslexia-friendly formatting), and creating multilingual versions of educational content. Several pair with Canvas, Moodle, or LMS MCP servers for live course data.

Teachers, instructional designers, edtech founders, education researchers, and corporate L&D teams use these Skills. Composite scoring weights install count, pedagogical soundness of the generated artifacts, and accessibility — Skills that skip alt text, captions or reading-level adaptation lose to those that build accessibility in.

## Common questions

**Are these Skills useful for K-12 vs higher ed?**

Both — the structure changes (reading level, depth, assessment format) but the underlying Skills handle the level via a parameter.

**Can a Skill build a tutoring agent?**

Yes — several Skills scaffold subject-specific tutors with the right system prompt, knowledge sources, and Socratic-style interaction patterns.

**Do these Skills respect FERPA?**

The Skills themselves are policy-neutral. FERPA compliance depends on how you handle student data; the Skills generate the artifacts, you control the storage and access.

**Are assessment-generation Skills reliable?**

The top Skills produce questions with answer keys and rubric criteria, and flag ambiguous items. Lower-ranked Skills generate plausible-sounding questions that don't test the stated objective.

**Do these support multiple languages?**

Yes — content-translation Skills handle the major languages with awareness of pedagogical conventions per language. Specialist languages benefit from a paired translator review.

---

_Top Agent Skills. Machine-readable twin of https://top-agent-skills.com/top-skills-for-education._
_JSON: https://top-agent-skills.com/top-skills-for-education.json · whole catalog: https://top-agent-skills.com/skills.json (CC BY 4.0)_
