Plugin Evaluation

Measures whether a Claude Code plugin actually works by running triggering evals (does the model pick the skill?) and output evals (does it produce correct results?). Use when you need to evaluate a plugin, run skill activation testing, set up an eval harness, measure plugin quality, write trigger rate tests, check output quality, compare plugin iterations, or iterate on a SKILL description based on eval results. Covers the two eval file formats (trigger-evals.json and evals.json), the grader/analyzer/comparator pattern from Anthropic's skill-creator, quality criteria for eval queries (realistic, varied, near-miss negatives), and the iteration methodology for fixing a skill that fails activation. NOT for writing the plugin's code itself — use plugin-architecture, plugin-hooks, or plugin-validation.

viktorbezdek 7740eb9 6 files · 33.4 KB Updated

File contents

viktorbezdek/skillstack/tree/main/plugin-dev/skills/plugin-evaluation commit 7740eb9207

Frequently asked questions

npx skillmds@latest add viktorbezdek/plugin-evaluation