Open-source database of AI coding agents for AgentDepot.dev
Community-curated agents for Cursor, Windsurf, Claude Code, Replit, and MCP. Browse at agentdepot.dev or contribute below.
3 simple steps:
- Fork this repo
- Add your agent to
agents/[tool].ts(e.g.,agents/cursor.ts) - Submit a Pull Request
We review within 24-48 hours. See CONTRIBUTING.md for details.
{
id: "my-agent-name",
name: "My Agent Name",
description: "What your agent does in one line",
tool: "cursor", // cursor | windsurf | claude-code | replit | mcp
type: "rule", // rule | agent | plugin | skill | template
category: "web", // coding | debugging | testing | web | data | productivity
tags: ["react", "typescript"],
author: {
name: "Your Name",
github: "https://github.com/yourusername"
},
installation: {
type: "manual",
instructions: "Copy to .cursorrules file"
},
createdAt: "2025-12-09"
}Full schema: See types/agent.ts or CONTRIBUTING.md
| Tool | Agents |
|---|---|
| Cursor | 15 |
| Windsurf | 15 |
| Claude Code | 15 |
| MCP | 10 |
| Replit | 16 |
| Total | 71 |
We accept real, working agents that:
- ✅ Work (we test everything)
- ✅ Solve a real problem
- ✅ Have clear installation instructions
- ✅ Credit the original author
We reject: spam, duplicates, broken agents, malicious code.
- Automated checks (instant) - GitHub Actions validates your submission
- TypeScript compilation
- Schema validation
- Duplicate ID detection
- Required fields check
- Manual review (24-48hrs) - We test your agent
- Merge - PR merged to main branch
- Sync - Agents automatically sync to agentdepot.dev (within 24hrs)
How the sync works: This is a public data repository. After your PR is merged, agents are synced to the private production repo and deployed to agentdepot.dev.
Can I submit someone else's agent? Yes, with proper attribution and permission.
How do I update an agent? Submit a PR with your changes.
What if rejected? We'll explain why and help you fix it.
Full FAQ: See CONTRIBUTING.md
MIT License - See LICENSE
- Browse agents: agentdepot.dev
- Report issue: GitHub Issues
- Email: hello@agentdepot.dev
This is the open data source for AgentDepot.dev