custom-agents
仓库创建 2025年8月13日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由
是构建仓库级别定制 agent 行为的核心指南,便于标准化代理能力。
这个 Skill 做什么
定义并校验 GitHub 自定义 agent 文件、提示与示例。
用来把仓库里能让 Copilot 表现特别的说明写成标准格式并校验,文件是 Markdown 并带 YAML frontmatter。想定义专门的行为、工具权限或示例提示就会用到,方便把团队约定的 agent 指令规范化存成文件。特别之处是能检查格式和示例是否合法,减少跑偏或加载失败的尴尬。
▸ 展开 SKILL.md 英文原文
Define and validate GitHub custom agent files, prompts, and examples.
4.9k
Stars
482
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/gh-aw/main/.github/skills/custom-agents/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/gh-aw/main/.github/skills/custom-agents/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# GitHub Custom Agent File Format Use this reference for the GitHub custom agent file format. ## Overview GitHub Copilot reads custom agent instructions from Markdown files with YAML frontmatter. Use them to define specialized behavior, tool access, and workflows for your repository. ## File Locations Place custom agent files in these locations based on scope: ### 1. Repository-wide Instructions - **File**: `.github/copilot-instructions.md` - **Scope**: Applies to all code generation in the repository - **Use case**: General coding standards, security requirements, testing practices ### 2. Path-specific Instructions - **Directory**: `.github/instructions/` - **Pattern**: `*.instructio
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有