AgentsKit Registry
Ready-to-use AI agents you copy into your project — you own the code.
The Registry is the fastest path from a task to an agent you can own. Each entry is a provider-agnostic TypeScript factory with a typed contract, tests, evaluation coverage, and source code. The CLI copies that source into your repository (you own every line) — there is no registry runtime and no lock-in.
Choose a path
- I want to install one: start with the quick start, then browse agents.
- I need another model: see providers and models.
- I need tools, RAG, memory, or approvals: read customizing an agent.
- I need to understand quality: see validation and safety.
- I want to understand Ask Registry: see deterministic discovery.
- Something failed: use troubleshooting.
- I want to publish an agent: follow Create your own and Contributing.
What gets installed
npx agentskit add <id> downloads the manifest at /r/<id>.json, verifies the files listed by
the agent, and writes the source to ./agents/<id>/. Your application imports that local source.
Updating is explicit, so Registry releases never silently change a running agent.
Discovery for tools and LLMs
/r/index.json— machine-readable catalog./llms.txt— concise documentation and agent index./llms-full.txt— full agent context./api/mcp— MCP discovery endpoint./deterministic/site-config.json— trusted local-answer configuration./deterministic/knowledge.json— verified exact-fact artifact.