Specialized Subagents
Specialized agents that extend your coding assistant with domain-specific expertise. Choose from 23 agents across 7 categories.
What are Subagents?
Subagents are specialized agents that focus on specific tasks like code review, testing, or security auditing. They work alongside your main coding assistant, providing expert-level capabilities in their domain.
How to Use
Select subagents in the wizard, and they'll be added to your .claude/agents/ directory. Your coding assistant can invoke them for specialized tasks.
Recommended Setup
Start with our 13 suggested agents for a solid foundation. Add more as your needs grow.
Code Quality
Agents focused on maintaining and improving code quality.
Code Reviewer
Expert code review for quality, security, and maintainability
Performance Analyst
Identify performance bottlenecks and optimization opportunities
Refactoring Assistant
Improve code structure without changing behavior
Bug Hunter
Identify and fix bugs through systematic analysis
Linter Agent
Interprets lint errors, auto-fixes issues, and ensures code quality standards
Formatter Agent
Applies consistent code formatting using Prettier and project style guide
Accessibility Expert
Ensure WCAG compliance and inclusive design
i18n Specialist
Internationalization and localization support
Testing
Agents for comprehensive test coverage and quality.
Tester
Generate comprehensive unit, integration, and e2e tests
Test Coverage Agent
Automatically writes tests for code changes and verifies coverage meets threshold
Testing Debugger
Debug failing tests and improve test reliability
Security
Agents for security auditing and vulnerability detection.
Security Reviewer
Identify security vulnerabilities and recommend fixes
Dependency Auditor
Audit and update project dependencies
Documentation
Agents for creating and maintaining documentation.
Documentation Writer
Create clear, comprehensive documentation for code and APIs
Code Explainer
Explain complex code in simple terms
Design & Architecture
Agents for system design and API development.
API Designer
Design RESTful APIs and GraphQL schemas
UX Reviewer
Review user experience and suggest improvements
Architecture Advisor
Advise on system architecture and design patterns
Data
Agents for database and data management.
Database Expert
Design schemas, optimize queries, and manage migrations
DevOps
Agents for infrastructure and deployment.
DevOps Engineer
Configure CI/CD, Docker, and deployment pipelines
Migration Specialist
Plan and execute codebase migrations
Git Workflow Manager
Manage git workflows, branches, and PRs
Monitoring Setup
Configure logging, metrics, and alerting
Usage Example
Once configured, your coding assistant can invoke subagents automatically or when you request specific expertise:
# Your AI will automatically invoke the code-reviewer agent
# after making changes to your code
# You can also explicitly request a subagent:
"Please have the security-reviewer audit the authentication module"
# Or use slash commands if configured:
/review src/auth/login.ts
/test src/utils/validation.ts