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

Zur Installation springen

Quellinformationen

Repository
cajias/claude-skills
Letzte Quellaktivität
20. Juli 2026 um 07:29
Erkannte Sprache von SKILL.md
Englisch
Sterne
0
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.