Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

claude-code-subagents

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claude-code-subagents

A comprehensive collection of specialized AI subagents for Claude Code development workflows

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Claude Code Subagents

🤖 67 specialized AI agents for Claude Code development workflows.

npm version License: MIT GitHub issues GitHub stars

What are Subagents?

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

Installation

npm install -g claude-code-subagents
claude-subagents install --all

Categories

  • 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

Quick Start

# Install all agents
claude-subagents install --all

# Install by category  
claude-subagents install --category security

# Install specific agents
claude-subagents install --list code-reviewer security-auditor

# List available agents
claude-subagents list

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

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)

Contributing

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.

Support

License

MIT © Ersin Koc

Keywords

claude-code

FAQs

Package last updated on 17 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts