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

Ir para a instalação

Informações da origem

Repositório
cajias/claude-skills
Última atividade na origem
20 de julho de 2026 às 07:29
Idioma detectado do SKILL.md
inglês
Estrelas
0
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.