Skip to content

Create template for custom agent configuration#103

Open
Soleil-Sophia wants to merge 1 commit into
palmier-io:mainfrom
Soleil-Sophia-Lucestella-Voggenreiter:main
Open

Create template for custom agent configuration#103
Soleil-Sophia wants to merge 1 commit into
palmier-io:mainfrom
Soleil-Sophia-Lucestella-Voggenreiter:main

Conversation

@Soleil-Sophia

@Soleil-Sophia Soleil-Sophia commented Jun 22, 2026

Copy link
Copy Markdown

Added a template for creating a custom agent with instructions.


Note

Low Risk
Documentation-only template with no runtime or application code changes.

Overview
Adds a starter .github/agents/my-agent.agent.md file so repos can define a GitHub custom agent without writing the config from scratch.

The template includes YAML front matter placeholders for name and description, links to Copilot CLI local testing and the custom agents config docs, and a short markdown section for agent behavior instructions.

Reviewed by Cursor Bugbot for commit 46e9ab5. Bugbot is set up for automated code reviews on this repo. Configure here.

Added a template for creating a custom agent with instructions.
Copilot AI review requested due to automatic review settings June 22, 2026 10:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a starter .agent.md file under .github/agents/ intended to serve as a template for configuring a custom GitHub Copilot agent in this repository.

Changes:

  • Introduces a new custom agent configuration template file.
  • Includes inline guidance and links for local testing and configuration format details.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +7 to +8
name:
description:

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name and description are currently empty, which will parse as null in YAML front matter and may make the agent config invalid / show up as a broken agent after merge. Prefer providing safe placeholder values so the file is valid if merged as-is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants