plastic-skill-evaluating

Solid

Evaluate Plastic skills for correctness, convention compliance, and progressive disclosure. Use when testing whether a skill produces good outputs, verifying convention compliance after changes, running evals against skills or instructions, creating evals for a new or updated skill, checking if a description triggers correctly, or assessing whether a skill is still needed. Also use when the user says "evaluate", "test the skill", "run evals", "check conventions", or "write evals".

AI & Automation 9 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
33
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Evaluating Skills Eval methodology for Plastic skills, based on [agentskills.io](https://agentskills.io/skill-creation/evaluating-skills) and [Anthropic's eval guide](https://www.anthropic.com/engineering/demystifying-evals-for-ai-agents). ## Gotchas - Assertions written before observing output are almost always wrong — run the eval first, observe actual output, THEN write assertions - Near-miss negative test cases are the most valuable — prompts that share keywords with should-trigger cases but need a different skill entirely - Select the best skill iteration by validation pass rate, not the last one - Grade outcomes, not execution paths — if the agent solved the task via an unexpected route but produced correct output, that is a pass - Same skill can behave differently across agent frameworks — test on each target agent (Claude Code, Hermes, OpenClaw, Codex) ## Procedure ### Step 1: Choose eval scope Determine what you are evaluating: - **Description triggering** — does the agent activate the right skill for a given prompt? Tests the description field effectiveness. - **Output quality** — does the skill produce correct results when activated? Tests the skill body and references. - **Convention compliance** — does the output follow Plastic conventions? Read `references/convention-checks.md` for the full assertion library. Multiple scopes can apply to the same skill. Start with the scope that addresses your immediate concern, add others as needed. ###...

Details

Author
zalom
Repository
zalom/plastic
Created
2 months ago
Last Updated
1 weeks ago
Language
Ruby
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category