Sub Agents.directory
Sub-Agents Directory is a curated collection of 100+ sub-agent prompts and MCP servers for Claude Code.
Installation
npx sub-agents-directoryAsk AI about Sub Agents.directory
Powered by Claude Β· Grounded in docs
I know everything about Sub Agents.directory. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Sub-Agents Directory
Discover Claude Code sub-agents, prompts, and MCP servers.
About Β· Getting Started Β· Contributing
About
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.
Features
- 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
Getting Started
# 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 dev
Open http://localhost:3000 to view the directory.
Contributing
We welcome contributions! To add a new sub-agent:
1. Fork & Clone
git clone https://github.com/YOUR_USERNAME/sub-agents.directory.git
cd sub-agents.directory
bun install
2. Create a Rule File
Add 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/
3. Define Your Rule
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...
4. Submit a PR
Open a pull request to this repository. We'll review and merge it!
Tech Stack
- Framework β Next.js 16 with App Router
- Language β TypeScript
- Styling β Tailwind CSS
- Components β shadcn/ui
- Database β Supabase
- Package Manager β Bun
- Linting β Oxlint
License
MIT
