From agentops
A fixture for testing skill-eval rules. Satisfies all blocking rules including required metadata, non-empty description, no secrets, and no unsafe paths.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentops:good-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A planted fixture that satisfies every blocking skill-eval rule so the gate
A planted fixture that satisfies every blocking skill-eval rule so the gate passes cleanly. It has required metadata, a non-empty description, no secrets, and no unsafe paths.
Run a harmless command to demonstrate a code example:
echo "skill-eval good fixture"
npx claudepluginhub boshu2/agentops --plugin agentopsPlanted lint fixture for scripts/skill-eval.sh — intentionally broken front matter (missing name/id, empty description) and hardcoded AWS credentials.
Evaluates a skill's effectiveness by running behavioral test cases and grading results against assertions. Use to validate improvements, benchmark against baselines, or create eval cases.