Skip to content
@agents-repo

Agents Repo

Open‑source ecosystem and registry for GitHub Copilot agents and multi‑agent flows.

agents-repo

Open-source registry and tooling for agents and multi-agent flows across supported install targets (AI coding tools).

The agents-repo organization maintains specifications, packages, and applications for discovering, validating, and distributing agents and flows for GitHub Copilot, Cursor, Claude Code, and OpenAI Codex.

Get started

  • 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
  • cli — install and manage packages with npx agents-repo
  • agents-repo.org — public site (develop in webapp; published automatically to agents-repo.github.io)

How the ecosystem fits together

Contributors publish packages to registry via GitHub pull request. Webapp and CLI use registry-proxy for catalog fetches by default (overridable via env and config in local development). The public site is built from webapp and deployed to GitHub Pages.

flowchart LR
  Contributor --> Registry[registry GitHub]
  Registry --> Proxy[registry-proxy]
  User[Users] --> Site[webapp agents-repo.org]
  Site -->|catalog fetch| Proxy
  User -->|npx agents-repo| CLI[cli]
  CLI -->|catalog fetch| Proxy
  CLI --> Project[Your project install targets]
Loading

Full diagrams and step-by-step flows: Ecosystem overview.

Contribute

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:

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.

Community

Pinned Loading

  1. registry-proxy registry-proxy Public

    Fast, globally-distributed edge proxy and cache for the agents-repo registry. Delivers fast, rate-limit-safe access to agent manifest files and assets.

    JavaScript

  2. registry registry Public

    Central open-source registry of AI agent configurations, developer workflows, skills, and runtime specifications. Compatible with CLI tools, IDE extension protocols, and MCP.

    TypeScript 1 1

  3. webapp webapp Public

    The web portal and visual directory for the agents-repo ecosystem. Search, discover, and share AI agent configurations, custom developer tools, and workflow templates.

    TypeScript

  4. agents-repo.github.io agents-repo.github.io Public

    Documentation, architecture specifications, and onboarding guides for agents-repo—the open-source, engine-agnostic registry for developer AI agents and tools.

    HTML

Repositories

Showing 6 of 6 repositories

Top languages

Loading…

Most used topics

Loading…