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

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for VoltAgent/awesome-claude-code-subagents, shared by 2 entries in this directory. It describes the repository, not this entry specifically.

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

  1. Clone this repository
  2. Copy desired agent files to:
    • ~/.claude/agents/ for global access
    • .claude/agents/ for project-specific use
  3. Customize based on your project requirements

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)


...