Contributing
Submit an agent to the registry.
Agents live in the agentskit-registry repo.
- Create
registry/<id>/withagent.ts,meta.json,README.md,agent.test.ts(see Create your own). npm run lint && npm test && npm run buildmust pass. The build regenerates the index (public/r) — commit the diff (CI guards it is fresh).- Open a PR.
Agents are curated, not gatekept by the framework's full gate suite — keep them honest,
tested, small, and provider-agnostic. The gallery and per-agent pages are generated from your
meta.json automatically.
See the repo's CONTRIBUTING.md.