This template repository makes it easy for enterprise owners to get started with and establish settings for their agents by providing:
- The basic file structure necessary for custom agents
- An example agent profile in the
agentsdirectory - An empty
managed-settings.jsonfile, which defines governance and extensibility settings in clients
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. - Edit the
managed-settings.jsonfile at.github/copilot/managed-settings.jsonto configure enterprise-wide client settings. For more information, see About enterprise-managed plugin standards and Disabling automatic command approval in Copilot clients.