agent-skill-stack

仓库创建 2025年6月12日最近提交 4 小时前SkillHot 收录 3 小时前
▸ 精选理由

面向多技能编排与冲突检查,适合需要端到端工作流的场景。

这个 Skill 做什么

为自然语言目标挑选、评估并组合最小兼容的代理技能集合。

帮你挑出并组合完成某个自然语言目标所需的最小、互相兼容的 Skills 集合。适合要构建多步工作流、做已装 Skills 的审计或冲突检查、或想把 Skills 限定到项目里时使用。它会同时搜索本地 Skill、registry、GitHub 和 OpenCLI,并比对采用度、适配性、安全性与功能重叠,避免多余安装。

▸ 展开 SKILL.md 英文原文

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 开发管理技能编排审计多步工作流通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/agent-skill-stack/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/agent-skill-stack/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Build an Agent Skill Stack

Build the smallest useful stack for the user's actual outcome. Never force a domain example or a fixed lifecycle onto a different request.

## 1. Choose the user-facing depth

Default to **plain-language mode**. Assume the user does not need to understand paths, revisions, hashes, manifests, static analysis, or runtime details.

In plain-language mode, show:

- what the user is trying to accomplish;
- the steps in everyday language;
- which capabilities are already available;
- which Skills are recommended, optional, overlapping, or unsuitable;
- how widely each candidate is used;
- whether it passed an installation safety check and a safe trial;
- what account 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有