Open-source registry and tooling for GitHub Copilot agents and multi-agent flows.
The agents-repo organization maintains specifications, packages, and applications for discovering, validating, and distributing Copilot agents and flows.
- registry — specifications, schemas, packages, and validation tooling
- webapp — browse, search, and download agents and flows from the registry
- registry-proxy — cached, rate-limit-safe access to registry files
- agents-repo.org — public site (develop in webapp; published automatically to agents-repo.github.io)
Every task MUST follow the organization Required Workflow:
open a tracking issue, create a branch, push, and open a draft pull request
(gh pr create --draft) before implementation. After validation, the
developer manually marks the pull request ready for review.
Each repository has its own contributing guide with setup, validation, and pull request expectations. Start with the organization-wide Contributing guide, then follow the detailed guide for the repository you are changing:
- registry/.github/CONTRIBUTING.md
- webapp/.github/CONTRIBUTING.md
- registry-proxy/.github/CONTRIBUTING.md
agents-repo.github.io is the webapp's automated Pages deploy target, not a
development repository. See webapp deployment docs.
For organization-wide defaults and policies, open an issue before implementation in agents-repo/.github.