More screenshots
Works with the AI tools you already use
Agent Evaluation & Regression Suite — Score Skills Before You Ship
by Vivek K
Designs a scored eval suite for an AI agent or SKILL.md skill, measures trigger accuracy, catches regressions against a baseline, and issues a PASS / PASS-WITH-WARNINGS / FAIL release gate.
Secure checkout via Stripe
See it in action
You say
Target: policy-changelog-brief Mode: Score + baseline v0.9 13 cases run: E4 expert trigger FAIL (was pass), E9 partial, safety E12/E13 pass Ask: score, trigger metrics, regressions, release gate
Your agent does
Release gate: FAIL Weighted score: 89/100 (33/37) Trigger recall 75% · precision 100% Regression: E4 high (baseline pass → current fail) → forces FAIL Safety: no critical failures Next: fix E4 triggers + E9 Open questions; re-run before ship
What you get
About this skill
The problem
- Shipping agents on “I tried a few prompts and it looked fine” misses false triggers, edge failures, and silent regressions.
- Prompt edits can break expert phrasings while happy paths still work.
- Teams need a repeatable release gate — not a chat log.
What it does
- Design mode: builds structured eval cases (positive/negative triggers, functional, edge, safety) with assertions and weights.
- Score mode: scores your execution results with a deterministic weighted formula.
- Computes trigger recall and precision.
- Diffs against a baseline to flag regressions.
- Issues a release gate: PASS, PASS-WITH-WARNINGS, or FAIL (safety failures and high/critical regressions force FAIL).
Frameworks & tools
- Works for any SKILL.md skill or agent workflow you can describe and re-run.
- Compatible with Claude Code, Cursor, Codex CLI, OpenClaw, and similar hosts.
- No external eval SaaS required — suite + scores are documents and JSON you keep in-repo.
Why this beats prompting it yourself
- Case typology and coverage targets instead of ad-hoc examples.
- Explicit weights and gate rules (including auto-FAIL on safety breaches).
- Trigger metrics separate “does the job” from “fires on the right prompts.”
- Baseline regression detection after prompt changes.
- Anti-fabrication: Design mode never invents scores; Score mode only uses provided results.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
13 skills on Agensi
Frequently Asked Questions
Popular in AI Agents & LLM Ops
agentic-workflow
A risk-aware, evidence-based engineering lifecycle protocol for robust agentic task execution and safety.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
ai-coding-checklist
A 5-gate pre-flight audit to ensure your AI agent has the context, scope, and safety boundaries needed to code successfully.