用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tangle-network/agent-runtime --skill generate-eval命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | generate-eval |
| description | Create one pinned fresh-API coding case that passes execution and defeats a no-search baseline. |
Use this for one benchmark case that measures whether current official documentation helps a coding agent use an exact API correctly. Do not use it for general coding quality or subjective output.
TARGET: a pinned package version, repository commit, or release.OUT: the path for one candidate JSON object.Read bench/src/generate-eval/schema.ts and bench/src/generate-eval/certify.ts before authoring the candidate.
Those files define the current format and checks.
Never mock the target or use the candidate answer as the source of truth. Prefer executable behavior over identifier matching.
Run all of these before writing OUT:
Reject a case that both baselines solve, neither baseline can solve, depends on an unavailable package, leaks the answer through setup, or grades generic words.
Write exactly one schema-valid candidate to OUT.
Include the pinned target, source, clean setup, reference files and command, expected output, answer checks, and the observed calibration results required by the current schema.
calibrate-before-measure before running a larger search comparison.eval-engineering when the target is a production agent capability rather than fresh API recall.verify before publishing a generated task set.