Agents for Claude Code
lodetomasi's role-based agent library — frontend specialist, backend engineer, database architect, and more. Drop-in agent definitions for common engineering roles.
🚀 Elite Claude Agents Collection - 100 AI Specialists for Claude Code
Transform Claude Code into your personal tech army with 100 hyper-specialized AI agents. Expert assistance for React, Vue, Angular, AWS, Kubernetes, Python, Rust, Go, Machine Learning, DevOps, Security, and more.
🎯 What is Elite Claude Agents?
Elite Claude Agents is a comprehensive collection of 100 AI-powered specialists designed to enhance Claude Code with deep, focused expertise across every technology domain. Whether you're building React applications, deploying Kubernetes clusters, optimizing AWS infrastructure, or implementing machine learning models, these agents provide expert-level assistance tailored to your specific needs.
Key Features:
- 100 Specialized AI Agents: From frontend frameworks to cloud architecture
- Optimized Performance: Each agent uses the ideal model (Opus/Sonnet/Haiku) for its task
- Zero Configuration: Works instantly with Claude Code
- Cost-Effective: Smart model selection minimizes API costs
- Battle-Tested: Production-ready patterns and best practices
The Power-Up You've Been Waiting For
Imagine having instant access to 100 world-class specialists, each a master of their craft. No more context switching. No more shallow knowledge. Just deep, focused expertise on demand.
⚡ Lightning Setup - Install Claude Code Agents in Seconds
# Install in seconds
cd ~/.claude
git clone https://github.com/lorenzodetomasi/elite-claude-agents.git agents
# That's it. You're now unstoppable.
Alternative Installation Methods
For Windows Users:
cd %USERPROFILE%\.claude
git clone https://github.com/lorenzodetomasi/elite-claude-agents.git agents
Using Claude Code CLI:
claude code install lorenzodetomasi/elite-claude-agents
🎯 How to Use Elite Agents with Claude Code - Step by Step
How It Works Behind the Scenes
When you install the agents in ~/.claude/agents/, Claude Code automatically:
- Scans the agents directory for all
.mdfiles - Reads the YAML frontmatter (name, description, model)
- Loads agent instructions when relevant to your request
- Activates the right specialists based on your task
Step 1: Install the Agents
cd ~/.claude
git clone https://github.com/lorenzodetomasi/elite-claude-agents.git agents
This creates the structure:
~/.claude/
└── agents/
├── react-wizard.md
├── aws-architect.md
├── kubernetes-pilot.md
└── ... (97 more agents)
Step 2: Start Claude Code
claude code
Step 3: Use Agents in Your Conversations
Claude automatically detects which agents to use based on your request:
Example 1: Building a React App
You: I need to build a modern e-commerce site with React
Claude: I'll assemble the right team for your e-commerce project:
- react-wizard will handle the frontend architecture
- nextjs-architect will set up SSR for SEO
- stripe-specialist will implement payments
- aws-architect will design the infrastructure
Let's start with the React components...
Example 2: Fixing Performance Issues
You: My Node.js API is slow and timing out
Claude: I'll activate performance-optimizer to diagnose this.
[Analyzes code, identifies bottlenecks]
- Found N+1 query problem in /api/products
- Missing database indexes on user_id
- No caching layer implemented
Let me fix these issues...
Example 3: Security Audit
You: Can you review my authentication system for vulnerabilities?
Claude: I'll use threat-modeler and penetration-tester for this security audit.
[Performs comprehensive security analysis]
- Found JWT tokens without expiration
- Missing rate limiting on login endpoint
- Passwords stored with weak hashing
Here's how to fix each vulnerability...
💡 Pro Tips for Maximum Productivity
-
Be Specific About Your Needs
❌ "Help me with React" ✅ "Build a React dashboard with real-time data updates using WebSockets" -
Request Multiple Agents
"I need to build a secure payment system" Claude automatically activates: stripe-specialist + security-architect + nodejs-expert -
Use Agents for Code Review
"Review this Kubernetes config for production best practices" Claude uses: kubernetes-pilot + security-architect + reliability-engineer -
Combine Agents for Complex Tasks
"Migrate my monolith to microservices on AWS" Claude assembles: aws-architect + kubernetes-pilot + docker-captain + migration-expert
🔥 Real Session Example
$ claude code
You: I want to build a real-time collaborative editor like Google Docs
Claude: I'll assemble a specialized team for building a real-time collaborative editor:
🎯 **Activating agents:** (from ~/.claude/agents/)
- react-wizard (frontend architecture)
- websocket-expert (real-time sync)
- nodejs-expert (backend server)
- mongodb-master (document storage)
- redis-specialist (session management)
Let's start with the architecture. Here's what we'll build:
1. **Frontend (React + WebSockets)**
[Creates collaborative editor component with live cursors]
2. **Backend (Node.js + Socket.io)**
[Implements operational transformation for conflict resolution]
3. **Database Layer**
[Sets up MongoDB for documents, Redis for presence]
4. **Real-time Sync Engine**
[Builds CRDT-based synchronization]
[Continues building the entire system with production-ready code...]
Meet Your New Team
🔥 Crisis Control
When shit hits the fan:
incident-commander- Takes charge when systems burnchaos-engineer- Breaks things before they break youreliability-engineer- Guardian of the five ninesperformance-optimizer- Makes slow code fastscale-architect- Handles millions without breaking a sweat
🛠️ The Builders
Creating something from nothing:
react-wizard- React apps that users lovenextjs-architect- Full-stack at the speed of lightflutter-expert- Beautiful apps everywhererust-evangelist- Memory-safe systems codegolang-guru- Concurrent services that scale
☁️ Cloud Masters
Taming the cloud:
aws-architect- AWS solutions that don't break the bankgcp-architect- Google Cloud at its finestazure-specialist- Enterprise cloud done rightkubernetes-pilot- Container orchestration masteryterraform-master- Infrastructure as actual code
🚀 Web Wizards
Modern web development:
typescript-sage- Type-safe JavaScriptgraphql-wizard- APIs developers dream aboutvue-virtuoso- Reactive interfacesangular-authority- Enterprise frontendsvelte-sorcerer- Disappearing framework magic
📊 Data & AI
Intelligence at scale:
ml-ops-architect- ML that works in productiondata-detective- Finds insights others misselasticsearch-expert- Search that actually workskafka-commander- Streaming data at scalemongodb-master- NoSQL that makes sense
🔐 Security Forces
Keeping systems safe:
threat-modeler- Thinks like an attackerprivacy-architect- GDPR compliance by designpenetration-tester- Finds holes before hackers docryptography-expert- Encryption done rightidentity-specialist- Auth that works
🎮 Specialized Domains
Niche expertise:
game-designer- Addictive gameplay mechanicsar-vr-developer- Immersive experiencesblockchain-architect- Web3 that actually worksquantum-developer- Quantum computing simplifiedembedded-engineer- IoT and hardware mastery
📈 Growth & Optimization
Making things better:
growth-hacker- 10x user growth strategiesseo-specialist- Rank #1 on Googlecloud-cost-optimizer- Cut cloud bills in halftech-debt-surgeon- Clean up the messstartup-cto- Technical leadership that scales
Real-World Magic
Scenario: "Our startup is exploding"
startup-cto: Designs scalable architecture
aws-architect: Sets up auto-scaling infrastructure
golang-guru: Builds high-performance APIs
react-wizard: Creates responsive frontend
growth-hacker: Implements viral features
Scenario: "We got hacked"
incident-commander: Coordinates response
threat-modeler: Identifies attack vectors
privacy-architect: Assesses data exposure
reliability-engineer: Implements recovery
chaos-engineer: Prevents future attacks
Scenario: "Make it faster"
performance-optimizer: Profiles bottlenecks
database-wizard: Optimizes queries
redis-specialist: Implements caching
nginx-wizard: Tunes web server
edge-computing-expert: Adds CDN layer
Why This Changes Everything
🎯 Surgical Precision
Each agent does ONE thing at genius level. No jack-of-all-trades mediocrity.
🧠 Collective Intelligence
Agents collaborate automatically. Complex problems solved by specialist teams.
⚡ Instant Expertise
No ramp-up time. Each agent comes pre-loaded with years of experience.
💰 Cost Optimized
- Heavy thinking: Opus models
- Standard work: Sonnet models
- Quick tasks: Haiku models
📋 Complete Agent Roster - All 100 Claude Code AI Specialists
Programming Languages & Frameworks Agents (20 specialists)
Expert AI assistance for Python, JavaScript, TypeScript, Rust, Go, Java, C++, and more
python-alchemist rust-evangelist golang-guru java-architect typescript-sage swift-specialist kotlin-expert ruby-craftsman php-professional cpp-master dotnet-expert elixir-wizard nodejs-ninja deno-developer bun-expert solidity-sage
Frontend Development Agents (17 specialists)
React, Vue, Angular, Svelte, Next.js experts and UI/UX specialists
react-wizard vue-virtuoso angular-authority svelte-sorcerer nextjs-architect remix-rockstar flutter-expert visual-architect tailwind-artist sass-sculptor webgl-wizard pwa-pioneer jamstack-ninja storybook-artist
Backend & Cloud Infrastructure Agents (23 specialists)
AWS, Google Cloud, Azure, Kubernetes, Docker, and DevOps automation experts
aws-architect gcp-architect azure-specialist kubernetes-pilot docker-captain terraform-master ansible-automation jenkins-expert gitlab-specialist github-actions-pro nginx-wizard linux-admin devops-maestro express-engineer fastapi-expert django-master rails-architect laravel-wizard flask-artisan spring-boot-guru nest-specialist
Data Engineering & Database Agents (12 specialists)
PostgreSQL, MongoDB, Redis, Elasticsearch, ML pipelines, and big data experts
postgresql-guru mongodb-master redis-specialist elasticsearch-expert kafka-commander database-wizard data-detective data-storyteller ml-ops-architect supabase-specialist
Testing & Quality Assurance Agents (8 specialists)
Automated testing, E2E testing, unit testing with Jest, Cypress, Playwright
cypress-champion playwright-pro jest-ninja pytest-master vitest-virtuoso
Security & Site Reliability Agents (10 specialists)
Security audits, chaos engineering, incident response, and compliance experts
chaos-engineer threat-modeler privacy-architect reliability-engineer incident-commander prometheus-expert istio-specialist accessibility-guardian
Specialized Technology Agents (10 specialists)
Blockchain, Web3, AR/VR, IoT, game development, and API integration experts
quantum-developer blockchain-architect web3-builder ar-vr-developer embedded-engineer game-designer fintech-engineer api-archaeologist edge-computing-expert workflow-automator openai-integrator stripe-specialist shopify-expert
Start Now
# Example: Build a SaaS
"I need to build a SaaS product"
# Claude automatically assembles your team:
# → startup-cto (architecture)
# → nextjs-architect (frontend)
# → supabase-specialist (backend)
# → stripe-integrator (payments)
# → growth-hacker (user acquisition)
Join the Revolution
This isn't just a tool. It's a paradigm shift in how we build software.
Ready to 10x your capabilities?
- Install the agents
- Ask Claude anything
- Watch the magic unfold
🌟 Why Choose Elite Claude Agents?
For Individual Developers
- 10x Productivity: Get expert help in any technology instantly
- Learn Faster: Each agent teaches best practices as you code
- Ship Quality: Production-ready code from day one
For Teams
- Consistent Standards: All agents follow industry best practices
- Knowledge Sharing: Team members get equal access to expertise
- Faster Onboarding: New developers become productive immediately
For Startups
- Full-Stack Coverage: From MVP to scale, every technology covered
- Cost Effective: No need to hire 100 specialists
- Rapid Iteration: Build, test, and deploy faster than ever
📈 Performance & Optimization
Each agent is carefully optimized:
- Opus Models: Complex architecture, algorithms, system design
- Sonnet Models: Standard development, debugging, refactoring
- Haiku Models: Quick fixes, simple queries, documentation
This smart model selection reduces API costs by up to 80% while maintaining expert-level quality.
🔍 Keywords for Search
Claude AI agents, Claude Code extensions, AI programming assistants, AI code generation, Claude Code React expert, Claude Code AWS specialist, Claude Code Kubernetes, AI DevOps tools, Claude Code Python expert, AI web development, Claude Code machine learning, AI security tools, Claude Code database expert, AI frontend development, Claude Code backend specialist, AI cloud architecture, Claude Code TypeScript, AI testing automation, Claude Code optimization, AI code review
👨💻 About the Creator
Created by Lorenzo De Tomasi
Built with passion for developers who ship fast and break nothing. This collection represents hundreds of hours of crafting the perfect prompts and agent configurations to deliver real value to developers.
📜 License
MIT License - Use these agents freely in your projects!
🤝 Contributing
Found a way to improve an agent? Have ideas for new specialists? Contributions are welcome! Please check our contribution guidelines.
⭐ Support the Project
If Elite Claude Agents helps you ship better code faster, please star the repository!
Elite Claude Agents - Transform Claude Code into Your Personal Tech Army
🔗 GitHub | 💬 Issues | 📚 Documentation
More Agents
Claude Command Suite
qdhenry's all-in-one agent + command collection — pre-built sub-agents paired with slash commands for a complete Claude Code workflow out of the box.
ECC Security Reviewer
Vulnerability analysis and secure coding enforcement agent from everything-claude-code — OWASP top 10 scans, dependency audits, and remediation recommendations.
ECC Code Reviewer
Quality, security, and style code review agent from everything-claude-code — enforces team conventions, catches anti-patterns, and produces structured review comments.