From 845fc23e734109a1ae82d950e3376a12036d9f47 Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 16:29:32 -0600 Subject: [PATCH 01/11] Create template for custom agent configuration Added a template for creating a custom agent. --- .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 0000000..8ff8aa8 --- /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. From 36152609298b1492df869d4fc45cbb9a43e6ed5a Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 16:31:18 -0600 Subject: [PATCH 02/11] Update my-agent.agent.md --- .github/agents/my-agent.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.agent.md index 8ff8aa8..e0eb7aa 100644 --- a/.github/agents/my-agent.agent.md +++ b/.github/agents/my-agent.agent.md @@ -6,7 +6,7 @@ name: description: ---- +This is a test agent that can create a .md file about what repository solves # My Agent From 493def015c3de488164c4d1ac72bd7c9bb102678 Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 16:33:23 -0600 Subject: [PATCH 03/11] Update my-agent.agent.md --- .github/agents/my-agent.agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.agent.md index e0eb7aa..0378131 100644 --- a/.github/agents/my-agent.agent.md +++ b/.github/agents/my-agent.agent.md @@ -7,7 +7,7 @@ name: description: This is a test agent that can create a .md file about what repository solves - +--- # My Agent -Describe what your agent does here. +Create a .md file with the description of the repository From 4a9da3cb04b512219d312dad0b7fe6618a1b0789 Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 16:34:23 -0600 Subject: [PATCH 04/11] Update my-agent.agent.md --- .github/agents/my-agent.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.agent.md index 0378131..7d12ecb 100644 --- a/.github/agents/my-agent.agent.md +++ b/.github/agents/my-agent.agent.md @@ -4,7 +4,7 @@ # To make this agent available, merge this file into the default repository branch. # For format details, see: https://gh.io/customagents/config -name: +name: my-agent description: This is a test agent that can create a .md file about what repository solves --- From fa36bed2525d150b2495e005fc5211fee3d868a6 Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 16:34:41 -0600 Subject: [PATCH 05/11] Update my-agent.agent.md --- .github/agents/my-agent.agent.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.agent.md index 7d12ecb..8afb2d1 100644 --- a/.github/agents/my-agent.agent.md +++ b/.github/agents/my-agent.agent.md @@ -5,8 +5,7 @@ # For format details, see: https://gh.io/customagents/config name: my-agent -description: -This is a test agent that can create a .md file about what repository solves +description: This is a test agent that can create a .md file about what repository solves --- # My Agent From 07a6eb1d4cabcde452f7781f29602fa7bd1b8443 Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 17:13:49 -0600 Subject: [PATCH 06/11] Rename my-agent.agent.md to my-agent.md --- .github/agents/{my-agent.agent.md => my-agent.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/agents/{my-agent.agent.md => my-agent.md} (100%) diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.md similarity index 100% rename from .github/agents/my-agent.agent.md rename to .github/agents/my-agent.md From 2aba087a996cc064d581b60cf2c2bf3915f3bd5d Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 17:15:43 -0600 Subject: [PATCH 07/11] Rename example-agent.md to my-agent.md --- agents/{example-agent.md => my-agent.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename agents/{example-agent.md => my-agent.md} (100%) diff --git a/agents/example-agent.md b/agents/my-agent.md similarity index 100% rename from agents/example-agent.md rename to agents/my-agent.md From 3d5d9e2b7516ce4336d59f249a27b3920d5e6f42 Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 17:22:22 -0600 Subject: [PATCH 08/11] Update my-agent.md --- .github/agents/my-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/my-agent.md b/.github/agents/my-agent.md index 8afb2d1..37dcc7f 100644 --- a/.github/agents/my-agent.md +++ b/.github/agents/my-agent.md @@ -9,4 +9,4 @@ description: This is a test agent that can create a .md file about what reposito --- # My Agent -Create a .md file with the description of the repository +Create an .md file with the description of the repository From 1f9d44806256b6e4722ad483a709f9ef88695e10 Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 17:24:42 -0600 Subject: [PATCH 09/11] Update my-agent.md --- .github/agents/my-agent.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/agents/my-agent.md b/.github/agents/my-agent.md index 37dcc7f..f44fa12 100644 --- a/.github/agents/my-agent.md +++ b/.github/agents/my-agent.md @@ -1,9 +1,4 @@ --- -# 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: my-agent description: This is a test agent that can create a .md file about what repository solves --- From cceb53d008a7b9abb697856dda84199c4630c5bf Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 17:28:22 -0600 Subject: [PATCH 10/11] Update my-agent.md --- agents/my-agent.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/agents/my-agent.md b/agents/my-agent.md index dce1572..c266b0f 100644 --- a/agents/my-agent.md +++ b/agents/my-agent.md @@ -1,18 +1,7 @@ - +Create a `.md` file that describes what the repository does, based on the repository name, description, README, and code context. From 04bfd1b22bcf1a6481c93503a3a6cb5498ddc6d4 Mon Sep 17 00:00:00 2001 From: Edwin Rosales Date: Sat, 23 May 2026 17:28:35 -0600 Subject: [PATCH 11/11] Rename my-agent.md to my-agent.agent.md --- agents/{my-agent.md => my-agent.agent.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename agents/{my-agent.md => my-agent.agent.md} (100%) diff --git a/agents/my-agent.md b/agents/my-agent.agent.md similarity index 100% rename from agents/my-agent.md rename to agents/my-agent.agent.md