custom-agents

Featured

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

AI & Automation 5,125 stars 539 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
1 years ago
Last Updated
today
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-customization

**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns; defining tool restrictions; creating custom agent modes or specialized workflows; packaging domain knowledge; fixing YAML frontmatter syntax. DO NOT USE FOR: general coding questions (use default agent); runtime debugging or error diagnosis; MCP server configuration (use MCP docs directly); VS Code extension development. INVOKES: file system tools (read/write customization files), ask-questions tool (interview user for requirements), subagents for codebase exploration. FOR SINGLE OPERATIONS: For quick YAML frontmatter fixes or creating a single file from a known pattern, edit the file directly — no skill needed.

15 Updated 1 weeks ago
Pointa-Labs
AI & Automation Listed

copilot-docs

Configure GitHub Copilot with custom instructions. Use when setting up .github/copilot-instructions.md, customizing Copilot behavior, or creating repository-specific AI guidance. Triggers on Copilot instructions, copilot-instructions.md, GitHub Copilot config.

2 Updated today
Makiya1202
AI & Automation Listed

agent-guidance-factory

Author repository agent guidance such as AGENTS.md, CLAUDE.md, and scoped rules for load order, nested instructions, migration, audits, or stale-doc cleanup. Excludes ordinary human docs unless agents consume them.

11 Updated 3 weeks ago
Xopoko