From 3e61da1dbd793d079ac3daeacb1e78befee45230 Mon Sep 17 00:00:00 2001 From: "Faisal M. AlOtaibi" <205647957+hub966@users.noreply.github.com> Date: Sun, 26 Jul 2026 00:17:12 +0300 Subject: [PATCH] Create template for custom agent configuration Added a template for creating a custom agent in the repository. Signed-off-by: Faisal M. AlOtaibi <205647957+hub966@users.noreply.github.com> --- .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 00000000000000..8ff8aa88f9ff03 --- /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.