Skip to main content

skill-creator-trigger-eval-gotchas

Three chained gotchas when running the skill-creator plugin's trigger-eval machinery (scripts/run_loop.py, scripts/run_eval.py) against a skill. Use when: (1) the trigger eval reports 0% recall / "skill never triggers" even on verbatim trigger phrases like the skill's own example phrasings — if the skill under test is ALREADY INSTALLED in the project, the harness's synthetic probe (registered as <name>-skill-<uuid> in .claude/commands/) is shadowed by the real skill: Claude invokes the real name, the harness only counts the uuid probe, recall reads 0%. Verify with one ground-truth `claude -p "<trigger phrase>"` grepping the stream for the real skill name; (2) `python -m scripts.run_loop` fails with ModuleNotFoundError: anthropic — run via `uv run --with anthropic python -m scripts.run_loop`; (3) the loop crashes at the improvement step with "Could not resolve authentication method" — improve_description.py uses the Anthropic SDK directly and needs ANTHROPIC_API_KEY, which subscription-authenticated Claude Cod

Jump to install

Source facts

Repository
cajias/claude-skills
Last source activity
July 20, 2026 at 07:29
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.