skill-steward-preflight
仓库创建 2026年7月3日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
适合需与旧 Harness/版本兼容的环境,输出安装建议而不自动安装。
▸ 风险提示
依赖 Skill Steward 且可能调用外部命令。
这个 Skill 做什么
兼容旧版 Skill Steward 的 preflight 工具,用于任务预检与技能候选推荐。
帮你在任务执行前跑一遍 preflight 检查,把当前 Harness 中可能有用或可安装的 Agent Skills 列出来并排序,优先推荐能直接“use”的候选,对需要安装的只做提示不自动安装。用在你不确定现有技能能否满足任务、想看到可选候选时特别有用。它会把能力缺口当作搜索线索而非最终结论,并建议在真正安装前再做一次安装检查。
▸ 展开 SKILL.md 英文原文
Use when a task may benefit from installed or not-yet-installed Agent Skills and Skill Steward is available in the current Harness.
0
Stars
0
Forks
4
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CongBao/skill-steward/main/packages/integrations/tests/fixtures/companion-legacy/alpha-0.3.0-alpha.1/tree/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CongBao/skill-steward/main/packages/integrations/tests/fixtures/companion-legacy/alpha-0.3.0-alpha.1/tree/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Skill Steward Preflight Run `skill-steward preflight --stdin --json` with the exact user task on standard input. 1. Prefer candidates whose decision is `use`. 2. Present candidates whose decision is `install`; never install them automatically. 3. Treat capability gaps as search hints, not proof that a capability is unavailable. 4. Before installing a recommendation, run `skill-steward install --catalog-candidate <id> ...` without `--confirm` and show the plan. 5. Add `--confirm` only after the user approves that exact plan. Do not refresh catalogs unless the user approves the network action. Do not describe publisher classification as a safety guarantee. If Skill Steward fails, continue
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有