{"id":29806312,"url":"https://github.com/vijaythecoder/awesome-claude-agents","last_synced_at":"2026-01-28T18:46:36.927Z","repository":{"id":306654049,"uuid":"1026819254","full_name":"vijaythecoder/awesome-claude-agents","owner":"vijaythecoder","description":"An orchestrated sub agent dev team powered by claude code","archived":false,"fork":false,"pushed_at":"2025-10-30T00:06:52.000Z","size":466,"stargazers_count":3765,"open_issues_count":18,"forks_count":453,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-01-23T13:40:59.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://x.com/vijaytupakula","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vijaythecoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-26T17:18:06.000Z","updated_at":"2026-01-23T11:18:05.000Z","dependencies_parsed_at":"2025-10-01T14:01:37.103Z","dependency_job_id":"aef153ae-0715-4061-9bd8-27d48b77217d","html_url":"https://github.com/vijaythecoder/awesome-claude-agents","commit_stats":null,"previous_names":["vijaythecoder/awesome-clauge-agents","vijaythecoder/awesome-claude-agents"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vijaythecoder/awesome-claude-agents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaythecoder%2Fawesome-claude-agents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaythecoder%2Fawesome-claude-agents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaythecoder%2Fawesome-claude-agents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaythecoder%2Fawesome-claude-agents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vijaythecoder","download_url":"https://codeload.github.com/vijaythecoder/awesome-claude-agents/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijaythecoder%2Fawesome-claude-agents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28849167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-28T14:05:56.819Z","updated_at":"2026-01-28T18:46:36.919Z","avatar_url":"https://github.com/vijaythecoder.png","language":null,"funding_links":[],"categories":["Others","HarmonyOS","Agent Collections","⭐ Community Curated Lists","🔹 Claude Code Subagents","Agents \u0026 Agent Managers","框架扩展","Development \u0026 Engineering","🆕 Latest \u0026 Featured Agent Collections (August 2025)","Subagent Collections","Workflow and Multi-Agent Tools","Agent Orchestration"],"sub_categories":["Windows Manager","Production-Ready Collections","🛡️ Transparency \u0026 Safety","Specialized Development","Specialized Agents","**Production-Ready Agent Collections**","MCP Frameworks and Tooling"],"readme":"# Awesome Claude Agents - AI Development Team 🚀\n\n**Supercharge Claude Code with a team of specialized AI agents** that work together to build complete features, debug complex issues, and handle any technology stack with expert-level knowledge.\n\n## ⚠️ Important Notice\n\n**This project is experimental and token-intensive.** I'm actively testing these agents with Claude subscription - expect high token consumption during complex workflows. Multi-agent orchestration can consume 10-50k tokens per complex feature. Use with caution and monitor your usage.\n\n## 🚀 Quick Start (3 Minutes)\n\n### Prerequisites\n- **Claude Code CLI** installed and authenticated\n- **Claude subscription** - required for intensive agent workflows\n- Active project directory with your codebase\n- **Optional**: [Context7 MCP](docs/dependencies.md) for enhanced documentation access\n\n### 1. Install the Agents\n```bash\ngit clone https://github.com/vijaythecoder/awesome-claude-agents.git\n```\n\n#### Option A: Symlink (Recommended - auto-updates)\n\n**macOS/Linux:**\n```bash\n# Create agents directory if it doesn't exist (preserves existing agents)\nmkdir -p ~/.claude/agents\n\n# Symlink the awesome-claude-agents collection\nln -sf \"$(pwd)/awesome-claude-agents/agents/\" ~/.claude/agents/awesome-claude-agents\n```\n\n**Windows (PowerShell):**\n```powershell\n# Create agents directory\nNew-Item -Path \"$env:USERPROFILE\\.claude\\agents\" -ItemType Directory -Force\n\n# Create symlink\ncmd /c mklink /D \"$env:USERPROFILE\\.claude\\agents\\awesome-claude-agents\" \"$(Get-Location)\\awesome-claude-agents\\agents\"\n```\n\n#### Option B: Copy (Static - no auto-updates)\n```bash\n# Create agents directory if it doesn't exist\nmkdir -p ~/.claude/agents\n\n# Copy all agents\ncp -r awesome-claude-agents/agents ~/.claude/agents/awesome-claude-agents\n```\n\n### 2. Verify Installation\n```bash\nclaude /agents\n# Should show all 24 agents.\n```\n\n### 3. Initialize Your Project\n**Navigate** to your **project directory** and run the following command to configure your AI team:\n\n```bash\nclaude \"use @agent-team-configurator and optimize my project to best use the available subagents.\"\n```\n\n### 4. Start Building\n```bash\nclaude \"use @agent-tech-lead-orchestrator and build a user authentication system\"\n```\n\nYour AI team will automatically detect your stack and use the right specialists!\n\n## 🎯 How Auto-Configuration Works\n\nThe @agent-team-configurator automatically sets up your perfect AI development team. When invoked, it:\n\n1. **Locates CLAUDE.md** - Finds existing project configuration and preserves all your custom content outside the \"AI Team Configuration\" section\n2. **Detects Technology Stack** - Inspects package.json, composer.json, requirements.txt, go.mod, Gemfile, and build configs to understand your project\n3. **Discovers Available Agents** - Scans ~/.claude/agents/ and .claude/ folders, building a capability table of all available specialists\n4. **Selects Specialists** - Prefers framework-specific agents over universal ones, always includes @agent-code-reviewer and @agent-performance-optimizer for quality assurance\n5. **Updates CLAUDE.md** - Creates a timestamped \"AI Team Configuration\" section with your detected stack and a Task|Agent|Notes mapping table\n6. **Provides Usage Guidance** - Shows you the detected stack, selected agents, and gives sample commands to start building\n\n\n## 👥 Meet Your AI Development Team\n\n### 🎭 Orchestrators (3 agents)\n- **[Tech Lead Orchestrator](agents/orchestrators/tech-lead-orchestrator.md)** - Senior technical lead who analyzes complex projects and coordinates multi-step development tasks\n- **[Project Analyst](agents/orchestrators/project-analyst.md)** - Technology stack detection specialist who enables intelligent agent routing\n- **[Team Configurator](agents/orchestrators/team-configurator.md)** - AI team setup expert who detects your stack and configures optimal agent mappings\n\n### 💼 Framework Specialists (13 agents)\n- **Laravel (2 agents)**\n  - **[Backend Expert](agents/specialized/laravel/laravel-backend-expert.md)** - Comprehensive Laravel development with MVC, services, and Eloquent patterns\n  - **[Eloquent Expert](agents/specialized/laravel/laravel-eloquent-expert.md)** - Advanced ORM optimization, complex queries, and database performance\n- **Django (3 agents)**\n  - **[Backend Expert](agents/specialized/django/django-backend-expert.md)** - Models, views, services following current Django conventions\n  - **[API Developer](agents/specialized/django/django-api-developer.md)** - Django REST Framework and GraphQL implementations\n  - **[ORM Expert](agents/specialized/django/django-orm-expert.md)** - Query optimization and database performance for Django applications\n- **Rails (3 agents)**\n  - **[Backend Expert](agents/specialized/rails/rails-backend-expert.md)** - Full-stack Rails development following conventions\n  - **[API Developer](agents/specialized/rails/rails-api-developer.md)** - RESTful APIs and GraphQL with Rails patterns\n  - **[ActiveRecord Expert](agents/specialized/rails/rails-activerecord-expert.md)** - Complex queries and database optimization\n- **React (2 agents)**\n  - **[Component Architect](agents/specialized/react/react-component-architect.md)** - Modern React patterns, hooks, and component design\n  - **[Next.js Expert](agents/specialized/react/react-nextjs-expert.md)** - SSR, SSG, ISR, and full-stack Next.js applications\n- **Vue (3 agents)**\n  - **[Component Architect](agents/specialized/vue/vue-component-architect.md)** - Vue 3 Composition API and component patterns\n  - **[Nuxt Expert](agents/specialized/vue/vue-nuxt-expert.md)** - SSR, SSG, and full-stack Nuxt applications\n  - **[State Manager](agents/specialized/vue/vue-state-manager.md)** - Pinia and Vuex state architecture\n\n### 🌐 Universal Experts (4 agents)\n- **[Backend Developer](agents/universal/backend-developer.md)** - Polyglot backend development across multiple languages and frameworks\n- **[Frontend Developer](agents/universal/frontend-developer.md)** - Modern web technologies and responsive design for any framework\n- **[API Architect](agents/universal/api-architect.md)** - RESTful design, GraphQL, and framework-agnostic API architecture\n- **[Tailwind Frontend Expert](agents/universal/tailwind-css-expert.md)** - Tailwind CSS styling, utility-first development, and responsive components\n\n### 🔧 Core Team (4 agents)\n- **[Code Archaeologist](agents/core/code-archaeologist.md)** - Explores, documents, and analyzes unfamiliar or legacy codebases\n- **[Code Reviewer](agents/core/code-reviewer.md)** - Rigorous security-aware reviews with severity-tagged reports\n- **[Performance Optimizer](agents/core/performance-optimizer.md)** - Identifies bottlenecks and applies optimizations for scalable systems\n- **[Documentation Specialist](agents/core/documentation-specialist.md)** - Crafts comprehensive READMEs, API specs, and technical documentation\n\n**Total: 24 specialized agents** working together to build your projects!\n\n[Browse all agents →](agents/)\n\n\n## 🔥 Why Teams Beat Solo AI\n\n- **Specialized Expertise**: Each agent masters their domain with deep, current knowledge\n- **Real Collaboration**: Agents coordinate seamlessly, sharing context and handing off tasks\n- **Tailored Solutions**: Get code that matches your exact stack and follows its best practices\n- **Parallel Execution**: Multiple specialists work simultaneously for faster delivery\n\n## 📈 The Impact\n\n- **Ship Faster** - Complete features in minutes, not days\n- **Better Code Quality** - Every line follows best practices\n- **Learn As You Code** - See how experts approach problems\n- **Scale Confidently** - Architecture designed for growth\n\n## 📚 Learn More\n\n- [Creating Custom Agents](docs/creating-agents.md) - Build specialists for your needs  \n- [Best Practices](docs/best-practices.md) - Get the most from your AI team\n\n## 💬 Join The Community\n\n- ⭐ **Star this repo** to show support\n- 🐛 [Report issues](https://github.com/vijaythecoder/awesome-claude-agents/issues)\n- 💡 [Share ideas](https://github.com/vijaythecoder/awesome-claude-agents/discussions)\n- 🎉 [Success stories](https://github.com/vijaythecoder/awesome-claude-agents/discussions/categories/show-and-tell)\n\n## 📄 License\n\nMIT License - Use freely in your projects!\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=vijaythecoder/awesome-claude-agents\u0026type=Date)](https://www.star-history.com/#vijaythecoder/awesome-claude-agents\u0026Date)\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eTransform Claude Code into an AI development team that ships production-ready features\u003c/strong\u003e\u003cbr\u003e\n  \u003cem\u003eSimple setup. Powerful results. Just describe and build.\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/vijaythecoder/awesome-claude-agents\"\u003eGitHub\u003c/a\u003e •\n  \u003ca href=\"docs/creating-agents.md\"\u003eDocumentation\u003c/a\u003e •\n  \u003ca href=\"https://github.com/vijaythecoder/awesome-claude-agents/discussions\"\u003eCommunity\u003c/a\u003e\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvijaythecoder%2Fawesome-claude-agents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvijaythecoder%2Fawesome-claude-agents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvijaythecoder%2Fawesome-claude-agents/lists"}