Awesome Claude Code Subagents banner
VoltAgent VoltAgent

Awesome Claude Code Subagents

AI community intermediate

Description

This repository serves as the definitive collection of Claude Code subagents, specialized AI assitants designed for specific development tasks.

Installation

Terminal
claude install-skill https://github.com/VoltAgent/awesome-claude-code-subagents

README

The awesome collection of Claude Code subagents.

[](https://awesome.re)

[](https://github.com/VoltAgent/awesome-ai-agent-papers)

[](https://github.com/VoltAgent/awesome-claude-code-subagents) [](https://s.voltagent.dev/discord) [](https://github.com/VoltAgent/awesome-claude-code-subagents/network/members)

Awesome Claude Code Subagents

This repository serves as the definitive collection of Claude Code subagents, specialized AI assitants designed for specific development tasks.

Installation

As Claude Code Plugin (Recommended)

claude plugin marketplace add VoltAgent/awesome-claude-code-subagents
claude plugin install 

Examples:

claude plugin install voltagent-lang    # Language specialists
claude plugin install voltagent-infra   # Infrastructure & DevOps

See [Categories](#-categories) below for all available plugins.

**Note**: The `voltagent-meta` orchestration agents work best when other categories installed.

Option 1: Manual Installation

    undefined

Option 2: Interactive Installer

git clone https://github.com/VoltAgent/awesome-claude-code-subagents.git
cd awesome-claude-code-subagents
./install-agents.sh

This interactive script lets you browse categories, select agents, and install/uninstall them with a single command.

Option 3: Standalone Installer (no clone required)

curl -sO https://raw.githubusercontent.com/VoltAgent/awesome-claude-code-subagents/main/install-agents.sh
chmod +x install-agents.sh
./install-agents.sh

Downloads agents directly from GitHub without cloning the repository. Requires `curl`.

Option 4: Agent Installer (use Claude Code to install agents)


...