evaluate-plugin
v1.14.5Skill evaluation and benchmarking - test skill effectiveness with behavioral eval cases, grade results, and track quality improvements
By Lauri GatesLicense: MIT58 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install evaluate-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install evaluate-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/laurigates/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is evaluate-plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/evaluate-context-engineering/SKILL.md├── skills/evaluate-improve/SKILL.md├── skills/evaluate-legibility/SKILL.md├── skills/evaluate-matrix/SKILL.md├── skills/evaluate-plugin-batch/SKILL.md├── skills/evaluate-report/SKILL.md└── skills/evaluate-skill/SKILL.md
Included Skills7
Context-engineering audit (C1-C6) of skills and always-loaded rules. Use when trimming context bloat, auditing a plugin, or after a new Claude model ships.
Suggest improvements to SKILL.md content, descriptions, or tool config from eval results. Use when raising pass rates, fixing triggering, or iterating on a skill after evaluation.
Cold-read a SKILL.md with a zero-context agent reader to check its intent is legible. Use when validating whether a skill says clearly when to invoke it and how to start.
Cross-model skill evals with real execution and grading — the executability gate. Use when checking whether a weak model can actually do a skill, not just comprehend it.
Batch evaluate every skill in a plugin and produce a plugin-level report. Use when auditing an entire plugin's quality or validating before a release.
View evaluation results and benchmark reports for a skill or plugin. Use when reviewing past eval results, comparing benchmark runs, or tracking quality trends.
Evaluate a skill by running test cases and grading results. Use when testing whether a skill produces correct guidance, validating improvements, or benchmarking before release.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "evaluate-plugin",
"version": "1.14.5",
"description": "Skill evaluation and benchmarking - test skill effectiveness with behavioral eval cases, grade results, and track quality improvements",
"author": {
"name": "Lauri Gates",
"url": "https://github.com/laurigates"
},
"repository": "https://github.com/laurigates/claude-plugins",
"license": "MIT",
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/evaluate-drift-probe.sh",
"timeout": 3000
}
]
}
]
},
"keywords": [
"evaluation",
"benchmarking",
"skill-quality",
"testing",
"grading",
"assertions",
"quality-improvement"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[evaluate-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/evaluate-plugin)