This template repository makes it easy for enterprise and organization owners to get started with Copilot custom agents by providing:
- The basic file structure necessary for custom agents
- An example agent profile in the
agentsdirectory
Note
The example agent profile is commented out, so you can use this template repository without unintentionally making a custom agent available to your team.
- Using this template repository, create a private repository called
.github-privatein your organization. - Edit this README to best meet your needs. Consider including creation guidelines for custom agents or compliance considerations specific to your team.
- Edit the provided
agents/example-agent.mdfile to create your first custom agent. For more information, see Creating custom agents.