
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@webdevtoday/claude-agents
Advanced tools
Supercharge Claude Code with specialized AI sub-agents for code review, testing, debugging, documentation & more. Easy CLI tool to install, manage & create custom AI agents for enhanced development workflow
🚀 Supercharge Claude Code with Specialized AI Sub-Agents for Code Review, Testing, Debugging & More
Transform your development workflow with intelligent AI assistants that excel at specific programming tasks
Installation • Quick Start • Available Agents • Documentation • Contributing
Claude Sub-Agents Manager is a powerful CLI tool that enhances Claude Code with specialized AI assistants designed for specific development tasks. Each sub-agent is an expert in its domain - from automated code reviews and test fixing to intelligent debugging and documentation generation. Install production-ready agents instantly or create custom agents tailored to your unique workflow needs.
npm install -g @webdevtoday/claude-agents
yarn global add @webdevtoday/claude-agents
git clone https://github.com/webdevtodayjason/sub-agents.git
cd sub-agents
npm install
npm link
# See what's available
claude-agents list
# Install your first agent interactively
claude-agents install
# Or install all agents at once
claude-agents install --all
# Use an agent via slash command
# In Claude Code:
> /review
> /test
> /debug TypeError in production
| Agent Name | Description | Slash Command |
|---|---|---|
| code-reviewer | Expert code review specialist for quality, security, and maintainability | /review |
| test-runner | Automated test execution specialist that runs tests and fixes failures | /test [pattern] |
| debugger | Expert debugging specialist for analyzing errors, stack traces, and fixing issues | /debug [error] |
| refactor | Code refactoring specialist for improving code structure, patterns, and maintainability | /refactor [target] |
| doc-writer | Documentation specialist for creating and updating technical documentation, API docs, and README files | /document [type] |
| security-scanner | Security vulnerability scanner that detects common security issues and suggests fixes | /security-scan [path] |
Your personal code quality guardian
# Install
claude-agents install code-reviewer
# Use
> /review
Intelligent test automation specialist
# Install
claude-agents install test-runner
# Use
> /test
> /test src/**/*.test.js
Expert problem solver and bug hunter
# Install
claude-agents install debugger
# Use
> /debug Cannot read property 'map' of undefined
Code transformation specialist
# Install
claude-agents install refactor
# Use
> /refactor improve performance
> /refactor apply SOLID principles
Technical writing expert
# Install
claude-agents install doc-writer
# Use
> /document API
> /document architecture
Vulnerability detection specialist
# Install
claude-agents install security-scanner
# Use
> /security-scan
> /security-scan src/api/
| Command | Description | Example |
|---|---|---|
install | Install agents interactively | claude-agents install |
install --all | Install all available agents | claude-agents install --all |
install --project | Install to project directory | claude-agents install --project |
list | Show all agents | claude-agents list |
list --installed | Show only installed agents | claude-agents list --installed |
enable <agent> | Enable a disabled agent | claude-agents enable code-reviewer |
disable <agent> | Disable an agent | claude-agents disable test-runner |
remove <agent> | Remove/uninstall an agent | claude-agents remove debugger |
info <agent> | Show agent details | claude-agents info debugger |
create | Create a custom agent | claude-agents create |
claude-agents create
Create ~/.claude/agents/my-agent.md:
---
name: my-agent
description: What this agent does and when to use it
tools: Read, Edit, Grep, Bash
---
You are an expert in [DOMAIN]. Your role is to [PURPOSE].
When invoked, you will:
1. [STEP 1]
2. [STEP 2]
3. [STEP 3]
Always ensure [KEY PRINCIPLE].
User Scope (~/.claude/agents/)
Project Scope (.claude/agents/)
--project flagAgent states are tracked in .claude-agents.json:
{
"installedAgents": {
"code-reviewer": {
"version": "1.0.0",
"scope": "user",
"installedAt": "2024-01-20T10:00:00Z"
}
},
"enabledAgents": ["code-reviewer"],
"disabledAgents": []
}
Trigger agents automatically with hooks:
{
"hooks": {
"PostToolUse": [{
"matcher": "Edit|Write",
"hooks": [{
"type": "command",
"command": "echo 'Consider running /review' >&2"
}]
}]
}
}
Check out our other tools for Claude Code:
Powerful hook management system for Claude Code automation
Our flagship tool for intelligent context generation and management
We love contributions! Here's how you can help:
git checkout -b feature/amazing-agent)git commit -m 'Add amazing agent')git push origin feature/amazing-agent)agents/
└── your-agent/
├── agent.md # Agent definition
├── metadata.json # Agent metadata
└── hooks.json # Optional hooks
commands/
└── your-command.md
# Check installation
claude-agents list
# Verify agent status
claude-agents info <agent-name>
# Re-enable if disabled
claude-agents enable <agent-name>
# Run Claude with debug output
claude --debug
sudo for global installMIT License - see LICENSE file for details
Made with ❤️ by WebDev Today Jason
Building AI-powered developer tools to enhance productivity and code quality
Claude Sub-Agents Manager - Your AI-Powered Development Team in Claude Code
FAQs
AI-powered development shop with 15 specialized agents for Claude Code. Features concurrent execution, shared memory, context-forge integration, and web dashboard for 80% faster development.
The npm package @webdevtoday/claude-agents receives a total of 28 weekly downloads. As such, @webdevtoday/claude-agents popularity was classified as not popular.
We found that @webdevtoday/claude-agents demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.