Agent skill · Workflow & Productivity

custom-agents

This document describes the GitHub custom agent file format used by GitHub Copilot to provide repository-specific or task-specific instructions to AI coding agents.

majiayu000github.com/majiayu000GitHub ↗
claude-codecopilotMIT
Install
npx skills add majiayu000/claude-skill-registry --skill custom-agents-github-gh-aw --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/agent/custom-agents-github-gh-aw/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: custom-agents description: GitHub Custom Agent File Format Brief description of agent's purpose > # Multi-line description of agent's purpose Repository-wide coding standards Frontend development guidelines Agent specializing in creating and improving README files Specialized agent for writing comprehensive test suites Agent specialized in performing code reviews --- # GitHub Custom Agent File Format This document describes the GitHub custom agent file format used by GitHub Copilot to provide repository-specific or task-specific instructions to AI coding agents. ## Overview GitHub Copilot supports custom agent instructions through Markdown files with YAML frontmatter. These files allow you to define specialized agent behaviors, tool access, and custom workflows that tailor Copilot's behavior to your repository's needs. ## File Locations Custom agent files can be placed in several locations, each serving a different 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 Instru

What's inside
Steps it walks through
  1. Overview
  2. File Locations
  3. 1. Repository-wide Instructions
  4. 2. Path-specific Instructions
  5. 3. Custom Agent Profiles
  6. 4. agentic workflow integration
  7. File Format
  8. Basic Structure
  9. Complete YAML Frontmatter Schema
  10. Field Descriptions
  11. Core Fields
  12. Tool Configuration
  13. Path Targeting
  14. Enterprise Features
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the custom-agents skill do?

This document describes the GitHub custom agent file format used by GitHub Copilot to provide repository-specific or task-specific instructions to AI coding agents.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill custom-agents-github-gh-aw --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going