生活与工具
#agent
evals
Inspect, validate, or run isolation-gated st2 agent-team eval cells. Use for corpus inventory, free preflight, an explicitly authorized cell run, or adding a held-out-graded cell.
DeepseekModel
官方收录技能
质量 良好 · 48
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=compoundingtech-evals-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name evals description Inspect, validate, or run isolation-gated st2 agent-team eval cells. Use for corpus inventory, free preflight, an explicitly authorized cell run, or adding a held-out-graded cell. evals Use the repository's canonical surfaces: AGENT-SPEC.md for current hand-authored st2 agent declarations; CATALOG.md for the generated inventory, cost bands, exclusions, and evidence; cells/<cell>/<cell>.kdl for executable cell behavior. Default workflow Run the free gate first: bin/check-corpus.sh Inspect the no-execution overnight plan with: bin/overnight.sh --dry-run bin/overnight.sh --dry-run --cell <cell> --cell <cell> Never infer permission for a paid/model run. When one cell is explicitly authorized: st2 eval ./cells/<cell>/ --keep When an exact conservative paid queue is explicitly authorized, repeat --cell in the approved order: bin/overnight.sh --run --cell <cell> --cell <cell> --state-dir .eval-runs/overnight The common Codex reset-available banner stops the default run before the next cell. A future full unattended run therefore requires separate human review of both --all and the higher-spend informational-banner opt-in: bin/overnight.sh --run --all --allow-informational-reset-banner --state-dir .eval-runs/overnight Paid --run rejects an omitted selector, duplicate, unknown, or retired cell. Explicitly selected maintained model-free cells execute through the same st2 lifecycle and receipts without provider checks; Claude/Codex binary and authentication checks apply only when the selected subset needs that provider. Hard quota/rate-limit errors stop unconditionally in both modes. Never infer approval for either paid command. Cell rules One canonical root KDL per cell and one declared max-timeout . The eval runner owns the native flat bus and pty roots. Every model subject and model judge selects its model and medium effort explicitly. Every bus-connected model agent uses native bare ding , one cold-start drain, and event-first DING wakeups. Every Claude workspace materializes the canonical Claude loader/persona/hooks; every Codex workspace materializes the canonical AGENTS/hooks and trusts them at launch. Fixtures are synthetic and resettable; checked-in Git metadata is frozen as _git . Graders are held out, ownership-aware, and mutation-valid where practical. No paid rerun is a substitute for shell, parse, reset, model-policy, and PII gates. After changing inventory or structured evidence, run: bin/generate-catalog.sh --write bin/check-corpus.sh
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |