From 476444b74134e7d0fd88cda4cf8d904250476363 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Mon, 15 Sep 2025 08:02:40 -0400 Subject: [PATCH] docs: Update README with new agents and correct count (82 total) - Updated agent count from 78 to 82 - Added 3 new security coding agents (backend, frontend, mobile) to Code Quality & Review section - Added blockchain-developer agent to Specialized Domains section - All new agents properly linked with descriptions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7efc5c4..f4c7081 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Claude Code Subagents Collection -A comprehensive collection of 78 specialized AI subagents for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), providing domain-specific expertise across software development, infrastructure, and business operations. +A comprehensive collection of 82 specialized AI subagents for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), providing domain-specific expertise across software development, infrastructure, and business operations. ## Overview @@ -109,6 +109,9 @@ This repository provides production-ready subagents that extend Claude Code's ca |-------|-------|-------------| | [code-reviewer](code-reviewer.md) | opus | Code review with security focus and production reliability | | [security-auditor](security-auditor.md) | opus | Vulnerability assessment and OWASP compliance | +| [backend-security-coder](backend-security-coder.md) | opus | Secure backend coding practices, API security implementation | +| [frontend-security-coder](frontend-security-coder.md) | opus | XSS prevention, CSP implementation, client-side security | +| [mobile-security-coder](mobile-security-coder.md) | opus | Mobile security patterns, WebView security, biometric auth | | [architect-reviewer](architect-review.md) | opus | Architectural consistency and pattern validation | #### Testing & Debugging @@ -184,6 +187,7 @@ This repository provides production-ready subagents that extend Claude Code's ca | Agent | Model | Description | |-------|-------|-------------| +| [blockchain-developer](blockchain-developer.md) | sonnet | Web3 apps, smart contracts, DeFi protocols | | [payment-integration](payment-integration.md) | sonnet | Payment processor integration (Stripe, PayPal) | | [legacy-modernizer](legacy-modernizer.md) | sonnet | Legacy code refactoring and modernization | | [context-manager](context-manager.md) | haiku | Multi-agent context management |