Discover Claude Code sub-agents, prompts, and MCP servers.
About · Getting Started · Contributing
Sub-Agents Directory is a curated collection of 100+ sub-agent prompts and MCP servers for Claude Code. Browse by category, search by keyword, or generate custom agents with AI.
- Searchable Directory — Find the right sub-agent for your task
- Categorized Prompts — Language specialists, DevOps, Security, AI/ML, and more
- MCP Server Registry — Extend Claude Code with external tools
- AI Rule Generator — Create custom sub-agents tailored to your needs
- One-Click Copy — Copy prompts directly to your clipboard
- Open in Claude/ChatGPT — Use prompts instantly in your favorite AI assistant
# Clone the repository
git clone https://github.com/ayush-that/sub-agents.directory.git
cd sub-agents.directory
# Install dependencies
bun install
# Start the development server
bun devOpen http://localhost:3000 to view the directory.
We welcome contributions! To add a new sub-agent:
git clone https://github.com/YOUR_USERNAME/sub-agents.directory.git
cd sub-agents.directory
bun installAdd a new markdown file in the appropriate category folder:
content/
├── 01-core-development/
├── 02-language-specialists/
├── 03-infrastructure/
├── 04-quality-security/
├── 05-data-ai/
├── 06-developer-experience/
├── 07-specialized-domains/
├── 08-business-product/
├── 09-meta-orchestration/
└── 10-research-analysis/
Each rule follows this format:
---
name: your-agent-name
description: Brief description of what the agent does
tools: Read, Write, Edit, Bash, Glob, Grep
---
Your agent instructions go here...Open a pull request to this repository. We'll review and merge it!
- Framework — Next.js 16 with App Router
- Language — TypeScript
- Styling — Tailwind CSS
- Components — shadcn/ui
- Database — Supabase
- Package Manager — Bun
- Linting — Oxlint
MIT