AI Agentsai-agentsclaude-codeclaudecode-configclaudecode-subagentssub-agents
Installation
# Add to your Claude Code skills
git clone https://github.com/lst97/claude-code-sub-agents
README.md
Claude Code Subagents Collection
A comprehensive collection of 33 specialized AI subagents for Claude Code, designed to enhance development workflows with domain-specific expertise and intelligent automation.
π Overview
This repository contains a curated set of specialized subagents that extend Claude Code's capabilities across the entire software development lifecycle. Each subagent is an expert in a specific domain, automatically invoked based on context analysis or explicitly called when specialized expertise is needed.
Key Features
π€ Intelligent Auto-Delegation: Claude Code automatically selects optimal agents based on task context
π§ Domain Expertise: Each agent specializes in specific technologies, patterns, and best practices
π Multi-Agent Orchestration: Seamless coordination between agents for complex workflows
π Quality Assurance: Built-in review and validation patterns across all domains
β‘ Performance Optimized: Agents designed for efficient task completion and resource utilization
Available Subagents
Agents are now organized into logical categories for easier navigation:
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Strategic Team Assembly: Selects optimal 1-3 agent teams based on project needs and complexity
Workflow Orchestration: Manages multi-phase collaboration with quality gates and validation checkpoints
Efficiency Optimization: Focused teams for common tasks (bug fixes, features, documentation) with comprehensive orchestration for complex projects
When to Use: Complex multi-step projects, cross-domain tasks, architecture decisions, comprehensive analysis, or any scenario requiring coordinated expertise from multiple specialized agents.
π¦ Installation
Quick Setup
Manual Installation (Recommend)
Alternatively, you can manually copy individual agent files:
# Prevent replacing documents from other providers
mkdir ~/.claude/agents/lst97
# Copy specific agents to your Claude agents directory
cp /path/to/agents/*.md ~/.claude/agents/lst97
Verification
To verify agents are loaded correctly:
# List all available agents
ls ~/.claude/agents/lst97/*.md
# Check Claude Code recognizes the agents (run in Claude Code)
# "List all available subagents"
Quick Installation
These subagents are automatically available when placed in the ~/.claude/agents/ directory. Claude Code will automatically detect and load them on startup. This will enable the CLAUDE.md to be available in global scope, may also conflict with other repository.
# Clone the repository to your Claude agents directory
# Documents are base on the scaffold from https://github.com/wshobson/agents.git
cd ~/.claude
git clone https://github.com/lst97/claude-code-sub-agents.git
# Or if the directory already exists, pull the latest updates
cd ~/.claude
git pull origin main
π§ MCP Server Configuration (Required for Full Performance)
To enable optimal performance with specialized MCP (Model Context Protocol) servers that enhance agent capabilities, add the following configuration to your global Claude settings file (~/.claude.json):