Sub Agents.directory banner
ayush-that ayush-that

Sub Agents.directory

Development community intermediate

Description

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.

Installation

Terminal
git clone https://github.com/ayush-that/sub-agents.directory

README

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

    undefined

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](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...

...