Skip to content

Commit 8280373

Browse files
Create template for custom agent configuration
Added a template for creating a custom agent.
1 parent ea8a1ef commit 8280373

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/agents/my-agent.agent.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
# Fill in the fields below to create a basic custom agent for your repository.
3+
# The Copilot CLI can be used for local testing: https://gh.io/customagents/cli
4+
# To make this agent available, merge this file into the default repository branch.
5+
# For format details, see: https://gh.io/customagents/config
6+
7+
name:
8+
description:
9+
---
10+
11+
# My Agent
12+
13+
Describe what your agent does here...

0 commit comments

Comments
 (0)