Skip to content
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Agents & MCP/
  4. NVIDIA Releases SkillEvaluator to Benchmark AI Agent Skills in Claude Code and Cursor
Agents & MCP

NVIDIA Releases SkillEvaluator to Benchmark AI Agent Skills in Claude Code and Cursor

NVIDIA open-sourced SkillEvaluator, an automated testing tool for AI agent skills across Claude Code, Codex, and Cursor. Evaluation across 300+ verified skills demonstrated an average 31-point improvement in task correctness and efficiency.

August 20, 2026· 4 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated August 20, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
NVIDIA Releases SkillEvaluator to Benchmark AI Agent Skills in Claude Code and Cursor

Impact: High

Why it matters

You can benchmark your custom agent skills and Model Context Protocol setups using a repeatable 3-tier evaluation framework.

TL;DR

  • 01Use SkillEvaluator to measure performance lift for custom agent skills before deployment.
  • 02Isolate evaluation runs using Harbor sandboxes to prevent side effects during testing.
  • 03Ensure distinct tool descriptions in Tier 2 to avoid confusion between overlapping agent skills.

Key facts

Tested Skills Count
300+ across 30+ products
Average Overall Skill Lift
31 points (39 points ex. security)
Supported Agent Harnesses
Claude Code, Codex, Cursor

Three-Tier Agent Skill Benchmark

NVIDIA SkillEvaluator standardizes agent skill testing through three evaluation tiers:

  • Tier 1 (Safety & Structure): Runs static checks, frontmatter validation, prompt injection detection, secret scanning, and script linting.
  • Tier 2 (Distinctiveness): Uses embedding similarity to identify overlapping guidance or duplicated tool descriptors across catalogs.
  • Tier 3 (Live Sandbox Evaluation): Executes task runs inside isolated Harbor sandboxes, measuring with-skill versus without-skill performance.

Benchmark Results across 300+ Skills

Evaluations conducted across Claude Code and Codex harnesses demonstrate substantial gains over unassisted baselines:

  • Correctness: Baseline without skill is 46/100.
  • Discoverability: Baseline is 42/100.
  • Effectiveness: Baseline is 39/100.
  • Efficiency: Baseline is 43/100.
  • Overall Skill Lift: Average gain of 31 points across evaluated dimensions (39 points excluding security).

Try it in 2 minutes

skillevaluator create-eval-dataset ./my-skill --full
skillevaluator tier3 evaluate ./my-skill

bash

✓ When to use

  • When building custom tools or skills for Claude Code, Codex, or Cursor.
  • When validating prompt injection and security compliance for agent integrations.

✕ When NOT to use

  • When making simple one-off API calls without agent harnesses or tool routing.

What to do today

  • →Generate an eval dataset for your custom agent skill using skillevaluator create-eval-dataset.
  • →Run Tier 3 live evaluations to benchmark execution accuracy and token consumption.
#NVIDIA SkillEvaluator#Claude Code#Codex#Cursor#Harbor

Sources

  • Evaluating AI Agent Skill Performance with NVIDIA SkillEvaluator
ShareShare on XShare on LinkedIn
← Previous storyClaude Opus 4.8 and 5.0 Verbosity and Style Drift in Claude CodeNext story →Open-Source Ornith-1.5 Drops 397B MoE Model Under MIT License

Related stories

  • Agents & MCPIsolating Parallel AI Coding Agents into Cloud Virtual Machines
  • Agents & MCPModel Context Protocol Enterprise Pattern Mandates Dry-Run Previews and Injection Isolation
  • Agents & MCPAutomating Ground-Truth Extraction with Dual-LLM Gating and Agent Arbitration
  • Agents & MCPGrok Bot Ingests Screen Recordings with Audio to Learn Desktop Workflows

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.