Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions agents/vijaythecoder__awesome-claude-agents/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# awesome-claude-agents

**An orchestrated team of 24+ specialised Claude Code sub-agents** that collaborate to build complete software features across any technology stack — no manual agent selection required.

## What it does

Drop the collection into `~/.claude/agents/` and invoke `@agent-tech-lead-orchestrator`. The tech lead analyses your project, detects the stack, and automatically routes every task to the right specialist. You describe what you want to build; the team figures out who does what and in what order.

## Key capabilities

- **Intelligent orchestration** — a tech-lead orchestrator routes tasks to the optimal specialist; never the wrong tool for the job
- **Framework depth** — dedicated experts for Django, Rails, Laravel, React, and Vue (not just generic "backend" or "frontend" agents)
- **Full lifecycle** — code archaeology, code review, performance optimisation, documentation, and API design all covered
- **Parallel execution** — the team runs up to 2 agents in parallel for speed while keeping context clean
- **Auto-configuration** — `@agent-team-configurator` scans your local agents and updates `CLAUDE.md` so the tech lead always knows what's available

## Team roster

| Category | Agents |
|---|---|
| Orchestrators | tech-lead-orchestrator, project-analyst, team-configurator |
| Core | code-reviewer, code-archaeologist, performance-optimizer, documentation-specialist |
| Django | django-backend-expert, django-api-developer, django-orm-expert |
| Rails | rails-backend-expert, rails-api-developer |
| Laravel | laravel-backend-expert, laravel-eloquent-expert |
| React | react-component-architect |
| Vue | vue-component-architect |
| Universal | backend-developer, frontend-developer, api-architect, tailwind-css-expert |

## Quick start

```bash
# Install globally
git clone https://github.com/vijaythecoder/awesome-claude-agents.git
mkdir -p ~/.claude/agents
ln -sf "$(pwd)/awesome-claude-agents/agents/" ~/.claude/agents/awesome-claude-agents

# Configure for your project
claude "use @agent-team-configurator and optimise my project to best use the available subagents."

# Start building
claude "use @agent-tech-lead-orchestrator and build a user authentication system"
```

## Token usage note

Multi-agent orchestration is intensive — expect 10–50 k tokens per complex feature. Monitor your usage accordingly.

## License

MIT — see [LICENSE](https://github.com/vijaythecoder/awesome-claude-agents/blob/main/LICENSE)
15 changes: 15 additions & 0 deletions agents/vijaythecoder__awesome-claude-agents/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "awesome-claude-agents",
"author": "vijaythecoder",
"description": "Orchestrated team of 24+ Claude Code sub-agents — tech-lead routes every task to the right Django, Rails, Laravel, React, or Vue specialist automatically.",
"repository": "https://github.com/vijaythecoder/awesome-claude-agents",
"path": "",
"version": "1.0.0",
"category": "developer-tools",
"tags": ["claude-code", "multi-agent", "orchestration", "django", "rails", "react", "vue", "laravel", "full-stack", "developer-tools"],
"license": "MIT",
"model": "claude-sonnet-4-5-20250929",
"adapters": ["claude-code", "system-prompt"],
"icon": false,
"banner": false
}