惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

A
About on SuperTechFans
D
DataBreaches.Net
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
Recent Announcements
Recent Announcements
The Register - Security
The Register - Security
S
Secure Thoughts
Y
Y Combinator Blog
The Last Watchdog
The Last Watchdog
L
LINUX DO - 最新话题
V2EX - 技术
V2EX - 技术
腾讯CDC
GbyAI
GbyAI
G
Google Developers Blog
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
T
The Exploit Database - CXSecurity.com
T
Threat Research - Cisco Blogs
P
Proofpoint News Feed
Schneier on Security
Schneier on Security
Microsoft Security Blog
Microsoft Security Blog
Jina AI
Jina AI
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
MyScale Blog
MyScale Blog
Help Net Security
Help Net Security
K
Kaspersky official blog
P
Privacy & Cybersecurity Law Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
AI
AI
MongoDB | Blog
MongoDB | Blog
Scott Helme
Scott Helme
J
Java Code Geeks
Engineering at Meta
Engineering at Meta
H
Heimdal Security Blog
H
Help Net Security
D
Darknet – Hacking Tools, Hacker News & Cyber Security
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
S
Security Affairs
TaoSecurity Blog
TaoSecurity Blog
The GitHub Blog
The GitHub Blog
Hacker News: Ask HN
Hacker News: Ask HN
Martin Fowler
Martin Fowler
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Project Zero
Project Zero
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI

博客园 - lightsong

Micro Frontends extending the microservice idea to frontend development What is Nx? Smart Monorepo Build System & CI Build and Query Knowledge Graphs with LLMs WizMap AI Code Review Claude Code WezTerm Herdr Zellij playwright-cli branch vs worktree Ralph Loop Browserbase Skills The Complete Beginner's Guide to GSD (Get Shit Done) Framework for Claude Code A Claude Code Skills Stack: How to Combine Superpowers, gstack, and GSD Without the Chaos Casdoor Harness engineering for coding agent users The 8 Levels of Agentic Engineering assistant-ui vs copilotkit vs tambo Apache Casbin Agentic AI-Powered HR Automation Instant CV Intelligence for Modern Hiring Teams Python + LangGraph + FastAPI langfuse contextvars Agent Skills Temporal + LangGraph: A Two-Layer Architecture for Multi-Agent Coordination Building Generative AI Services with FastAPI DeepAgent vs LangGraph Plan-and-Execute AI-Native Software Delivery 动态表单EAV模型(Entity-Attribute-Value模型)和JSON字段 ClickHouse® is a real-time analytics database management system GRAPH RAG 数仓建模——维度表详细讲解 涌现能力 The 5W2H Problem-Solving Method 前端如何直接上传文件夹 docker状态混乱修复(如果出现容器stop不了问题,报Permission denied) Ducky - BPMN 工作流管理系统
Awesome Claude Agents - 26-agent AI Development Team (open source)
lightsong · 2026-06-13 · via 博客园 - lightsong

Awesome Claude Agents - 26-agent AI Development Team (open source)

https://www.indiehackers.com/post/awesome-claude-agents-26-agent-ai-development-team-open-source-48f1bbb0ab

🧠 awesome-claude-agents — a full AI development team that works like a real dev shop.

Each agent has a specialty — backend, frontend, API, ORM, state management, etc. When you say something like:

“Build a full user authentication flow”

You don’t just get generic boilerplate. You get:

  • Tech Lead coordinating the job
  • Analyst detecting your stack (say Django + React)
  • Backend/Frontend specialists implementing best practices
  • API architect mapping endpoints
  • Docs & Performance agents cleaning things up

🎯 Goal: More production-ready results, better code quality, and faster delivery — all inside Claude.


✅ Quick Start:

git clone https://github.com/vijaythecoder/awesome-claude-agents.git
cp -r awesome-claude-agents/agents ~/.claude/

Then run:

claude "Use team-configurator to set up my AI development team"

Now Claude uses 26 agents in parallel to build your features.


🔗 GitHub: https://github.com/vijaythecoder/awesome-claude-agents

https://github.com/vijaythecoder/awesome-claude-agents

3. Initialize Your Project

Navigate to your project directory and run the following command to configure your AI team:

claude "use @agent-team-configurator and optimize my project to best use the available subagents."

4. Start Building

claude "use @agent-tech-lead-orchestrator and build a user authentication system"

Your AI team will automatically detect your stack and use the right specialists!

🎯 How Auto-Configuration Works

The @agent-team-configurator automatically sets up your perfect AI development team. When invoked, it:

  1. Locates CLAUDE.md - Finds existing project configuration and preserves all your custom content outside the "AI Team Configuration" section
  2. Detects Technology Stack - Inspects package.json, composer.json, requirements.txt, go.mod, Gemfile, and build configs to understand your project
  3. Discovers Available Agents - Scans ~/.claude/agents/ and .claude/ folders, building a capability table of all available specialists
  4. Selects Specialists - Prefers framework-specific agents over universal ones, always includes @agent-code-reviewer and @agent-performance-optimizer for quality assurance
  5. Updates CLAUDE.md - Creates a timestamped "AI Team Configuration" section with your detected stack and a Task|Agent|Notes mapping table
  6. Provides Usage Guidance - Shows you the detected stack, selected agents, and gives sample commands to start building

👥 Meet Your AI Development Team

🎭 Orchestrators (3 agents)

  • Tech Lead Orchestrator - Senior technical lead who analyzes complex projects and coordinates multi-step development tasks
  • Project Analyst - Technology stack detection specialist who enables intelligent agent routing
  • Team Configurator - AI team setup expert who detects your stack and configures optimal agent mappings

💼 Framework Specialists (13 agents)

  • Laravel (2 agents)
    • Backend Expert - Comprehensive Laravel development with MVC, services, and Eloquent patterns
    • Eloquent Expert - Advanced ORM optimization, complex queries, and database performance
  • Django (3 agents)
    • Backend Expert - Models, views, services following current Django conventions
    • API Developer - Django REST Framework and GraphQL implementations
    • ORM Expert - Query optimization and database performance for Django applications
  • Rails (3 agents)
  • React (2 agents)
  • Vue (3 agents)

🌐 Universal Experts (4 agents)

  • Backend Developer - Polyglot backend development across multiple languages and frameworks
  • Frontend Developer - Modern web technologies and responsive design for any framework
  • API Architect - RESTful design, GraphQL, and framework-agnostic API architecture
  • Tailwind Frontend Expert - Tailwind CSS styling, utility-first development, and responsive components

🔧 Core Team (4 agents)

Total: 24 specialized agents working together to build your projects!

出处:http://www.cnblogs.com/lightsong/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。