The public agent registry at registry.gitagent.sh.
Community-submitted agents, validated by CI, browsable on the web. GitHub is the source of truth — no database, no backend.
PR → CI validates → merge → index.json regenerated → website reads index.json
- Submit: Open a PR adding your agent folder under
agents/<author>__<agent-name>/ - Validate: CI checks your metadata, clones your repo, and verifies it's a real gitagent
- Browse: The website fetches
index.jsonand renders a searchable marketplace
See CONTRIBUTING.md for the full submission guide.
Quick start:
- Fork this repo
- Create
agents/<your-github-username>__<agent-name>/ - Add
metadata.json,README.md, and optionallyicon.png - Open a PR
npm install
npm run build:index # Generate index.json from agents/
npm run dev # Start the site dev server
npm run build # Build everythingMIT