Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Vibe-Marketer/plugins-and-skills --skill evaluate-skillsgit clone --depth 1 https://github.com/Vibe-Marketer/plugins-and-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vibe-marketer/plugins-and-skills/evaluate-skills)<a href="https://agentmods.dev/skills/vibe-marketer/plugins-and-skills/evaluate-skills"><img src="https://agentmods.dev/badge/skills/vibe-marketer/plugins-and-skills/evaluate-skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vibe-marketer/plugins-and-skills/evaluate-skills"><img src="https://agentmods.dev/badge/skills/vibe-marketer/plugins-and-skills/evaluate-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00131 | $0.01055 |
| Opus 5 | $0.00066 | $0.00528 |
| Sonnet 5 | $0.00026 | $0.00211 |
| Haiku 4.5 | $0.00013 | $0.00105 |
Grade A, and why
evaluate-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
<essential_principles>
-
Don't Just Build -- Measure. Every skill should have evidence that it works. Eval-driven development means writing test cases before assuming effectiveness.
-
Parallel Execution. Spawn subagents to run with-skill and without-skill configurations simultaneously. Never run evals sequentially when parallel is possible.
-
Realistic Queries. Eval queries must include real-world noise: file paths, personal context, company names, URLs, backstory, typos, casual speech. Sanitized queries produce misleading results.
-
Statistical Rigor. Report mean, stddev, min, max. A single test case proves nothing. Use 8-20 cases per eval run. Calculate precision, recall, and accuracy for trigger tests.
-
Train/Test Split. When optimizing descriptions, always hold out a test set. Optimizing against all data overfits. Select the best variant by TEST performance, not train.
</essential_principles>
- Trigger test -- Does the skill activate on the right queries and stay silent on the wrong ones?
- Benchmark -- Compare skill vs. no-skill output quality, timing, and token usage
- Compare versions -- Blind A/B comparison of two skill variants
- Optimize description -- Automated loop to maximize trigger accuracy
If intent is clear from context, skip the question and route directly.
Intent-based routing:
- "test if this skill triggers", "is my skill activating" -> workflows/trigger-test.md
- "benchmark this skill", "measure improvement" -> workflows/benchmark.md
- "compare these two versions", "A/B test" -> workflows/compare.md
- "optimize the description", "skill not triggering enough" -> workflows/optimize-description.md
After reading the workflow, follow it exactly.
<quick_start>
- Point to a skill: provide the skill path or name
- Choose evaluation mode (trigger-test, benchmark, compare, optimize-description)
- The skill generates realistic eval queries automatically
- Subagents execute in parallel (with-skill vs without-skill)
- Results are graded, aggregated, and reported with actionable findings </quick_start>
<reference_index>
- references/eval-workflow.md -- Complete eval methodology: query generation, execution, grading, aggregation, analysis
- references/benchmark-schemas.md -- JSON schemas for evals.json, grading.json, metrics.json, timing.json, benchmark.json, comparison.json
- references/description-optimization.md -- Train/test split methodology, extended thinking for proposals, iteration protocol, overfitting prevention </reference_index>
<workflows_index>
| Workflow | When to use |
|---|---|
| workflows/trigger-test.md | Testing whether a skill activates on relevant queries |
| workflows/benchmark.md | Full quality benchmark comparing skill vs baseline |
| workflows/compare.md | Blind A/B comparison of two skill versions |
| workflows/optimize-description.md | Automated description optimization loop |
| </workflows_index> |
<success_criteria>
- Trigger test: precision and recall both above 80% (target 90%+)
- Benchmark: skill configuration shows measurable improvement in pass rate over baseline
- Compare: clear winner identified with per-criterion scores and aggregate
- Optimize: description achieves higher test-set accuracy than original, without overfitting
- All eval runs produce structured reports with actionable next steps </success_criteria>
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 82 lines · 131 tokens per session scan A 85b946ebba9b
evaluate-skills is a skill published in the GitHub repository Vibe-Marketer/plugins-and-skills (2 stars, last pushed 6mo ago), licensed MIT. It adds 131 tokens to every session and 1,055 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
tika-eval-compare
Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".
neuron-evaluation-engineer
Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…
jetson-validate-image
Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.
atmos-validation
Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.
skill-benchmark
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.