All tools
AgentCommunity4.3k

Awesome Claude Agents (vijaythecoder)

Updated Jul 5, 2026

24 specialized Claude subagents that function as a development team: a tech-lead-orchestrator breaks down requests and routes to framework specialists (Laravel, Django, Rails, React, Vue, Next.js), universal experts, a code-archaeologist, code-reviewer, and performance-optimizer. Auto-configured for your stack via the team-configurator agent.

View on GitHub

What it does

  • @agent-tech-lead-orchestrator

    Break down a feature request, detect your stack, select specialists, and coordinate implementation with a tech-lead mindset.

  • @agent-team-configurator

    Detect your tech stack and write a CLAUDE.md Task/Agent/Notes mapping table so the right agents are used automatically.

  • @agent-code-archaeologist

    Explore, document, and build a mental model of an unfamiliar or legacy codebase.

  • @agent-code-reviewer

    Security-aware code review with findings tagged by severity (critical/high/medium/low) and file/line references.

  • Framework specialists (13)

    Dedicated experts for Laravel, Django, Rails, React/Next.js, and Vue/Nuxt — each with deep current framework knowledge.

Files (1)

OVERVIEW.mdprimary · markdown · 1.8 KB
## What it does

24 specialized Claude subagents that function as a complete AI development team. The tech-lead-orchestrator at the top analyzes your request, detects your technology stack, selects the right specialists, and coordinates their output.

**Team structure:**

- **Orchestrators (3):** tech-lead-orchestrator (senior technical lead), project-analyst (stack detection), team-configurator (CLAUDE.md auto-setup).
- **Framework Specialists (13):** Laravel (backend-expert, eloquent-expert), Django (backend-expert, api-developer, orm-expert), Rails (backend-expert, api-developer, activerecord-expert), React (component-architect, nextjs-expert), Vue (component-architect, nuxt-expert, state-manager).
- **Universal Experts (4):** backend-developer, frontend-developer, api-architect, tailwind-css-expert.
- **Core Team (4):** code-archaeologist (explores unfamiliar codebases), code-reviewer (security-aware severity-tagged reports), performance-optimizer, documentation-specialist.

**Auto-configuration workflow:** Run `claude "use @agent-team-configurator and optimize my project"` — the configurator inspects your package.json, composer.json, requirements.txt, go.mod, and Gemfile, then writes a timestamped CLAUDE.md section with a Task/Agent/Notes mapping table.

## Install

```bash
git clone https://github.com/vijaythecoder/awesome-claude-agents.git
mkdir -p ~/.claude/agents
# Option A: symlink (auto-updates)
ln -sf "$(pwd)/awesome-claude-agents/agents/" ~/.claude/agents/awesome-claude-agents
# Option B: copy (static)
cp -r awesome-claude-agents/agents ~/.claude/agents/awesome-claude-agents
```

Verify: run `claude /agents` — should show all 24 agents.

## When to use

Projects using specific frameworks where a specialist agent outperforms a generalist, or when you want the team-configurator to automatically wire the right agents to your stack.