setup-skills
仓库创建 2026年6月26日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
方便首次部署与规范标签,适合仓库维护者执行一次性准备工作。
这个 Skill 做什么
为 agent-skills 仓库创建并配置必要的 GitHub 标签与初始化设置。
帮你为 agent-skills 仓库在 GitHub 上检查并创建必要的标签与初始设置,省掉手动在界面里逐个点的麻烦。通常在新仓库初始化、准备贡献或统一 CI/PR 流程时用到,保证大家用到的是同一套标签和约定。特点是只补缺失的标签、保留已有设置,常通过 gh CLI 操作,适合团队统一工作流规范。
▸ 展开 SKILL.md 英文原文
Set up this repo for the agent skills
0
Stars
0
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Svendsys/agent-skills/master/skills/setup-skills/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Svendsys/agent-skills/master/skills/setup-skills/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Setup Skills
## Labels
Ensure these labels exist on the current repo (`gh label list`, or a GitHub MCP server). Create any that are missing, leave existing ones untouched:
gh label create needs-vision-align --color FBCA04 --description "Spec is missing the vision only the human holds; needs a /vision-align session"
gh label create ready-for-agent --color 0E8A16 --description "Self-contained spec; an agent can implement it without further context"
Report which were created and which already existed.
**No `gh` — a GitHub MCP server is the only GitHub access?** If the server exposes a label-writing operation, use it — it sets colour and description directly. Where it doesn't (somvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有