custom-agents
Installation
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