|
1 | | -# Claude Sub-Agents Manager |
| 1 | +# Claude Sub-Agents Manager - AI-Powered Development Assistants for Claude Code |
2 | 2 |
|
3 | 3 | <div align="center"> |
4 | 4 |
|
5 | 5 |  |
6 | 6 | [](https://www.npmjs.com/package/@webdevtoday/claude-agents) |
| 7 | +[](https://www.npmjs.com/package/@webdevtoday/claude-agents) |
7 | 8 | [](https://opensource.org/licenses/MIT) |
8 | 9 | [](https://github.com/webdevtodayjason/sub-agents/releases) |
9 | 10 | [](http://makeapullrequest.com) |
10 | 11 | [](https://github.com/webdevtodayjason) |
11 | 12 |
|
12 | | -**Supercharge your Claude Code experience with specialized AI sub-agents** 🚀 |
| 13 | +**🚀 Supercharge Claude Code with Specialized AI Sub-Agents for Code Review, Testing, Debugging & More** |
13 | 14 |
|
14 | | -[Installation](#-installation) • [Quick Start](#-quick-start) • [Agents](#-available-agents) • [Documentation](#-documentation) • [Contributing](#-contributing) |
| 15 | +**Transform your development workflow with intelligent AI assistants that excel at specific programming tasks** |
| 16 | + |
| 17 | +[Installation](#-installation) • [Quick Start](#-quick-start) • [Available Agents](#-available-sub-agents) • [Documentation](#-documentation) • [Contributing](#-contributing) |
15 | 18 |
|
16 | 19 | </div> |
17 | 20 |
|
18 | 21 | --- |
19 | 22 |
|
20 | | -## 🎯 Overview |
| 23 | +## 🎯 What is Claude Sub-Agents Manager? |
21 | 24 |
|
22 | | -Claude Sub-Agents Manager is a powerful CLI tool that brings specialized AI assistants to your Claude Code workflow. Install production-ready agents for code review, testing, debugging, documentation, and more - or create your own custom agents tailored to your specific needs. |
| 25 | +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. |
23 | 26 |
|
24 | 27 | ### ✨ Why Claude Sub-Agents? |
25 | 28 |
|
@@ -194,6 +197,7 @@ claude-agents install security-scanner |
194 | 197 | | `list --installed` | Show only installed agents | `claude-agents list --installed` | |
195 | 198 | | `enable <agent>` | Enable a disabled agent | `claude-agents enable code-reviewer` | |
196 | 199 | | `disable <agent>` | Disable an agent | `claude-agents disable test-runner` | |
| 200 | +| `remove <agent>` | Remove/uninstall an agent | `claude-agents remove debugger` | |
197 | 201 | | `info <agent>` | Show agent details | `claude-agents info debugger` | |
198 | 202 | | `create` | Create a custom agent | `claude-agents create` | |
199 | 203 |
|
@@ -366,12 +370,35 @@ MIT License - see [LICENSE](LICENSE) file for details |
366 | 370 | - 🐦 [Follow Updates](https://twitter.com/webdevtodayjason) |
367 | 371 | - ⭐ [Star on GitHub](https://github.com/webdevtodayjason/sub-agents) |
368 | 372 |
|
| 373 | +## 🔍 SEO Keywords & Use Cases |
| 374 | + |
| 375 | +### Perfect for developers who want to: |
| 376 | +- **Automate code reviews** with AI-powered analysis |
| 377 | +- **Fix failing tests automatically** using intelligent test runners |
| 378 | +- **Debug complex issues** with expert error analysis |
| 379 | +- **Generate documentation** from existing code |
| 380 | +- **Scan for security vulnerabilities** proactively |
| 381 | +- **Refactor legacy code** with modern patterns |
| 382 | +- **Enhance Claude Code** with specialized capabilities |
| 383 | +- **Create custom AI agents** for specific workflows |
| 384 | + |
| 385 | +### Technologies & Integrations: |
| 386 | +- Works with **Claude Code** by Anthropic |
| 387 | +- Supports all major programming languages |
| 388 | +- Integrates with existing development workflows |
| 389 | +- Compatible with Git, npm, yarn, and more |
| 390 | +- Extensible through custom agent creation |
| 391 | + |
369 | 392 | --- |
370 | 393 |
|
371 | 394 | <div align="center"> |
372 | 395 |
|
373 | 396 | **Made with ❤️ by [WebDev Today Jason](https://github.com/webdevtodayjason)** |
374 | 397 |
|
375 | | -*Building tools to make developers' lives easier, one agent at a time* |
| 398 | +*Building AI-powered developer tools to enhance productivity and code quality* |
| 399 | + |
| 400 | +**Claude Sub-Agents Manager** - Your AI-Powered Development Team in Claude Code |
| 401 | + |
| 402 | +[](https://star-history.com/#webdevtodayjason/sub-agents&Date) |
376 | 403 |
|
377 | 404 | </div> |
0 commit comments