diff --git a/.github/agents/my-agent.md b/.github/agents/my-agent.md new file mode 100644 index 0000000..f44fa12 --- /dev/null +++ b/.github/agents/my-agent.md @@ -0,0 +1,7 @@ +--- +name: my-agent +description: This is a test agent that can create a .md file about what repository solves +--- +# My Agent + +Create an .md file with the description of the repository diff --git a/agents/example-agent.md b/agents/example-agent.md deleted file mode 100644 index dce1572..0000000 --- a/agents/example-agent.md +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/agents/my-agent.agent.md b/agents/my-agent.agent.md new file mode 100644 index 0000000..c266b0f --- /dev/null +++ b/agents/my-agent.agent.md @@ -0,0 +1,7 @@ +--- +name: my-agent +description: Creates a Markdown file describing what a repository does. +--- +# My Agent + +Create a `.md` file that describes what the repository does, based on the repository name, description, README, and code context.