llm evaluation skills

109 tagged llm evaluation, measured the same way as everything else here.

Browse within: sdlc 25benchmark 21game-development 20unreal-engine 20ai-security 17ai-red-teaming 16jailbreak 16python 12Multi-Agent 9llm-agents 9simulation-environment 9coding-agents 7agent-evaluation 6codex-cli 6

deepeval-otel

01

confident-ai/deepeval

Skill Claude CodeCodex

Export raw OpenTelemetry traces from an AI application to Confident AI's Observatory. TRIGGER when the user wants to send OpenTelemetry or OTLP traces/spans from an LLM app, agent, RAG pipeline, or chatbot to Confident AI; configure the Confident AI OTLP endpoint; set confident.span. or confident.trace. attributes…

18k 2d ago A 226 tokens original Apache-2.0

deepeval-tracing

02

confident-ai/deepeval

Skill Claude CodeCodex

Instrument an AI application with DeepEval's native tracing so its behavior is visible in Confident AI. TRIGGER when the user wants to add DeepEval tracing or @observe to an LLM app, agent, RAG pipeline, or chatbot; wire a framework, model-provider, or vector-database integration (LangGraph, LangChain, OpenAI Agents…

18k 2d ago A 208 tokens original Apache-2.0

deepeval

03

confident-ai/deepeval

Skill Claude CodeCodex

DeepEval evaluation workflow for AI agents and LLM applications. TRIGGER when the user wants to evaluate or improve an AI agent, tool-using workflow, multi-turn chatbot, RAG pipeline, or LLM app; add evals; generate datasets or goldens; use deepeval generate; use deepeval test run; send results to Confident AI…

18k 2d ago A 229 tokens original Apache-2.0

game-ai

04

ukanwat/aaabench

Skill Claude CodeCodex

Design NPC and enemy decision-making with finite state machines, behavior trees, steering behaviors, and A pathfinding — engine-neutral algorithms that pair with the detected engine's navigation API. Use when building enemy AI, an FSM or behavior tree, steering/flocking, or pathfinding, or when the user mentions state…

378 17d ago A 85 tokens copy · 88% MIT

reference-images

05

ukanwat/aaabench

Skill Claude CodeCodex

Find and actually LOOK at real photographs — keyless image-search APIs, downloaded to disk so they render as images. Use before building any place, material, vehicle, sky or lighting condition, and again when judging your own screenshots.

378 17d ago A 49 tokens original MIT

ukanwat/aaabench

Skill Claude CodeCodex

Set up player input in Unreal Engine 5 with Enhanced Input: Input Actions, Input Mapping Contexts, modifiers and triggers, adding the mapping context, and binding actions by ETriggerEvent. Use when wiring movement/look/jump input, creating IA/IMC assets, binding in C++ or Blueprints, or when the user mentions Enhanced…

378 17d ago A 94 tokens original MIT

benchjack

07

benchjack/benchjack

Skill Claude CodeCodex

Audit an AI agent benchmark for hackability. Detects evaluation vulnerabilities like missing isolation, leaked answers, eval() on untrusted input, prompt injection in LLM judges, weak scoring, logic gaps, and trust of untrusted output. Use when analyzing whether a benchmark can be gamed or exploited.

43 3mo ago A 63 tokens original Apache-2.0

backend-patterns

08

NuGuardAI/nuguard

Skill Claude CodeCodex

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

36 yesterday A 31 tokens

frontend-patterns

09

NuGuardAI/nuguard

Skill Claude CodeCodex

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

36 yesterday A 24 tokens

security-review

10

NuGuardAI/nuguard

Skill Claude CodeCodex

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

36 yesterday A 36 tokens

deslop

11

MrZoyo/deslop-GPT

Skill Claude CodeCodex

Audit or apply subtractive cleanup for accumulated agent-created test bloat, verification theater, and defensive or fallback bloat while preserving independent external behavior. Invoke explicitly for semantic simplification, not generic refactoring.

35 4d ago A 44 tokens original MIT

feedback

12

stefanobaghino/simple-output-styles

Skill Claude CodeCodex

Guide the user to open a feedback issue for the simple-output-styles plugin. Use when the user wants to report feedback on an output style, the evals, the documentation, the installation, licensing, or wants to request a new style. Gathers the Claude Code version and the active style, then prepares a prefilled GitHub…

16 5d ago B 72 tokens original 0BSD

pick

13

stefanobaghino/simple-output-styles

Skill Claude CodeCodex

Help the user pick an output style from the simple-output-styles plugin and set it globally. Recommends actionable-clarity, or walks through the full list with the pros and cons of each style.

16 5d ago B 44 tokens original 0BSD

Stunspot/TestForge

Skill Claude CodeCodex

Explicit release-grade adversarial verdict for a frozen software or release candidate; not routine build verification or repair.

13 10d ago A 25 tokens

Stunspot/TestForge

Skill Claude CodeCodex

Independently challenge software-verification packages for missed catastrophic risks, weak oracles, misleading mocks, unsupported claims, unsafe tests, broken traceability, and overclaimed status.

13 10d ago A 39 tokens

swe-bench-lite

16

greynewell/mcpbr

Skill Claude CodeCodex

Quick-start command to run SWE-bench Lite evaluation with sensible defaults.

10 4mo ago A 20 tokens original MIT

generate-config

17

greynewell/mcpbr

Skill Claude CodeCodex

Generate and validate mcpbr configuration files for MCP server benchmarking.

10 4mo ago A 16 tokens original MIT

run-benchmark

18

greynewell/mcpbr

Skill Claude CodeCodex

Run an MCP evaluation using mcpbr on SWE-bench or other datasets.

10 4mo ago A 20 tokens original MIT

adaptation-parity

19

benchflow-ai/agents

Skill Claude CodeCodex

Adapt an agent to run on BenchFlow (ACP) and verify it behaves identically inside the eval harness vs standalone — closing the eval↔prod gap. Use when adding a new agent to this repo or checking an existing one for eval/prod behavior parity.

10 2d ago A 58 tokens original Apache-2.0

local-validator

22

astandrik/my_instructions

Skill Claude CodeCodex

Validate a local report.json file with a deterministic check-only script and no network access.

8 1mo ago A 20 tokens

tune-data

23

rchaz/tunelab

Skill Claude CodeCodex

Build a training dataset for fine-tuning, distillation, or continued pretraining. Use when the user wants to turn logs/CSV/JSONL into fine-tuning data, label data with an LLM, distill a teacher model's outputs, generate synthetic training examples from nothing, chunk raw domain text for CPT, deduplicate a dataset…

6 1mo ago A 108 tokens original MIT

tune-decide

24

rchaz/tunelab

Skill Claude CodeCodex

The tunelab front door — decides whether a task needs fine-tuning at all, by running EXPERIMENTS on the user's data, not just interviewing. Use whenever the user wants to fine-tune, distill, or train a small/local model, cut their LLM API bill, replace frontier calls with something cheaper or faster, build a…

6 1mo ago A 210 tokens original MIT