Agent skill · Data & Analytics

mteb-leaderboard

Guidance for querying ML model leaderboards and benchmarks (MTEB, HuggingFace, embedding benchmarks). This skill applies when tasks involve finding top-performing models on specific benchmarks, comparing model performance across leaderboards, or answering questions about current benchmark standings. Covers strategies for accessing live leaderboard data, handling temporal requirements, and avoiding common pitfalls with outdated sources.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill mteb-leaderboard --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/ai-ml/mteb-leaderboard/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# MTEB Leaderboard Query Skill This skill provides guidance for accurately querying machine learning model leaderboards and benchmarks, particularly the Massive Text Embedding Benchmark (MTEB) and related embedding leaderboards. ## When to Use This Skill - Finding top-performing models on specific benchmarks (MTEB, Scandinavian Embedding Benchmark, etc.) - Answering questions about current leaderboard standings - Comparing model performance across different benchmarks - Tasks with specific temporal requirements (e.g., "as of August 2025") ## Core Approach ### Step 1: Identify Authoritative Data Sources Before searching for results, establish which sources contain authoritative, current data: 1. **Primary Sources (prefer these)**: - Official leaderboard websites (e.g., `mteb-leaderboard` on HuggingFace Spaces) - GitHub repositories with raw benchmark data - API endpoints or JSON data files from leaderboard maintainers 2. **Secondary Sources (use with caution)**: - Academic papers (often outdated by publication time) - Blog posts and articles (may reference outdated results) - News articles about benchmark results ### Step 2: Verify Temporal Alignment When a task specifies a time con

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Core Approach
  3. Step 1: Identify Authoritative Data Sources
  4. Step 2: Verify Temporal Alignment
  5. Step 3: Access Live Leaderboard Data
  6. Step 4: Validate Model Eligibility
  7. Verification Strategies
  8. Cross-Reference Multiple Sources
  9. Sanity Check Results
  10. Test Alternative Access Methods
  11. Common Pitfalls to Avoid
  12. 1. Relying on Outdated Academic Papers
  13. 2. Giving Up When Web Scraping Fails
  14. 3. Making Assumptions About Model Format
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the mteb-leaderboard skill do?

Guidance for querying ML model leaderboards and benchmarks (MTEB, HuggingFace, embedding benchmarks). This skill applies when tasks involve finding top-performing models on specific benchmarks, comparing model performance across leaderboards, or answering questions about current benchmark standings. Covers strategies for accessing live leaderboard data, handling temporal requirements, and avoiding common pitfalls with outdated sources.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill mteb-leaderboard --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going