skill-steward-preflight

仓库创建 2026年7月3日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

为 Agent 判断是否使用或安装技能提供自动化决策支持。

▸ 风险提示

依赖本地 Skill Steward 并可能需要执行外部命令权限。

这个 Skill 做什么

在有 Skill Steward 的环境中运行 preflight,为任务推荐或标记适用的技能。

在有 Skill Steward 的环境里运行 preflight,帮你判断哪些 Agent Skills 适合当前任务或需要安装。使用时把用户的任务描述交给 skill-steward preflight,让它给出适用技能建议或标记优先级。特点是保留用户原话输出紧凑的建议,方便后续自动化调用。

▸ 展开 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.

Skill 开发管理技能管理预检集成工具通用
0
Stars
0
Forks
4
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CongBao/skill-steward/main/packages/integrations/assets/skill-steward-preflight/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CongBao/skill-steward/main/packages/integrations/assets/skill-steward-preflight/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Skill Steward Preflight

Run `skill-steward preflight --stdin --compact-json` with a self-contained description of the user's current task on standard input. Preserve the user's wording for a complete request. If the latest message is continuation shorthand such as “continue” or “go on,” describe the active task and latest direction without inventing requirements. Do not forward the conversation transcript. When the current Harness is known, pass its ID with `--harness` (`codex`, `claude`, or `github-copilot`).

1. Use the recommendations in the `use` array for the current task.
2. Present recommendations in the `install` array as approval-required options; never install them automatically
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有