A comprehensive collection of specialized AI subagents for Claude Code development workflows
npm install claude-code-subagentsš¤ 67 specialized AI agents for Claude Code development workflows.




Specialized AI assistants with focused expertise and isolated context windows:
- Focused expertise in specific domains
- Context preservation for longer sessions
- Automatic invocation based on task context
- Project/user level installation options
``bash`
npm install -g claude-code-subagents
claude-subagents install --all
- Frontend (6): UI components, accessibility, design
- Backend (6): APIs, databases, server architecture
- Security (4): Vulnerability scanning, compliance
- Testing (5): Test automation, quality assurance
- DevOps (5): CI/CD, monitoring, deployment
- Performance (6): Optimization, profiling, caching
- Documentation (4): Technical writing, API docs
- Architecture (3): System design, microservices
- Data Analytics (2): Validation, mock data
- Utilities (20): Code tools, formatters, refactoring
- Creative (6): Branding, UX research, visual design
`bashInstall all agents
claude-subagents install --all
Usage
Agents are automatically invoked by Claude Code based on context:
`
"Review this authentication function for security issues"
// Automatically uses security-auditor"Help me optimize this slow database query"
// Automatically uses performance-optimizer
`Use
/agents command in Claude Code to create custom agents.CLI Commands
`bash
claude-subagents install --all # Install all agents
claude-subagents install --category frontend # Install by category
claude-subagents list --search security # Search agents
claude-subagents info code-reviewer # Agent details
claude-subagents categories # List categories
`Agent Storage
- User-level:
~/.claude/agents/ (all projects)
- Project-level: .claude/agents/` (current project only)Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- š Report bugs
- š” Request features
- ā Star this project
MIT Ā© Ersin Koc