From 7d57985ee0a2a07fc099297a88afc51f184ba433 Mon Sep 17 00:00:00 2001 From: "Github.com/jabidahscreationssystems" Date: Tue, 11 Nov 2025 02:38:51 +0800 Subject: [PATCH] Add custom agent template file Create a template for a custom agent configuration. --- .github/agents/my-agent.agent.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/agents/my-agent.agent.md diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.agent.md new file mode 100644 index 0000000000..39a8426458 --- /dev/null +++ b/.github/agents/my-agent.agent.md @@ -0,0 +1,13 @@ +--- +# Fill in the fields below to create a basic custom agent for your repository. +# The Copilot CLI can be used for local testing: https://gh.io/customagents/cli +# To make this agent available, merge this file into the default repository branch. +# For format details, see: https://gh.io/customagents/config + +name: +description: +--- + +# My Agent + +Describe what your agent does here...