From fd12030becf3469c90e6e1fde2b5e51f600097db Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Wed, 15 Jul 2026 12:46:18 -0500 Subject: [PATCH] Add deepeval official plugin (#3388) --- .claude-plugin/marketplace.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b91e443b..afc31819 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1141,6 +1141,21 @@ }, "homepage": "https://github.com/microsoft/Dataverse-skills" }, + { + "name": "deepeval", + "description": "Skills for adding DeepEval evaluations, tracing, datasets, Confident AI reports, and iterative improvement loops to AI applications.", + "author": { + "name": "Confident AI", + "email": "open-source@confident-ai.com" + }, + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/confident-ai/deepeval.git", + "sha": "11375f81ea2ed8d39478f7c4cbaa7871d69ff698" + }, + "homepage": "https://github.com/confident-ai/deepeval" + }, { "name": "deploy-on-aws", "description": "Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment.",