agents-claude-code

作者 lodetomasi已验证

🚀 100 hyper-specialized AI agents for Claude Code - Transform Claude into your personal tech army with experts in React, AWS, Kubernetes, ML, Security & more

157
Stars
38
Forks
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/lodetomasi/agents-claude-code

快速入门

使用 agents-claude-code 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🚀 Elite Claude Agents Collection - 100 AI Specialists for Claude Code

Elite Claude Agents Banner - AI-powered development assistants 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.

GitHub stars License: MIT Claude Code Compatible Agents: 100

🎯 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:

  1. Scans the agents directory for all .md files
  2. Reads the YAML frontmatter (name, description, model)
  3. Loads agent instructions when relevant to your request
  4. 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

  1. Be Specific About Your Needs

    ❌ "Help me with React"
    ✅ "Build a React dashboard with real-time data updates using WebSockets"
    
  2. Request Multiple Agents

    "I need to build a secure payment system"
    Claude automatically activates: stripe-specialist + security-architect + nodejs-expert
    
  3. Use Agents for Code Review

    "Review this Kubernetes config for production best practices"
    Claude uses: kubernetes-pilot + security-architect + reliability-engineer
    
  4. 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 burn
  • chaos-engineer - Breaks things before they break you
  • reliability-engineer - Guardian of the five nines
  • performance-optimizer - Makes slow code fast
  • scale-architect - Handles millions without breaking a sweat

🛠️ The Builders

Creating something from nothing:

  • react-wizard - React apps that users love
  • nextjs-architect - Full-stack at the speed of light
  • flutter-expert - Beautiful apps everywhere
  • rust-evangelist - Memory-safe systems code
  • golang-guru - Concurrent services that scale

☁️ Cloud Masters

Taming the cloud:

  • aws-architect - AWS solutions that don't break the bank
  • gcp-architect - Google Cloud at its finest
  • azure-specialist - Enterprise cloud done right
  • kubernetes-pilot - Container orchestration mastery
  • terraform-master - Infrastructure as actual code

🚀 Web Wizards

Modern web development:

  • typescript-sage - Type-safe JavaScript
  • graphql-wizard - APIs developers dream about
  • vue-virtuoso - Reactive interfaces
  • angular-authority - Enterprise frontend
  • svelte-sorcerer - Disappearing framework magic

📊 Data & AI

Intelligence at scale:

  • ml-ops-architect - ML that works in production
  • data-detective - Finds insights others miss
  • elasticsearch-expert - Search that actually works
  • kafka-commander - Streaming data at scale
  • mongodb-master - NoSQL that makes sense

🔐 Security Forces

Keeping systems safe:

  • threat-modeler - Thinks like an attacker
  • privacy-architect - GDPR compliance by design
  • penetration-tester - Finds holes before hackers do
  • cryptography-expert - Encryption done right
  • identity-specialist - Auth that works

🎮 Specialized Domains

Niche expertise:

  • game-designer - Addictive gameplay mechanics
  • ar-vr-developer - Immersive experiences
  • blockchain-architect - Web3 that actually works
  • quantum-developer - Quantum computing simplified
  • embedded-engineer - IoT and hardware mastery

📈 Growth & Optimization

Making things better:

  • growth-hacker - 10x user growth strategies
  • seo-specialist - Rank #1 on Google
  • cloud-cost-optimizer - Cut cloud bills in half
  • tech-debt-surgeon - Clean up the mess
  • startup-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?

  1. Install the agents
  2. Ask Claude anything
  3. 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!

Star on GitHub


Elite Claude Agents - Transform Claude Code into Your Personal Tech Army

🔗 GitHub | 💬 Issues | 📚 Documentation

常见问题

What is agents-claude-code?

agents-claude-code is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by lodetomasi. 🚀 100 hyper-specialized AI agents for Claude Code - Transform Claude into your personal tech army with experts in React, AWS, Kubernetes, ML, Security & more. It has 157 GitHub stars.

Is agents-claude-code safe to use?

Yes. agents-claude-code passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install agents-claude-code?

Clone the repository with "git clone https://github.com/lodetomasi/agents-claude-code" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to agents-claude-code?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agents-claude-code against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情