AI Agent Catalog
Browse and discover specialized AI agents that enhance your development workflow with Claude Code. Each agent is a domain expert designed to handle specific tasks with production-grade quality.
What are AI Agents? AI agents are specialized Claude Code configurations that bring focused expertise to specific development tasks. They read framework documentation, follow best practices, and generate production-ready code.
Quick Start
# List available agents
claude agents list
# Use an agent
/agent ai-orchestrator "Build a document processing pipeline"
# Get help with an agent
/agent backend-builder --helpBuilder Agents
Agents that generate complete implementations from specifications.
Designer Agents
Agents that create implementation-ready design specifications.
Specialist Agents
Agents with deep expertise in specific domains.
Agent Categories
By Capability
| Category | Agents | Use Cases |
|---|---|---|
| Builders | AI Orchestrator, Backend Builder, Frontend Designer | Complete implementation generation |
| Designers | UI Designer, Dashboard Designer | Implementation-ready specifications |
| Specialists | Security Auditor, Performance Optimizer | Domain-specific expertise |
| Reviewers | Code Reviewer, Security Reviewer | Quality assurance and analysis |
By Framework
| Framework | Supported Agents |
|---|---|
| Python | Backend Builder (FastAPI), AI Orchestrator (LangGraph, CrewAI) |
| Node.js | Backend Builder (Express, Fastify), Frontend Designer (Next.js) |
| Bun | Backend Builder (Hono) |
| Next.js | Frontend Designer, Dashboard Designer |
| Streamlit | Frontend Designer (Data Apps) |
Common Workflows
Building a Full-Stack Application
AI Orchestration Development
Getting Started
1. Choose Your Agent
Browse the catalog above or use the search to find the right agent for your task.
2. Invoke the Agent
Use the /agent command in Claude Code:
/agent backend-builder "Create a REST API for sports league management"3. Review Output
Agents generate:
- β Production-ready code
- π Comprehensive documentation
- π§ͺ Test suites
- π Deployment configurations
4. Iterate
Provide feedback and refine:
/agent backend-builder "Add WebSocket support for real-time updates"Creating Custom Agents
Want to create your own specialized agent? See our Creating Custom Agents guide.
Key benefits:
- π― Focused Expertise - Domain-specific knowledge and patterns
- π Framework Awareness - Reads latest documentation
- ποΈ Production Ready - Security, testing, and deployment built-in
- π Consistent Output - Follows team standards and conventions