智能体技能栈组装
原名:agent-skill-stack
根据任务边界选择一组最小、兼容且可验证的技能,避免重复安装和权限膨胀。
中文 Skills 技能说明
适合给 Hermes 或其他智能体配置工作能力。先核对目标、运行环境、已有技能和依赖,再给出最小组合与安装顺序;新增联网、写入或敏感数据能力时单独说明权限,不把“装得多”当成能力更强。
上游能力依据
上游原始适用说明:Find, evaluate, and assemble the smallest compatible set of AI Agent Skills for an end-to-end natural-language goal. Use when a user wants Skills for a multi-step workflow, asks which Skills fit a project, needs an installed-Skill audit or conflict check, has low Skill recall, wants indirect helpers such as humanizers or compliance checks, or wants a project-specific Skill Stack with controlled installation. Search local Skills, registries, GitHub, and OpenCLI; compare adoption, verified fit, safety, and overlap. Do not use for locating one known or common Skill; use the generic find-skills workflow.
上游 SKILL.md 主要章节(保留原文标题):
- 1. Choose the user-facing depth
- 2. Derive the workflow dynamically
- 3. Search the local index first
- 4. Map capabilities, including indirect helpers
- 5. Search with four lenses
- 6. Verify and rank candidates
- 7. Analyze conflicts and scope
- 8. Present recommendations in plain language
- 9. Install only after consent
- 10. Run a recall check
使用边界
先读取项目约定、依赖版本和现有测试,再提出最小改动。写文件、运行脚本、提交代码或发布前应检查差异并保留回退路径。
作者、翻译与许可证
- 原作者
- GitHub, Inc. 与 awesome-copilot contributors
- 中文翻译
- CEOFans翻译
- 许可证
- MIT
- 上游来源
- https://github.com/github/awesome-copilot/tree/3f0bba475ec40b9680e1d0311b9caffeec5ad4c3/skills/agent-skill-stack
适用范围
平台:linux、macos、windows;标签:AI 工程、智能体技能栈组装
安全提示
基础静态扫描不等于绝对安全。技能可能调用命令、浏览器、云服务或本地文件,请在最小权限环境中使用,高风险操作必须人工确认。
如发现侵权、许可证或安全问题,可在本页前台提交投诉,管理员复核后可立即下架。