About Sub Agents.directory
Sub Agents.directory is an MCP server published by ayush-that in the Developer Tools category: sub-Agents Directory is a curated collection of 100+ sub-agent prompts and MCP servers for Claude Code. It has been installed 0 times through Conduid.
The repository has 96 stars and 21 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx sub-agents-directoryThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Sub Agents.directory
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
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
README mirrored from the source repository 4 months ago. The original is authoritative.