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

跳到安装

来源信息

仓库
cajias/claude-skills
最近来源活动
2026年7月20日 07:29
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。