agent-skill-stack
面向多技能编排与冲突检查,适合需要端到端工作流的场景。
为自然语言目标挑选、评估并组合最小兼容的代理技能集合。
帮你挑出并组合完成某个自然语言目标所需的最小、互相兼容的 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:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/agent-skill-stack/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/agent-skill-stack/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