custom-agents

Solid

Define and validate GitHub custom agent files, prompts, and examples.

AI & Automation 4,819 stars 466 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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**: `*.instructions.md` (e.g., `frontend.instructions.md`, `backend.instructions.md`) - **Scope**: Can target specific directories or file patterns using `applyTo` in frontmatter - **Use case**: Framework-specific guidelines, component-specific rules ### 3. Custom Agent Profiles - **Directory**: `.github/agents/` or `.github/copilot/instructions/` - **Pattern**: `AGENTS.md`, `*.md` (e.g., `readme-creator.md`, `test-writer.md`) - **Scope**: Defines specialized agents with specific capabilities and instructions - **Use case**: Task-specific agents (documentation, testing, refactoring) ### 4. agentic workflow integration - **Location**: Imported via `imports` field in workflow frontmatter - **Pattern**: Any markdown files under `.github/agents/` directory - **Scope**: Custom agent for specific agentic workf...

Details

Author
github
Repository
github/gh-aw
Created
11 months ago
Last Updated
today
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category